Shades of Deep Magenta #CC25CB
Tints of Deep Magenta #CC25CB
RGB
CMYK
RGB Variations
Color information
#CC25CB (or 0xCC25CB) is known color: 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
| RGB | 204 | 37 | 203 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.2 |
| HSL | 300.36º | 0.69% | 0.47% | - |
| HSV(B) | 300.36º | 0.82% | 0.8% | - |
| XYZ | 36.34 | 18.47 | 58.15 | - |
| YUV | 105.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 203 | 0 | 0.82 | 0.00 | 0.2 | 300.36 | 0.69 | 0.47 |
| Hex | CC | 25 | CB | 0 | 52 | 0 | 14 | 12C | 45 | 2F |
| Octal | 314 | 45 | 313 | 0 | 122 | 0 | 24 | 454 | 105 | 57 |
| Binary | 11001100 | 100101 | 11001011 | 0 | 1010010 | 0 | 10100 | 100101100 | 1000101 | 101111 |
Color Harmonies of #CC25CB
Complementary color
Monochromatic Colors of #CC25CB
Black with #CC25CB
Text Example
Text Example
White with #CC25CB
Text Example
Text Example
HTML Codes & Css Web 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>