#CC20B1

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

Shades of Deep Magenta #CC20B1

Tints of Deep Magenta #CC20B1

Color information

#CC20B1 (or 0xCC20B1) is unknown color: approx Deep Magenta. HEX triplet: CC, 20 and B1. RGB value is (204,32,177). Sum of RGB (Red+Green+Blue) = 204+32+177=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20B1 is #33DF4E. Grayscale: #636363. Windows color (decimal): -3399503 or 11608268. OLE color: 11608268.

HSL color Cylindrical-coordinate representation of color #CC20B1: hue angle of 309.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20B1 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20432177-
CMYK00.840.130.2
HSL309.42º72.88%46.27%-
HSV(B)309.42º84.31%80%-
XYZ33.3517.0443.13-
YUV99.96171.48202.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 32 (12.89% from 255) = 7.75%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=49.39%
G=7.75%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043217700.840.130.2309.4272.8846.27
HexCC20B1054D14135492e
Octal314402610124152446511156
Binary1100110010000010110001010101001101101001001101011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC20B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC20B1; }

 p { color: rgb(204,32,177); }

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

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

 a { background-color: rgb(204,32,177); }

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

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

 span { border-color: rgb(204,32,177); }

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