#C01E85

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

Shades of Medium Violet Red #C01E85

Tints of Medium Violet Red #C01E85

Color information

#C01E85 (or 0xC01E85) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1E and 85. RGB value is (192,30,133). Sum of RGB (Red+Green+Blue) = 192+30+133=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E85 is #3FE17A. Grayscale: #595959. Windows color (decimal): -4186491 or 8724160. OLE color: 8724160.

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

Color convert

RGB19230133-
CMYK00.840.310.25
HSL321.85º72.97%43.53%-
HSV(B)321.85º84.38%75.29%-
XYZ26.4413.8323.47-
YUV90.18152.17200.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 30 (12.11% from 255) = 8.45%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=54.08%
G=8.45%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923013300.840.310.25321.8572.9743.53
HexC01E850541F19142492c
Octal300362050124373150211154
Binary1100000011110100001010101010011111110011010000101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01E85; }

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

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

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

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

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

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

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

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