Shades of Deep Magenta #CC15BE
Tints of Deep Magenta #CC15BE
RGB
CMYK
RGB Variations
Color information
#CC15BE (or 0xCC15BE) is known color: Deep Magenta. HEX triplet: CC, 15 and BE. RGB value is (204,21,190). Sum of RGB (Red+Green+Blue) = 204+21+190=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC15BE is #33EA41. Grayscale: #5E5E5E. Windows color (decimal): -3402306 or 12457420. OLE color: 12457420.
HSL color Cylindrical-coordinate representation of color #CC15BE: hue angle of 304.59º 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 #CC15BE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.2 |
| HSL | 304.59º | 0.81% | 0.44% | - |
| HSV(B) | 304.59º | 0.9% | 0.8% | - |
| XYZ | 34.46 | 17.09 | 50.2 | - |
| YUV | 94.98 | 181.63 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 190 | 0 | 0.90 | 0.07 | 0.2 | 304.59 | 0.81 | 0.44 |
| Hex | CC | 15 | BE | 0 | 5A | 7 | 14 | 131 | 51 | 2C |
| Octal | 314 | 25 | 276 | 0 | 132 | 7 | 24 | 461 | 121 | 54 |
| Binary | 11001100 | 10101 | 10111110 | 0 | 1011010 | 111 | 10100 | 100110001 | 1010001 | 101100 |
Color Harmonies of #CC15BE
Complementary color
Monochromatic Colors of #CC15BE
Black with #CC15BE
Text Example
Text Example
White with #CC15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15BE; }
p { color: rgb(204,21,190); }
H1.HeaderClassName
{
color: #CC15BE;
}
.AnyTagClassName
{
color: #CC15BE;
}
</style>
background-color css
<style>
a { background-color: #CC15BE; }
a { background-color: rgb(204,21,190); }
div.DivClassName
{
background-color: #CC15BE;
}
.BgClassName
{
background-color: #CC15BE;
}
</style>
border-color css
<style>
span { border-color: #CC15BE; }
span { border-color: rgb(204,21,190); }
td.TdClassName
{
border-color: #CC15BE;
}
.TagClassName
{
border-color: #CC15BE;
}
</style>