Html Css Color HEX #C01E71 Medium Violet Red

📋 copy color: '#C01E71'

red 192 ◦ green 30 ◦ blue 113

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

Shades of Medium Violet Red #C01E71

Tints of Medium Violet Red #C01E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 57.31%
G = 8.96%
B = 33.73%

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

#C01E71 (or 0xC01E71) is known color: Medium Violet Red. HEX triplet: C0, 1E and 71. RGB value is (192,30,113). Sum of RGB (Red+Green+Blue) = 192+30+113=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E71 is #3FE18E. Grayscale: #575757. Windows color (decimal): -4186511 or 7413440. OLE color: 7413440.

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

Color convert

RGB 192 30 113 -
CMYK 0 0.84 0.41 0.25
HSL 329.26º 0.73% 0.44% -
HSV(B) 329.26º 0.84% 0.75% -
XYZ 25.18 13.33 16.87 -
YUV 87.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 192 30 113 0 0.84 0.41 0.25 329.26 0.73 0.44
Hex C0 1E 71 0 54 29 19 149 49 2C
Octal 300 36 161 0 124 51 31 511 111 54
Binary 11000000 11110 1110001 0 1010100 101001 11001 101001001 1001001 101100

Color Harmonies of #C01E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E71

Black with #C01E71

Text Example


Text Example

White with #C01E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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