#cc11c1

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

Shades of Deep Magenta #CC11C1

Tints of Deep Magenta #CC11C1

Color information

#CC11C1 (or 0xCC11C1) is unknown color: approx Deep Magenta. HEX triplet: CC, 11 and C1. RGB value is (204,17,193). Sum of RGB (Red+Green+Blue) = 204+17+193=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11C1 is #33EE3E. Grayscale: #5C5C5C. Windows color (decimal): -3403327 or 12653004. OLE color: 12653004.

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

Color convert

RGB20417193-
CMYK00.920.050.2
HSL303.53º84.62%43.33%-
HSV(B)303.53º91.67%80%-
XYZ34.7317.0951.92-
YUV92.98184.45207.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=49.28%
G=4.11%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041719300.920.050.2303.5384.6243.33
HexCC11C105C514130552b
Octal31421301013452446012553
Binary11001100100011100000101011100101101001001100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc11c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc11c1; }

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

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

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

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

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

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

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

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