#CC2AC3

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

Shades of Deep Magenta #CC2AC3

Tints of Deep Magenta #CC2AC3

Color information

#CC2AC3 (or 0xCC2AC3) is unknown color: approx Deep Magenta. HEX triplet: CC, 2A and C3. RGB value is (204,42,195). Sum of RGB (Red+Green+Blue) = 204+42+195=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2AC3 is #33D53C. Grayscale: #6B6B6B. Windows color (decimal): -3396925 or 12790476. OLE color: 12790476.

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

Color convert

RGB20442195-
CMYK00.790.040.2
HSL303.33º65.85%48.24%-
HSV(B)303.33º79.41%80%-
XYZ35.5818.4353.31-
YUV107.88177.17196.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 42 (16.80% from 255) = 9.52%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=46.26%
G=9.52%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044219500.790.040.2303.3365.8548.24
HexCC2AC304F41412f4230
Octal31452303011742445710260
Binary110011001010101100001101001111100101001001011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2AC3; }

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

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

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

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

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

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

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

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