Shades of Deep Magenta #CC25DB
Tints of Deep Magenta #CC25DB
RGB
CMYK
RGB Variations
Color information
#CC25DB (or 0xCC25DB) is known color: Deep Magenta. HEX triplet: CC, 25 and DB. RGB value is (204,37,219). Sum of RGB (Red+Green+Blue) = 204+37+219=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25DB is #33DA24. Grayscale: #6B6B6B. Windows color (decimal): -3398181 or 14362060. OLE color: 14362060.
HSL color Cylindrical-coordinate representation of color #CC25DB: hue angle of 295.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC25DB is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 37 | 219 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.14 |
| HSL | 295.06º | 0.72% | 0.5% | - |
| HSV(B) | 295.06º | 0.83% | 0.86% | - |
| XYZ | 38.35 | 19.27 | 68.72 | - |
| YUV | 107.68 | 190.83 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 219 | 0.07 | 0.83 | 0 | 0.14 | 295.06 | 0.72 | 0.5 |
| Hex | CC | 25 | DB | 7 | 53 | 0 | E | 127 | 48 | 32 |
| Octal | 314 | 45 | 333 | 7 | 123 | 0 | 16 | 447 | 110 | 62 |
| Binary | 11001100 | 100101 | 11011011 | 111 | 1010011 | 0 | 1110 | 100100111 | 1001000 | 110010 |
Color Harmonies of #CC25DB
Complementary color
Monochromatic Colors of #CC25DB
Black with #CC25DB
Text Example
Text Example
White with #CC25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25DB; }
p { color: rgb(204,37,219); }
H1.HeaderClassName
{
color: #CC25DB;
}
.AnyTagClassName
{
color: #CC25DB;
}
</style>
background-color css
<style>
a { background-color: #CC25DB; }
a { background-color: rgb(204,37,219); }
div.DivClassName
{
background-color: #CC25DB;
}
.BgClassName
{
background-color: #CC25DB;
}
</style>
border-color css
<style>
span { border-color: #CC25DB; }
span { border-color: rgb(204,37,219); }
td.TdClassName
{
border-color: #CC25DB;
}
.TagClassName
{
border-color: #CC25DB;
}
</style>