#C017D6

Color #C017D6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C017D6

Tints of Deep Magenta #C017D6

Color information

#C017D6 (or 0xC017D6) is unknown color: approx Deep Magenta. HEX triplet: C0, 17 and D6. RGB value is (192,23,214). Sum of RGB (Red+Green+Blue) = 192+23+214=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #C017D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017D6 is #3FE829. Grayscale: #5E5E5E. Windows color (decimal): -4188202 or 14030784. OLE color: 14030784.

HSL color Cylindrical-coordinate representation of color #C017D6: hue angle of 293.09º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C017D6 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19223214-
CMYK0.100.8900.16
HSL293.09º80.59%46.47%-
HSV(B)293.09º89.25%83.92%-
XYZ34.1816.6765.04-
YUV95.3194.99196.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 23 (9.38% from 255) = 5.36%
BLUE value IS 214 (83.98% from 255) = 49.88%
R=44.76%
G=5.36%
B=49.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192232140.100.8900.16293.0980.5946.47
HexC017D6A59010125512e
Octal300273261213102044512156
Binary110000001011111010110101010110010100001001001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C017D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C017D6; }

 p { color: rgb(192,23,214); }

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

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

 a { background-color: rgb(192,23,214); }

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

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

 span { border-color: rgb(192,23,214); }

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