#CC1ACA

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

Shades of Deep Magenta #CC1ACA

Tints of Deep Magenta #CC1ACA

Color information

#CC1ACA (or 0xCC1ACA) is unknown color: approx Deep Magenta. HEX triplet: CC, 1A and CA. RGB value is (204,26,202). Sum of RGB (Red+Green+Blue) = 204+26+202=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ACA is #33E535. Grayscale: #626262. Windows color (decimal): -3401014 or 13245132. OLE color: 13245132.

HSL color Cylindrical-coordinate representation of color #CC1ACA: hue angle of 300.67º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1ACA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB20426202-
CMYK00.870.010.2
HSL300.67º77.39%45.1%-
HSV(B)300.67º87.25%80%-
XYZ35.9317.8457.43-
YUV99.29185.97202.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 26 (10.55% from 255) = 6.02%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=47.22%
G=6.02%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042620200.870.010.2300.6777.3945.1
HexCC1ACA05711412d4d2d
Octal31432312012712445511555
Binary110011001101011001010010101111101001001011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1ACA; }

 p { color: rgb(204,26,202); }

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

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

 a { background-color: rgb(204,26,202); }

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

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

 span { border-color: rgb(204,26,202); }

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