#CC17B5

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

Shades of Deep Magenta #CC17B5

Tints of Deep Magenta #CC17B5

Color information

#CC17B5 (or 0xCC17B5) is unknown color: approx Deep Magenta. HEX triplet: CC, 17 and B5. RGB value is (204,23,181). Sum of RGB (Red+Green+Blue) = 204+23+181=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC17B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC17B5 is #33E84A. Grayscale: #5E5E5E. Windows color (decimal): -3401803 or 11868108. OLE color: 11868108.

HSL color Cylindrical-coordinate representation of color #CC17B5: hue angle of 307.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC17B5 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20423181-
CMYK00.890.110.2
HSL307.62º79.74%44.51%-
HSV(B)307.62º88.73%80%-
XYZ33.5516.7945.19-
YUV95.13176.47205.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 5.64%
BLUE value IS 181 (71.09% from 255) = 44.36%
R=50%
G=5.64%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042318100.890.110.2307.6279.7444.51
HexCC17B5059B14134502d
Octal314272650131132446412055
Binary110011001011110110101010110011011101001001101001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC17B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC17B5; }

 p { color: rgb(204,23,181); }

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

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

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

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

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

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

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