#CC25CD

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

Shades of Deep Magenta #CC25CD

Tints of Deep Magenta #CC25CD

Color information

#CC25CD (or 0xCC25CD) is unknown color: approx Deep Magenta. HEX triplet: CC, 25 and CD. RGB value is (204,37,205). Sum of RGB (Red+Green+Blue) = 204+37+205=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC25CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CD is #33DA32. Grayscale: #696969. Windows color (decimal): -3398195 or 13444556. OLE color: 13444556.

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

Color convert

RGB20437205-
CMYK0.000.8200.20
HSL299.64º69.42%47.45%-
HSV(B)299.64º81.95%80.39%-
XYZ36.5818.5759.41-
YUV106.08183.83197.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 37 (14.84% from 255) = 8.30%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=45.74%
G=8.30%
B=45.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204372050.000.8200.20299.6469.4247.45
HexCC25CD05201412c452f
Octal31445315012202445410557
Binary1100110010010111001101010100100101001001011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC25CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC25CD; }

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

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

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

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

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

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

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

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