#C017B6

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

Shades of Deep Magenta #C017B6

Tints of Deep Magenta #C017B6

Color information

#C017B6 (or 0xC017B6) is unknown color: approx Deep Magenta. HEX triplet: C0, 17 and B6. RGB value is (192,23,182). Sum of RGB (Red+Green+Blue) = 192+23+182=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C017B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017B6 is #3FE849. Grayscale: #5B5B5B. Windows color (decimal): -4188234 or 11933632. OLE color: 11933632.

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

Color convert

RGB19223182-
CMYK00.880.050.25
HSL303.55º78.6%42.16%-
HSV(B)303.55º88.02%75.29%-
XYZ30.4915.245.58-
YUV91.66178.99199.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 23 (9.38% from 255) = 5.79%
BLUE value IS 182 (71.48% from 255) = 45.84%
R=48.36%
G=5.79%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922318200.880.050.25303.5578.642.16
HexC017B60585191304f2a
Octal30027266013053146011752
Binary11000000101111011011001011000101110011001100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C017B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C017B6; }

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

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

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

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

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

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

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

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