Shades of Deep Magenta #CC15E7
Tints of Deep Magenta #CC15E7
RGB
CMYK
RGB Variations
Color information
#CC15E7 (or 0xCC15E7) is known color: Deep Magenta. HEX triplet: CC, 15 and E7. RGB value is (204,21,231). Sum of RGB (Red+Green+Blue) = 204+21+231=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC15E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15E7 is #33EA18. Grayscale: #626262. Windows color (decimal): -3402265 or 15144396. OLE color: 15144396.
HSL color Cylindrical-coordinate representation of color #CC15E7: hue angle of 292.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC15E7 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 21 | 231 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.09 |
| HSL | 292.29º | 0.83% | 0.49% | - |
| HSV(B) | 292.29º | 0.91% | 0.91% | - |
| XYZ | 39.59 | 19.14 | 77.21 | - |
| YUV | 99.66 | 202.13 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 231 | 0.12 | 0.91 | 0 | 0.09 | 292.29 | 0.83 | 0.49 |
| Hex | CC | 15 | E7 | C | 5B | 0 | 9 | 124 | 53 | 31 |
| Octal | 314 | 25 | 347 | 14 | 133 | 0 | 11 | 444 | 123 | 61 |
| Binary | 11001100 | 10101 | 11100111 | 1100 | 1011011 | 0 | 1001 | 100100100 | 1010011 | 110001 |
Color Harmonies of #CC15E7
Complementary color
Monochromatic Colors of #CC15E7
Black with #CC15E7
Text Example
Text Example
White with #CC15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15E7; }
p { color: rgb(204,21,231); }
H1.HeaderClassName
{
color: #CC15E7;
}
.AnyTagClassName
{
color: #CC15E7;
}
</style>
background-color css
<style>
a { background-color: #CC15E7; }
a { background-color: rgb(204,21,231); }
div.DivClassName
{
background-color: #CC15E7;
}
.BgClassName
{
background-color: #CC15E7;
}
</style>
border-color css
<style>
span { border-color: #CC15E7; }
span { border-color: rgb(204,21,231); }
td.TdClassName
{
border-color: #CC15E7;
}
.TagClassName
{
border-color: #CC15E7;
}
</style>