#C01C91

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

Shades of Medium Violet Red #C01C91

Tints of Medium Violet Red #C01C91

Color information

#C01C91 (or 0xC01C91) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1C and 91. RGB value is (192,28,145). Sum of RGB (Red+Green+Blue) = 192+28+145=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C91 is #3FE36E. Grayscale: #5A5A5A. Windows color (decimal): -4186991 or 9510080. OLE color: 9510080.

HSL color Cylindrical-coordinate representation of color #C01C91: hue angle of 317.2º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C91 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19228145-
CMYK00.850.240.25
HSL317.2º74.55%43.14%-
HSV(B)317.2º85.42%75.29%-
XYZ27.2614.0828.07-
YUV90.37158.83200.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 28 (11.33% from 255) = 7.67%
BLUE value IS 145 (57.03% from 255) = 39.73%
R=52.60%
G=7.67%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922814500.850.240.25317.274.5543.14
HexC01C91055181913d4b2b
Octal300342210125303147511353
Binary1100000011100100100010101010111000110011001111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C91; }

 p { color: rgb(192,28,145); }

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

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

 a { background-color: rgb(192,28,145); }

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

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

 span { border-color: rgb(192,28,145); }

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