#C01EAA

Color #C01EAA Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C01EAA

Tints of Medium Violet Red #C01EAA

Color information

#C01EAA (or 0xC01EAA) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1E and AA. RGB value is (192,30,170). Sum of RGB (Red+Green+Blue) = 192+30+170=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EAA is #3FE155. Grayscale: #5E5E5E. Windows color (decimal): -4186454 or 11148992. OLE color: 11148992.

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

Color convert

RGB19230170-
CMYK00.840.110.25
HSL308.15º72.97%43.53%-
HSV(B)308.15º84.38%75.29%-
XYZ29.4615.0439.38-
YUV94.4170.67197.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 30 (12.11% from 255) = 7.65%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=48.98%
G=7.65%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923017000.840.110.25308.1572.9743.53
HexC01EAA054B19134492c
Octal300362520124133146411154
Binary110000001111010101010010101001011110011001101001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01EAA; }

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

 H1.HeaderClassName
 {
   color: #C01EAA;
 }
 .AnyTagClassName
 {
   color: #C01EAA;
 }
</style>
background-color css

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

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

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

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

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

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