Html Css Color HEX #C01EA9 Medium Violet Red

📋 copy color: '#C01EA9'

red 192 ◦ green 30 ◦ blue 169

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

Shades of Medium Violet Red #C01EA9

Tints of Medium Violet Red #C01EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 49.1%
G = 7.67%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C01EA9 (or 0xC01EA9) is known color: Medium Violet Red. HEX triplet: C0, 1E and A9. RGB value is (192,30,169). Sum of RGB (Red+Green+Blue) = 192+30+169=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EA9 is #3FE156. Grayscale: #5D5D5D. Windows color (decimal): -4186455 or 11083456. OLE color: 11083456.

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

Color convert

RGB 192 30 169 -
CMYK 0 0.84 0.12 0.25
HSL 308.52º 0.73% 0.44% -
HSV(B) 308.52º 0.84% 0.75% -
XYZ 29.36 15 38.88 -
YUV 94.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 192 30 169 0 0.84 0.12 0.25 308.52 0.73 0.44
Hex C0 1E A9 0 54 C 19 135 49 2C
Octal 300 36 251 0 124 14 31 465 111 54
Binary 11000000 11110 10101001 0 1010100 1100 11001 100110101 1001001 101100

Color Harmonies of #C01EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EA9

Black with #C01EA9

Text Example


Text Example

White with #C01EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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