Html Css Color HEX #C01E72 Medium Violet Red

📋 copy color: '#C01E72'

red 192 ◦ green 30 ◦ blue 114

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

Shades of Medium Violet Red #C01E72

Tints of Medium Violet Red #C01E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

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

R = 57.14%
G = 8.93%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C01E72 (or 0xC01E72) is known color: Medium Violet Red. HEX triplet: C0, 1E and 72. RGB value is (192,30,114). Sum of RGB (Red+Green+Blue) = 192+30+114=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E72 is #3FE18D. Grayscale: #575757. Windows color (decimal): -4186510 or 7478976. OLE color: 7478976.

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

Color convert

RGB 192 30 114 -
CMYK 0 0.84 0.41 0.25
HSL 328.89º 0.73% 0.44% -
HSV(B) 328.89º 0.84% 0.75% -
XYZ 25.24 13.35 17.17 -
YUV 88.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 192 30 114 0 0.84 0.41 0.25 328.89 0.73 0.44
Hex C0 1E 72 0 54 29 19 149 49 2C
Octal 300 36 162 0 124 51 31 511 111 54
Binary 11000000 11110 1110010 0 1010100 101001 11001 101001001 1001001 101100

Color Harmonies of #C01E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E72

Black with #C01E72

Text Example


Text Example

White with #C01E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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