Shades of Deep Magenta #CC25CF
Tints of Deep Magenta #CC25CF
RGB
CMYK
RGB Variations
Color information
#CC25CF (or 0xCC25CF) is known color: Deep Magenta. HEX triplet: CC, 25 and CF. RGB value is (204,37,207). Sum of RGB (Red+Green+Blue) = 204+37+207=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CF is #33DA30. Grayscale: #696969. Windows color (decimal): -3398193 or 13575628. OLE color: 13575628.
HSL color Cylindrical-coordinate representation of color #CC25CF: hue angle of 298.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC25CF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 37 | 207 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.19 |
| HSL | 298.94º | 0.7% | 0.48% | - |
| HSV(B) | 298.94º | 0.82% | 0.81% | - |
| XYZ | 36.83 | 18.67 | 60.69 | - |
| YUV | 106.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 207 | 0.01 | 0.82 | 0 | 0.19 | 298.94 | 0.7 | 0.48 |
| Hex | CC | 25 | CF | 1 | 52 | 0 | 13 | 12B | 46 | 30 |
| Octal | 314 | 45 | 317 | 1 | 122 | 0 | 23 | 453 | 106 | 60 |
| Binary | 11001100 | 100101 | 11001111 | 1 | 1010010 | 0 | 10011 | 100101011 | 1000110 | 110000 |
Color Harmonies of #CC25CF
Complementary color
Monochromatic Colors of #CC25CF
Black with #CC25CF
Text Example
Text Example
White with #CC25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25CF; }
p { color: rgb(204,37,207); }
H1.HeaderClassName
{
color: #CC25CF;
}
.AnyTagClassName
{
color: #CC25CF;
}
</style>
background-color css
<style>
a { background-color: #CC25CF; }
a { background-color: rgb(204,37,207); }
div.DivClassName
{
background-color: #CC25CF;
}
.BgClassName
{
background-color: #CC25CF;
}
</style>
border-color css
<style>
span { border-color: #CC25CF; }
span { border-color: rgb(204,37,207); }
td.TdClassName
{
border-color: #CC25CF;
}
.TagClassName
{
border-color: #CC25CF;
}
</style>