#CC21C0

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

Shades of Deep Magenta #CC21C0

Tints of Deep Magenta #CC21C0

Color information

#CC21C0 (or 0xCC21C0) is unknown color: approx Deep Magenta. HEX triplet: CC, 21 and C0. RGB value is (204,33,192). Sum of RGB (Red+Green+Blue) = 204+33+192=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C0 is #33DE3F. Grayscale: #656565. Windows color (decimal): -3399232 or 12591564. OLE color: 12591564.

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

Color convert

RGB20433192-
CMYK00.840.060.2
HSL304.21º72.15%46.47%-
HSV(B)304.21º83.82%80%-
XYZ34.9617.7351.45-
YUV102.26178.65200.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 33 (13.28% from 255) = 7.69%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=47.55%
G=7.69%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043319200.840.060.2304.2172.1546.47
HexCC21C0054614130482e
Octal31441300012462446011056
Binary110011001000011100000001010100110101001001100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC21C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC21C0; }

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

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

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

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

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

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

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

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