Shades of Deep Magenta #CE07B5
Tints of Deep Magenta #CE07B5
RGB
CMYK
RGB Variations
Color information
#CE07B5 (or 0xCE07B5) is known color: Deep Magenta. HEX triplet: CE, 07 and B5. RGB value is (206,7,181). Sum of RGB (Red+Green+Blue) = 206+7+181=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE07B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07B5 is #31F84A. Grayscale: #555555. Windows color (decimal): -3274827 or 11864014. OLE color: 11864014.
HSL color Cylindrical-coordinate representation of color #CE07B5: hue angle of 307.54º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07B5 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 181 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.19 |
| HSL | 307.54º | 0.93% | 0.42% | - |
| HSV(B) | 307.54º | 0.97% | 0.81% | - |
| XYZ | 33.87 | 16.61 | 45.14 | - |
| YUV | 86.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 181 | 0 | 0.97 | 0.12 | 0.19 | 307.54 | 0.93 | 0.42 |
| Hex | CE | 7 | B5 | 0 | 61 | C | 13 | 134 | 5D | 2A |
| Octal | 316 | 7 | 265 | 0 | 141 | 14 | 23 | 464 | 135 | 52 |
| Binary | 11001110 | 111 | 10110101 | 0 | 1100001 | 1100 | 10011 | 100110100 | 1011101 | 101010 |
Color Harmonies of #CE07B5
Complementary color
Monochromatic Colors of #CE07B5
Black with #CE07B5
Text Example
Text Example
White with #CE07B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07B5; }
p { color: rgb(206,7,181); }
H1.HeaderClassName
{
color: #CE07B5;
}
.AnyTagClassName
{
color: #CE07B5;
}
</style>
background-color css
<style>
a { background-color: #CE07B5; }
a { background-color: rgb(206,7,181); }
div.DivClassName
{
background-color: #CE07B5;
}
.BgClassName
{
background-color: #CE07B5;
}
</style>
border-color css
<style>
span { border-color: #CE07B5; }
span { border-color: rgb(206,7,181); }
td.TdClassName
{
border-color: #CE07B5;
}
.TagClassName
{
border-color: #CE07B5;
}
</style>