#C016A2

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

Shades of Medium Violet Red #C016A2

Tints of Medium Violet Red #C016A2

Color information

#C016A2 (or 0xC016A2) is unknown color: approx Medium Violet Red. HEX triplet: C0, 16 and A2. RGB value is (192,22,162). Sum of RGB (Red+Green+Blue) = 192+22+162=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C016A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016A2 is #3FE95D. Grayscale: #585858. Windows color (decimal): -4188510 or 10622656. OLE color: 10622656.

HSL color Cylindrical-coordinate representation of color #C016A2: hue angle of 310.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016A2 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19222162-
CMYK00.890.160.25
HSL310.59º79.44%41.96%-
HSV(B)310.59º88.54%75.29%-
XYZ28.5514.3935.46-
YUV88.79169.32201.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 22 (8.98% from 255) = 5.85%
BLUE value IS 162 (63.67% from 255) = 43.09%
R=51.06%
G=5.85%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922216200.890.160.25310.5979.4441.96
HexC016A205910191374f2a
Octal300262420131203146711752
Binary1100000010110101000100101100110000110011001101111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C016A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C016A2; }

 p { color: rgb(192,22,162); }

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

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

 a { background-color: rgb(192,22,162); }

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

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

 span { border-color: rgb(192,22,162); }

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