Shades of Deep Magenta #CC25E0
Tints of Deep Magenta #CC25E0
RGB
CMYK
RGB Variations
Color information
#CC25E0 (or 0xCC25E0) is known color: Deep Magenta. HEX triplet: CC, 25 and E0. RGB value is (204,37,224). Sum of RGB (Red+Green+Blue) = 204+37+224=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC25E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25E0 is #33DA1F. Grayscale: #6B6B6B. Windows color (decimal): -3398176 or 14689740. OLE color: 14689740.
HSL color Cylindrical-coordinate representation of color #CC25E0: hue angle of 293.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC25E0 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 37 | 224 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.12 |
| HSL | 293.58º | 0.75% | 0.51% | - |
| HSV(B) | 293.58º | 0.83% | 0.88% | - |
| XYZ | 39.02 | 19.54 | 72.24 | - |
| YUV | 108.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 224 | 0.09 | 0.83 | 0 | 0.12 | 293.58 | 0.75 | 0.51 |
| Hex | CC | 25 | E0 | 9 | 53 | 0 | C | 126 | 4B | 33 |
| Octal | 314 | 45 | 340 | 11 | 123 | 0 | 14 | 446 | 113 | 63 |
| Binary | 11001100 | 100101 | 11100000 | 1001 | 1010011 | 0 | 1100 | 100100110 | 1001011 | 110011 |
Color Harmonies of #CC25E0
Complementary color
Monochromatic Colors of #CC25E0
Black with #CC25E0
Text Example
Text Example
White with #CC25E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25E0; }
p { color: rgb(204,37,224); }
H1.HeaderClassName
{
color: #CC25E0;
}
.AnyTagClassName
{
color: #CC25E0;
}
</style>
background-color css
<style>
a { background-color: #CC25E0; }
a { background-color: rgb(204,37,224); }
div.DivClassName
{
background-color: #CC25E0;
}
.BgClassName
{
background-color: #CC25E0;
}
</style>
border-color css
<style>
span { border-color: #CC25E0; }
span { border-color: rgb(204,37,224); }
td.TdClassName
{
border-color: #CC25E0;
}
.TagClassName
{
border-color: #CC25E0;
}
</style>