#CC21C1

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

Shades of Deep Magenta #CC21C1

Tints of Deep Magenta #CC21C1

Color information

#CC21C1 (or 0xCC21C1) is unknown color: approx Deep Magenta. HEX triplet: CC, 21 and C1. RGB value is (204,33,193). Sum of RGB (Red+Green+Blue) = 204+33+193=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C1 is #33DE3E. Grayscale: #656565. Windows color (decimal): -3399231 or 12657100. OLE color: 12657100.

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

Color convert

RGB20433193-
CMYK00.840.050.2
HSL303.86º72.15%46.47%-
HSV(B)303.86º83.82%80%-
XYZ35.0717.7852.03-
YUV102.37179.15200.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 33 (13.28% from 255) = 7.67%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=47.44%
G=7.67%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043319300.840.050.2303.8672.1546.47
HexCC21C1054514130482e
Octal31441301012452446011056
Binary110011001000011100000101010100101101001001100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC21C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC21C1; }

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

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

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

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

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

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

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

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