Shades of Deep Magenta #CC0FE7
Tints of Deep Magenta #CC0FE7
RGB
CMYK
RGB Variations
Color information
#CC0FE7 (or 0xCC0FE7) is known color: Deep Magenta. HEX triplet: CC, 0F and E7. RGB value is (204,15,231). Sum of RGB (Red+Green+Blue) = 204+15+231=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC0FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FE7 is #33F018. Grayscale: #5F5F5F. Windows color (decimal): -3403801 or 15142860. OLE color: 15142860.
HSL color Cylindrical-coordinate representation of color #CC0FE7: hue angle of 292.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FE7 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 15 | 231 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.09 |
| HSL | 292.5º | 0.88% | 0.48% | - |
| HSV(B) | 292.5º | 0.94% | 0.91% | - |
| XYZ | 39.5 | 18.95 | 77.18 | - |
| YUV | 96.14 | 204.12 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 231 | 0.12 | 0.94 | 0 | 0.09 | 292.5 | 0.88 | 0.48 |
| Hex | CC | F | E7 | C | 5E | 0 | 9 | 124 | 58 | 30 |
| Octal | 314 | 17 | 347 | 14 | 136 | 0 | 11 | 444 | 130 | 60 |
| Binary | 11001100 | 1111 | 11100111 | 1100 | 1011110 | 0 | 1001 | 100100100 | 1011000 | 110000 |
Color Harmonies of #CC0FE7
Complementary color
Monochromatic Colors of #CC0FE7
Black with #CC0FE7
Text Example
Text Example
White with #CC0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FE7; }
p { color: rgb(204,15,231); }
H1.HeaderClassName
{
color: #CC0FE7;
}
.AnyTagClassName
{
color: #CC0FE7;
}
</style>
background-color css
<style>
a { background-color: #CC0FE7; }
a { background-color: rgb(204,15,231); }
div.DivClassName
{
background-color: #CC0FE7;
}
.BgClassName
{
background-color: #CC0FE7;
}
</style>
border-color css
<style>
span { border-color: #CC0FE7; }
span { border-color: rgb(204,15,231); }
td.TdClassName
{
border-color: #CC0FE7;
}
.TagClassName
{
border-color: #CC0FE7;
}
</style>