Html Css Color HEX #C00D77 Medium Violet Red

📋 copy color: '#C00D77'

red 192 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #C00D77

Tints of Medium Violet Red #C00D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 59.26%
G = 4.01%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00D77 (or 0xC00D77) is known color: Medium Violet Red. HEX triplet: C0, 0D and 77. RGB value is (192,13,119). Sum of RGB (Red+Green+Blue) = 192+13+119=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D77 is #3FF288. Grayscale: #4E4E4E. Windows color (decimal): -4190857 or 7802304. OLE color: 7802304.

HSL color Cylindrical-coordinate representation of color #C00D77: hue angle of 324.47º 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 #C00D77 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 119 -
CMYK 0 0.93 0.38 0.25
HSL 324.47º 0.87% 0.4% -
HSV(B) 324.47º 0.93% 0.75% -
XYZ 25.21 12.83 18.6 -
YUV 78.61 150.8 208.88 -
System Red Green Blue C M Y K H S L
Decimal 192 13 119 0 0.93 0.38 0.25 324.47 0.87 0.4
Hex C0 D 77 0 5D 26 19 144 57 28
Octal 300 15 167 0 135 46 31 504 127 50
Binary 11000000 1101 1110111 0 1011101 100110 11001 101000100 1010111 101000

Color Harmonies of #C00D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D77

Black with #C00D77

Text Example


Text Example

White with #C00D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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