Html Css Color HEX #C02689 Medium Red Violet

📋 copy color: '#C02689'

red 192 ◦ green 38 ◦ blue 137

#C02689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C02689

Tints of Medium Red Violet #C02689

RGB

 RED value IS 192 (75.39% from 255) = 52.32%

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 52.32%
G = 10.35%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C02689 (or 0xC02689) is known color: Medium Red Violet. HEX triplet: C0, 26 and 89. RGB value is (192,38,137). Sum of RGB (Red+Green+Blue) = 192+38+137=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C02689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02689 is #3FD976. Grayscale: #5F5F5F. Windows color (decimal): -4184439 or 8988352. OLE color: 8988352.

HSL color Cylindrical-coordinate representation of color #C02689: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02689 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 137 -
CMYK 0 0.80 0.29 0.25
HSL 321.43º 0.67% 0.45% -
HSV(B) 321.43º 0.8% 0.75% -
XYZ 26.95 14.4 25.03 -
YUV 95.33 151.52 196.95 -
System Red Green Blue C M Y K H S L
Decimal 192 38 137 0 0.80 0.29 0.25 321.43 0.67 0.45
Hex C0 26 89 0 50 1D 19 141 43 2D
Octal 300 46 211 0 120 35 31 501 103 55
Binary 11000000 100110 10001001 0 1010000 11101 11001 101000001 1000011 101101

Color Harmonies of #C02689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02689

Black with #C02689

Text Example


Text Example

White with #C02689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02689; }

 p { color: rgb(192,38,137); }

 H1.HeaderClassName
 {
   color: #C02689;
 }
 .AnyTagClassName
 {
   color: #C02689;
 }
</style>

background-color css

<style>
 a { background-color: #C02689; }

 a { background-color: rgb(192,38,137); }

 div.DivClassName
 {
   background-color: #C02689;
 }
 .BgClassName
 {
   background-color: #C02689;
 }
</style>

border-color css

<style>
 span { border-color: #C02689; }

 span { border-color: rgb(192,38,137); }

 td.TdClassName
 {
   border-color: #C02689;
 }
 .TagClassName
 {
   border-color: #C02689;
 }
</style>