Shades of Deep Magenta #CE13D5
Tints of Deep Magenta #CE13D5
RGB
CMYK
RGB Variations
Color information
#CE13D5 (or 0xCE13D5) is known color: Deep Magenta. HEX triplet: CE, 13 and D5. RGB value is (206,19,213). Sum of RGB (Red+Green+Blue) = 206+19+213=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE13D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13D5 is #31EC2A. Grayscale: #606060. Windows color (decimal): -3271723 or 13964238. OLE color: 13964238.
HSL color Cylindrical-coordinate representation of color #CE13D5: hue angle of 297.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13D5 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 19 | 213 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.16 |
| HSL | 297.84º | 0.84% | 0.45% | - |
| HSV(B) | 297.84º | 0.91% | 0.84% | - |
| XYZ | 37.7 | 18.39 | 64.51 | - |
| YUV | 97.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 213 | 0.03 | 0.91 | 0 | 0.16 | 297.84 | 0.84 | 0.45 |
| Hex | CE | 13 | D5 | 3 | 5B | 0 | 10 | 12A | 54 | 2D |
| Octal | 316 | 23 | 325 | 3 | 133 | 0 | 20 | 452 | 124 | 55 |
| Binary | 11001110 | 10011 | 11010101 | 11 | 1011011 | 0 | 10000 | 100101010 | 1010100 | 101101 |
Color Harmonies of #CE13D5
Complementary color
Monochromatic Colors of #CE13D5
Black with #CE13D5
Text Example
Text Example
White with #CE13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13D5; }
p { color: rgb(206,19,213); }
H1.HeaderClassName
{
color: #CE13D5;
}
.AnyTagClassName
{
color: #CE13D5;
}
</style>
background-color css
<style>
a { background-color: #CE13D5; }
a { background-color: rgb(206,19,213); }
div.DivClassName
{
background-color: #CE13D5;
}
.BgClassName
{
background-color: #CE13D5;
}
</style>
border-color css
<style>
span { border-color: #CE13D5; }
span { border-color: rgb(206,19,213); }
td.TdClassName
{
border-color: #CE13D5;
}
.TagClassName
{
border-color: #CE13D5;
}
</style>