#CC25CA

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

Shades of Deep Magenta #CC25CA

Tints of Deep Magenta #CC25CA

Color information

#CC25CA (or 0xCC25CA) is unknown color: approx Deep Magenta. HEX triplet: CC, 25 and CA. RGB value is (204,37,202). Sum of RGB (Red+Green+Blue) = 204+37+202=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CA is #33DA35. Grayscale: #696969. Windows color (decimal): -3398198 or 13247948. OLE color: 13247948.

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

Color convert

RGB20437202-
CMYK00.820.010.2
HSL300.72º69.29%47.25%-
HSV(B)300.72º81.86%80%-
XYZ36.2218.4257.52-
YUV105.74182.33198.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 37 (14.84% from 255) = 8.35%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=46.05%
G=8.35%
B=45.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043720200.820.010.2300.7269.2947.25
HexCC25CA05211412d452f
Octal31445312012212445510557
Binary1100110010010111001010010100101101001001011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC25CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC25CA; }

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

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

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

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

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

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

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

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