#C817D6

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

Shades of Deep Magenta #C817D6

Tints of Deep Magenta #C817D6

Color information

#C817D6 (or 0xC817D6) is unknown color: approx Deep Magenta. HEX triplet: C8, 17 and D6. RGB value is (200,23,214). Sum of RGB (Red+Green+Blue) = 200+23+214=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #C817D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C817D6 is #37E829. Grayscale: #616161. Windows color (decimal): -3663914 or 14030792. OLE color: 14030792.

HSL color Cylindrical-coordinate representation of color #C817D6: hue angle of 295.6º 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 #C817D6 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20023214-
CMYK0.070.8900.16
HSL295.6º80.59%46.47%-
HSV(B)295.6º89.25%83.92%-
XYZ36.2617.7565.13-
YUV97.7193.64200.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 23 (9.38% from 255) = 5.26%
BLUE value IS 214 (83.98% from 255) = 48.97%
R=45.77%
G=5.26%
B=48.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200232140.070.8900.16295.680.5946.47
HexC817D6759010128512e
Octal31027326713102045012156
Binary11001000101111101011011110110010100001001010001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C817D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C817D6; }

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

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

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

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

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

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

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

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