#CC10AE

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

Shades of Deep Magenta #CC10AE

Tints of Deep Magenta #CC10AE

Color information

#CC10AE (or 0xCC10AE) is unknown color: approx Deep Magenta. HEX triplet: CC, 10 and AE. RGB value is (204,16,174). Sum of RGB (Red+Green+Blue) = 204+16+174=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC10AE is #33EF51. Grayscale: #595959. Windows color (decimal): -3403602 or 11407564. OLE color: 11407564.

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

Color convert

RGB20416174-
CMYK00.920.150.2
HSL309.57º85.45%43.14%-
HSV(B)309.57º92.16%80%-
XYZ32.7316.2641.46-
YUV90.22175.28209.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 16 (6.64% from 255) = 4.06%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=51.78%
G=4.06%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041617400.920.150.2309.5785.4543.14
HexCC10AE05CF14136552b
Octal314202560134172446612553
Binary110011001000010101110010111001111101001001101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC10AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC10AE; }

 p { color: rgb(204,16,174); }

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

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

 a { background-color: rgb(204,16,174); }

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

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

 span { border-color: rgb(204,16,174); }

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