Shades of Deep Magenta #CE05C4
Tints of Deep Magenta #CE05C4
RGB
CMYK
RGB Variations
Color information
#CE05C4 (or 0xCE05C4) is known color: Deep Magenta. HEX triplet: CE, 05 and C4. RGB value is (206,5,196). Sum of RGB (Red+Green+Blue) = 206+5+196=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05C4 is #31FA3B. Grayscale: #565656. Windows color (decimal): -3275324 or 12846542. OLE color: 12846542.
HSL color Cylindrical-coordinate representation of color #CE05C4: hue angle of 302.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05C4 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 196 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.19 |
| HSL | 302.99º | 0.95% | 0.41% | - |
| HSV(B) | 302.99º | 0.98% | 0.81% | - |
| XYZ | 35.47 | 17.22 | 53.68 | - |
| YUV | 86.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 196 | 0 | 0.98 | 0.05 | 0.19 | 302.99 | 0.95 | 0.41 |
| Hex | CE | 5 | C4 | 0 | 62 | 5 | 13 | 12F | 5F | 29 |
| Octal | 316 | 5 | 304 | 0 | 142 | 5 | 23 | 457 | 137 | 51 |
| Binary | 11001110 | 101 | 11000100 | 0 | 1100010 | 101 | 10011 | 100101111 | 1011111 | 101001 |
Color Harmonies of #CE05C4
Complementary color
Monochromatic Colors of #CE05C4
Black with #CE05C4
Text Example
Text Example
White with #CE05C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05C4; }
p { color: rgb(206,5,196); }
H1.HeaderClassName
{
color: #CE05C4;
}
.AnyTagClassName
{
color: #CE05C4;
}
</style>
background-color css
<style>
a { background-color: #CE05C4; }
a { background-color: rgb(206,5,196); }
div.DivClassName
{
background-color: #CE05C4;
}
.BgClassName
{
background-color: #CE05C4;
}
</style>
border-color css
<style>
span { border-color: #CE05C4; }
span { border-color: rgb(206,5,196); }
td.TdClassName
{
border-color: #CE05C4;
}
.TagClassName
{
border-color: #CE05C4;
}
</style>