Shades of Deep Magenta #CC15BF
Tints of Deep Magenta #CC15BF
RGB
CMYK
RGB Variations
Color information
#CC15BF (or 0xCC15BF) is known color: Deep Magenta. HEX triplet: CC, 15 and BF. RGB value is (204,21,191). Sum of RGB (Red+Green+Blue) = 204+21+191=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15BF is #33EA40. Grayscale: #5E5E5E. Windows color (decimal): -3402305 or 12522956. OLE color: 12522956.
HSL color Cylindrical-coordinate representation of color #CC15BF: hue angle of 304.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC15BF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.2 |
| HSL | 304.26º | 0.81% | 0.44% | - |
| HSV(B) | 304.26º | 0.9% | 0.8% | - |
| XYZ | 34.57 | 17.14 | 50.78 | - |
| YUV | 95.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 191 | 0 | 0.90 | 0.06 | 0.2 | 304.26 | 0.81 | 0.44 |
| Hex | CC | 15 | BF | 0 | 5A | 6 | 14 | 130 | 51 | 2C |
| Octal | 314 | 25 | 277 | 0 | 132 | 6 | 24 | 460 | 121 | 54 |
| Binary | 11001100 | 10101 | 10111111 | 0 | 1011010 | 110 | 10100 | 100110000 | 1010001 | 101100 |
Color Harmonies of #CC15BF
Complementary color
Monochromatic Colors of #CC15BF
Black with #CC15BF
Text Example
Text Example
White with #CC15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15BF; }
p { color: rgb(204,21,191); }
H1.HeaderClassName
{
color: #CC15BF;
}
.AnyTagClassName
{
color: #CC15BF;
}
</style>
background-color css
<style>
a { background-color: #CC15BF; }
a { background-color: rgb(204,21,191); }
div.DivClassName
{
background-color: #CC15BF;
}
.BgClassName
{
background-color: #CC15BF;
}
</style>
border-color css
<style>
span { border-color: #CC15BF; }
span { border-color: rgb(204,21,191); }
td.TdClassName
{
border-color: #CC15BF;
}
.TagClassName
{
border-color: #CC15BF;
}
</style>