#CC11C3

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

Shades of Deep Magenta #CC11C3

Tints of Deep Magenta #CC11C3

Color information

#CC11C3 (or 0xCC11C3) is unknown color: approx Deep Magenta. HEX triplet: CC, 11 and C3. RGB value is (204,17,195). Sum of RGB (Red+Green+Blue) = 204+17+195=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11C3 is #33EE3C. Grayscale: #5C5C5C. Windows color (decimal): -3403325 or 12784076. OLE color: 12784076.

HSL color Cylindrical-coordinate representation of color #CC11C3: hue angle of 302.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11C3 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB20417195-
CMYK00.920.040.2
HSL302.89º84.62%43.33%-
HSV(B)302.89º91.67%80%-
XYZ34.9517.1853.1-
YUV93.2185.45207.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 17 (7.03% from 255) = 4.09%
BLUE value IS 195 (76.56% from 255) = 46.88%
R=49.04%
G=4.09%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041719500.920.040.2302.8984.6243.33
HexCC11C305C41412f552b
Octal31421303013442445712553
Binary11001100100011100001101011100100101001001011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC11C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC11C3; }

 p { color: rgb(204,17,195); }

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

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

 a { background-color: rgb(204,17,195); }

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

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

 span { border-color: rgb(204,17,195); }

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