Shades of Deep Magenta #CC25B5
Tints of Deep Magenta #CC25B5
RGB
CMYK
RGB Variations
Color information
#CC25B5 (or 0xCC25B5) is known color: Deep Magenta. HEX triplet: CC, 25 and B5. RGB value is (204,37,181). Sum of RGB (Red+Green+Blue) = 204+37+181=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25B5 is #33DA4A. Grayscale: #666666. Windows color (decimal): -3398219 or 11871692. OLE color: 11871692.
HSL color Cylindrical-coordinate representation of color #CC25B5: hue angle of 308.26º 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 #CC25B5 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 181 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.2 |
| HSL | 308.26º | 0.69% | 0.47% | - |
| HSV(B) | 308.26º | 0.82% | 0.8% | - |
| XYZ | 33.9 | 17.5 | 45.31 | - |
| YUV | 103.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 181 | 0 | 0.82 | 0.11 | 0.2 | 308.26 | 0.69 | 0.47 |
| Hex | CC | 25 | B5 | 0 | 52 | B | 14 | 134 | 45 | 2F |
| Octal | 314 | 45 | 265 | 0 | 122 | 13 | 24 | 464 | 105 | 57 |
| Binary | 11001100 | 100101 | 10110101 | 0 | 1010010 | 1011 | 10100 | 100110100 | 1000101 | 101111 |
Color Harmonies of #CC25B5
Complementary color
Monochromatic Colors of #CC25B5
Black with #CC25B5
Text Example
Text Example
White with #CC25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25B5; }
p { color: rgb(204,37,181); }
H1.HeaderClassName
{
color: #CC25B5;
}
.AnyTagClassName
{
color: #CC25B5;
}
</style>
background-color css
<style>
a { background-color: #CC25B5; }
a { background-color: rgb(204,37,181); }
div.DivClassName
{
background-color: #CC25B5;
}
.BgClassName
{
background-color: #CC25B5;
}
</style>
border-color css
<style>
span { border-color: #CC25B5; }
span { border-color: rgb(204,37,181); }
td.TdClassName
{
border-color: #CC25B5;
}
.TagClassName
{
border-color: #CC25B5;
}
</style>