Html Css Color HEX #C00D89 Medium Violet Red

📋 copy color: '#C00D89'

red 192 ◦ green 13 ◦ blue 137

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

Shades of Medium Violet Red #C00D89

Tints of Medium Violet Red #C00D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

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

R = 56.14%
G = 3.8%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C00D89 (or 0xC00D89) is known color: Medium Violet Red. HEX triplet: C0, 0D and 89. RGB value is (192,13,137). Sum of RGB (Red+Green+Blue) = 192+13+137=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D89 is #3FF276. Grayscale: #505050. Windows color (decimal): -4190839 or 8981952. OLE color: 8981952.

HSL color Cylindrical-coordinate representation of color #C00D89: hue angle of 318.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D89 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 137 -
CMYK 0 0.93 0.29 0.25
HSL 318.44º 0.87% 0.4% -
HSV(B) 318.44º 0.93% 0.75% -
XYZ 26.4 13.3 24.84 -
YUV 80.66 159.8 207.42 -
System Red Green Blue C M Y K H S L
Decimal 192 13 137 0 0.93 0.29 0.25 318.44 0.87 0.4
Hex C0 D 89 0 5D 1D 19 13E 57 28
Octal 300 15 211 0 135 35 31 476 127 50
Binary 11000000 1101 10001001 0 1011101 11101 11001 100111110 1010111 101000

Color Harmonies of #C00D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D89

Black with #C00D89

Text Example


Text Example

White with #C00D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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