Shades of Deep Magenta #CC25BB
Tints of Deep Magenta #CC25BB
RGB
CMYK
RGB Variations
Color information
#CC25BB (or 0xCC25BB) is known color: Deep Magenta. HEX triplet: CC, 25 and BB. RGB value is (204,37,187). Sum of RGB (Red+Green+Blue) = 204+37+187=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25BB is #33DA44. Grayscale: #676767. Windows color (decimal): -3398213 or 12264908. OLE color: 12264908.
HSL color Cylindrical-coordinate representation of color #CC25BB: hue angle of 306.11º 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 #CC25BB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 187 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.2 |
| HSL | 306.11º | 0.69% | 0.47% | - |
| HSV(B) | 306.11º | 0.82% | 0.8% | - |
| XYZ | 34.53 | 17.75 | 48.62 | - |
| YUV | 104.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 187 | 0 | 0.82 | 0.08 | 0.2 | 306.11 | 0.69 | 0.47 |
| Hex | CC | 25 | BB | 0 | 52 | 8 | 14 | 132 | 45 | 2F |
| Octal | 314 | 45 | 273 | 0 | 122 | 10 | 24 | 462 | 105 | 57 |
| Binary | 11001100 | 100101 | 10111011 | 0 | 1010010 | 1000 | 10100 | 100110010 | 1000101 | 101111 |
Color Harmonies of #CC25BB
Complementary color
Monochromatic Colors of #CC25BB
Black with #CC25BB
Text Example
Text Example
White with #CC25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25BB; }
p { color: rgb(204,37,187); }
H1.HeaderClassName
{
color: #CC25BB;
}
.AnyTagClassName
{
color: #CC25BB;
}
</style>
background-color css
<style>
a { background-color: #CC25BB; }
a { background-color: rgb(204,37,187); }
div.DivClassName
{
background-color: #CC25BB;
}
.BgClassName
{
background-color: #CC25BB;
}
</style>
border-color css
<style>
span { border-color: #CC25BB; }
span { border-color: rgb(204,37,187); }
td.TdClassName
{
border-color: #CC25BB;
}
.TagClassName
{
border-color: #CC25BB;
}
</style>