Html Css Color HEX #C00A77 Medium Violet Red

📋 copy color: '#C00A77'

red 192 ◦ green 10 ◦ blue 119

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

Shades of Medium Violet Red #C00A77

Tints of Medium Violet Red #C00A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

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

R = 59.81%
G = 3.12%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00A77 (or 0xC00A77) is known color: Medium Violet Red. HEX triplet: C0, 0A and 77. RGB value is (192,10,119). Sum of RGB (Red+Green+Blue) = 192+10+119=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A77 is #3FF588. Grayscale: #4C4C4C. Windows color (decimal): -4191625 or 7801536. OLE color: 7801536.

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

Color convert

RGB 192 10 119 -
CMYK 0 0.95 0.38 0.25
HSL 324.07º 0.9% 0.4% -
HSV(B) 324.07º 0.95% 0.75% -
XYZ 25.18 12.76 18.59 -
YUV 76.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 192 10 119 0 0.95 0.38 0.25 324.07 0.9 0.4
Hex C0 A 77 0 5F 26 19 144 5A 28
Octal 300 12 167 0 137 46 31 504 132 50
Binary 11000000 1010 1110111 0 1011111 100110 11001 101000100 1011010 101000

Color Harmonies of #C00A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A77

Black with #C00A77

Text Example


Text Example

White with #C00A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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