#C01F9E

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

Shades of Medium Violet Red #C01F9E

Tints of Medium Violet Red #C01F9E

Color information

#C01F9E (or 0xC01F9E) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1F and 9E. RGB value is (192,31,158). Sum of RGB (Red+Green+Blue) = 192+31+158=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F9E is #3FE061. Grayscale: #5D5D5D. Windows color (decimal): -4186210 or 10362816. OLE color: 10362816.

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

Color convert

RGB19231158-
CMYK00.840.180.25
HSL312.67º72.2%43.73%-
HSV(B)312.67º83.85%75.29%-
XYZ28.414.6633.68-
YUV93.62164.34198.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=50.39%
G=8.14%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923115800.840.180.25312.6772.243.73
HexC01F9E0541219139482c
Octal300372360124223147111054
Binary1100000011111100111100101010010010110011001110011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01F9E; }

 p { color: rgb(192,31,158); }

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

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

 a { background-color: rgb(192,31,158); }

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

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

 span { border-color: rgb(192,31,158); }

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