#C017DF

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

Shades of Deep Magenta #C017DF

Tints of Deep Magenta #C017DF

Color information

#C017DF (or 0xC017DF) is unknown color: approx Deep Magenta. HEX triplet: C0, 17 and DF. RGB value is (192,23,223). Sum of RGB (Red+Green+Blue) = 192+23+223=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C017DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C017DF is #3FE820. Grayscale: #5F5F5F. Windows color (decimal): -4188193 or 14620608. OLE color: 14620608.

HSL color Cylindrical-coordinate representation of color #C017DF: hue angle of 290.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C017DF is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19223223-
CMYK0.140.9000.13
HSL290.7º81.3%48.24%-
HSV(B)290.7º89.69%87.45%-
XYZ35.3617.1571.26-
YUV96.33199.49196.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 23 (9.38% from 255) = 5.25%
BLUE value IS 223 (87.5% from 255) = 50.91%
R=43.84%
G=5.25%
B=50.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192232230.140.9000.13290.781.348.24
HexC017DFE5A0D1235130
Octal300273371613201544312160
Binary11000000101111101111111101011010011011001000111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C017DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C017DF; }

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

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

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

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

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

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

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

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