#cc21bb

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

Shades of Deep Magenta #CC21BB

Tints of Deep Magenta #CC21BB

Color information

#CC21BB (or 0xCC21BB) is unknown color: approx Deep Magenta. HEX triplet: CC, 21 and BB. RGB value is (204,33,187). Sum of RGB (Red+Green+Blue) = 204+33+187=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21BB is #33DE44. Grayscale: #656565. Windows color (decimal): -3399237 or 12263884. OLE color: 12263884.

HSL color Cylindrical-coordinate representation of color #CC21BB: hue angle of 305.96º degrees, saturation: 0.72, 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 #CC21BB is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB20433187-
CMYK00.840.080.2
HSL305.96º72.15%46.47%-
HSV(B)305.96º83.82%80%-
XYZ34.4217.5148.58-
YUV101.68176.15200.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 33 (13.28% from 255) = 7.78%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=48.11%
G=7.78%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043318700.840.080.2305.9672.1546.47
HexCC21BB054814132482e
Octal314412730124102446211056
Binary1100110010000110111011010101001000101001001100101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc21bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc21bb; }

 p { color: rgb(204,33,187); }

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

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

 a { background-color: rgb(204,33,187); }

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

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

 span { border-color: rgb(204,33,187); }

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