Html Css Color HEX #C00472 Medium Violet Red

📋 copy color: '#C00472'

red 192 ◦ green 4 ◦ blue 114

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

Shades of Medium Violet Red #C00472

Tints of Medium Violet Red #C00472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 61.94%
G = 1.29%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C00472 (or 0xC00472) is known color: Medium Violet Red. HEX triplet: C0, 04 and 72. RGB value is (192,4,114). Sum of RGB (Red+Green+Blue) = 192+4+114=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00472 is #3FFB8D. Grayscale: #484848. Windows color (decimal): -4193166 or 7472320. OLE color: 7472320.

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

Color convert

RGB 192 4 114 -
CMYK 0 0.98 0.41 0.25
HSL 324.89º 0.96% 0.38% -
HSV(B) 324.89º 0.98% 0.75% -
XYZ 24.82 12.51 17.03 -
YUV 72.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 192 4 114 0 0.98 0.41 0.25 324.89 0.96 0.38
Hex C0 4 72 0 62 29 19 145 60 26
Octal 300 4 162 0 142 51 31 505 140 46
Binary 11000000 100 1110010 0 1100010 101001 11001 101000101 1100000 100110

Color Harmonies of #C00472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00472

Black with #C00472

Text Example


Text Example

White with #C00472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00472; }

 p { color: rgb(192,4,114); }

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

background-color css

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

 a { background-color: rgb(192,4,114); }

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

border-color css

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

 span { border-color: rgb(192,4,114); }

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