#C01F99

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

Shades of Medium Violet Red #C01F99

Tints of Medium Violet Red #C01F99

Color information

#C01F99 (or 0xC01F99) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1F and 99. RGB value is (192,31,153). Sum of RGB (Red+Green+Blue) = 192+31+153=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01F99 is #3FE066. Grayscale: #5C5C5C. Windows color (decimal): -4186215 or 10035136. OLE color: 10035136.

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

Color convert

RGB19231153-
CMYK00.840.200.25
HSL314.53º72.2%43.73%-
HSV(B)314.53º83.85%75.29%-
XYZ27.9814.4931.46-
YUV93.05161.84198.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 31 (12.5% from 255) = 8.24%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=51.06%
G=8.24%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923115300.840.200.25314.5372.243.73
HexC01F99054141913b482c
Octal300372310124243147311054
Binary1100000011111100110010101010010100110011001110111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01F99; }

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

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

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

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

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

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

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

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