#CC25CB

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

Shades of Deep Magenta #CC25CB

Tints of Deep Magenta #CC25CB

Color information

#CC25CB (or 0xCC25CB) is unknown color: approx Deep Magenta. HEX triplet: CC, 25 and CB. RGB value is (204,37,203). Sum of RGB (Red+Green+Blue) = 204+37+203=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CB is #33DA34. Grayscale: #696969. Windows color (decimal): -3398197 or 13313484. OLE color: 13313484.

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

Color convert

RGB20437203-
CMYK00.820.000.2
HSL300.36º69.29%47.25%-
HSV(B)300.36º81.86%80%-
XYZ36.3418.4758.15-
YUV105.86182.83198-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 37 (14.84% from 255) = 8.33%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=45.95%
G=8.33%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043720300.820.000.2300.3669.2947.25
HexCC25CB05201412c452f
Octal31445313012202445410557
Binary1100110010010111001011010100100101001001011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC25CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC25CB; }

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

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

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

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

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

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

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

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