Html Css Color HEX #C01E8E Medium Violet Red

📋 copy color: '#C01E8E'

red 192 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #C01E8E

Tints of Medium Violet Red #C01E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 52.75%
G = 8.24%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C01E8E (or 0xC01E8E) is known color: Medium Violet Red. HEX triplet: C0, 1E and 8E. RGB value is (192,30,142). Sum of RGB (Red+Green+Blue) = 192+30+142=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E8E is #3FE171. Grayscale: #5A5A5A. Windows color (decimal): -4186482 or 9313984. OLE color: 9313984.

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

Color convert

RGB 192 30 142 -
CMYK 0 0.84 0.26 0.25
HSL 318.52º 0.73% 0.44% -
HSV(B) 318.52º 0.84% 0.75% -
XYZ 27.08 14.09 26.88 -
YUV 91.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 192 30 142 0 0.84 0.26 0.25 318.52 0.73 0.44
Hex C0 1E 8E 0 54 1A 19 13F 49 2C
Octal 300 36 216 0 124 32 31 477 111 54
Binary 11000000 11110 10001110 0 1010100 11010 11001 100111111 1001001 101100

Color Harmonies of #C01E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E8E

Black with #C01E8E

Text Example


Text Example

White with #C01E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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