#CC1EC2

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

Shades of Deep Magenta #CC1EC2

Tints of Deep Magenta #CC1EC2

Color information

#CC1EC2 (or 0xCC1EC2) is unknown color: approx Deep Magenta. HEX triplet: CC, 1E and C2. RGB value is (204,30,194). Sum of RGB (Red+Green+Blue) = 204+30+194=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EC2 is #33E13D. Grayscale: #646464. Windows color (decimal): -3399998 or 12721868. OLE color: 12721868.

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

Color convert

RGB20430194-
CMYK00.850.050.2
HSL303.45º74.36%45.88%-
HSV(B)303.45º85.29%80%-
XYZ35.117.6652.6-
YUV100.72180.65201.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 30 (12.11% from 255) = 7.01%
BLUE value IS 194 (76.17% from 255) = 45.33%
R=47.66%
G=7.01%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043019400.850.050.2303.4574.3645.88
HexCC1EC205551412f4a2e
Octal31436302012552445711256
Binary11001100111101100001001010101101101001001011111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1EC2; }

 p { color: rgb(204,30,194); }

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

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

 a { background-color: rgb(204,30,194); }

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

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

 span { border-color: rgb(204,30,194); }

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