Html Css Color HEX #C00B77 Medium Violet Red

📋 copy color: '#C00B77'

red 192 ◦ green 11 ◦ blue 119

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

Shades of Medium Violet Red #C00B77

Tints of Medium Violet Red #C00B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

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

R = 59.63%
G = 3.42%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00B77 (or 0xC00B77) is known color: Medium Violet Red. HEX triplet: C0, 0B and 77. RGB value is (192,11,119). Sum of RGB (Red+Green+Blue) = 192+11+119=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00B77 is #3FF488. Grayscale: #4D4D4D. Windows color (decimal): -4191369 or 7801792. OLE color: 7801792.

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

Color convert

RGB 192 11 119 -
CMYK 0 0.94 0.38 0.25
HSL 324.2º 0.89% 0.4% -
HSV(B) 324.2º 0.94% 0.75% -
XYZ 25.19 12.78 18.59 -
YUV 77.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 192 11 119 0 0.94 0.38 0.25 324.2 0.89 0.4
Hex C0 B 77 0 5E 26 19 144 59 28
Octal 300 13 167 0 136 46 31 504 131 50
Binary 11000000 1011 1110111 0 1011110 100110 11001 101000100 1011001 101000

Color Harmonies of #C00B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B77

Black with #C00B77

Text Example


Text Example

White with #C00B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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