Html Css Color HEX #C00A70 Medium Violet Red

📋 copy color: '#C00A70'

red 192 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #C00A70

Tints of Medium Violet Red #C00A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 61.15%
G = 3.18%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C00A70 (or 0xC00A70) is known color: Medium Violet Red. HEX triplet: C0, 0A and 70. RGB value is (192,10,112). Sum of RGB (Red+Green+Blue) = 192+10+112=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A70 is #3FF58F. Grayscale: #4B4B4B. Windows color (decimal): -4191632 or 7342784. OLE color: 7342784.

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

Color convert

RGB 192 10 112 -
CMYK 0 0.95 0.42 0.25
HSL 326.37º 0.9% 0.4% -
HSV(B) 326.37º 0.95% 0.75% -
XYZ 24.77 12.59 16.45 -
YUV 76.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 192 10 112 0 0.95 0.42 0.25 326.37 0.9 0.4
Hex C0 A 70 0 5F 2A 19 146 5A 28
Octal 300 12 160 0 137 52 31 506 132 50
Binary 11000000 1010 1110000 0 1011111 101010 11001 101000110 1011010 101000

Color Harmonies of #C00A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A70

Black with #C00A70

Text Example


Text Example

White with #C00A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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