#C017C0

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

Shades of Deep Magenta #C017C0

Tints of Deep Magenta #C017C0

Color information

#C017C0 (or 0xC017C0) is unknown color: approx Deep Magenta. HEX triplet: C0, 17 and C0. RGB value is (192,23,192). Sum of RGB (Red+Green+Blue) = 192+23+192=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C017C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017C0 is #3FE83F. Grayscale: #5C5C5C. Windows color (decimal): -4188224 or 12588992. OLE color: 12588992.

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

Color convert

RGB19223192-
CMYK00.8800.25
HSL300º78.6%42.16%-
HSV(B)300º88.02%75.29%-
XYZ31.5615.6351.22-
YUV92.8183.99198.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 23 (9.38% from 255) = 5.65%
BLUE value IS 192 (75.39% from 255) = 47.17%
R=47.17%
G=5.65%
B=47.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922319200.8800.2530078.642.16
HexC017C005801912c4f2a
Octal30027300013003145411752
Binary110000001011111000000010110000110011001011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C017C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C017C0; }

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

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

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

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

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

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

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

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