Shades of Deep Magenta #CD19CF
Tints of Deep Magenta #CD19CF
RGB
CMYK
RGB Variations
Color information
#CD19CF (or 0xCD19CF) is known color: Deep Magenta. HEX triplet: CD, 19 and CF. RGB value is (205,25,207). Sum of RGB (Red+Green+Blue) = 205+25+207=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD19CF is #32E630. Grayscale: #636363. Windows color (decimal): -3335729 or 13572557. OLE color: 13572557.
HSL color Cylindrical-coordinate representation of color #CD19CF: hue angle of 299.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD19CF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 25 | 207 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.19 |
| HSL | 299.34º | 0.78% | 0.45% | - |
| HSV(B) | 299.34º | 0.88% | 0.81% | - |
| XYZ | 36.79 | 18.18 | 60.6 | - |
| YUV | 99.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 207 | 0.01 | 0.88 | 0 | 0.19 | 299.34 | 0.78 | 0.45 |
| Hex | CD | 19 | CF | 1 | 58 | 0 | 13 | 12B | 4E | 2D |
| Octal | 315 | 31 | 317 | 1 | 130 | 0 | 23 | 453 | 116 | 55 |
| Binary | 11001101 | 11001 | 11001111 | 1 | 1011000 | 0 | 10011 | 100101011 | 1001110 | 101101 |
Color Harmonies of #CD19CF
Complementary color
Monochromatic Colors of #CD19CF
Black with #CD19CF
Text Example
Text Example
White with #CD19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD19CF; }
p { color: rgb(205,25,207); }
H1.HeaderClassName
{
color: #CD19CF;
}
.AnyTagClassName
{
color: #CD19CF;
}
</style>
background-color css
<style>
a { background-color: #CD19CF; }
a { background-color: rgb(205,25,207); }
div.DivClassName
{
background-color: #CD19CF;
}
.BgClassName
{
background-color: #CD19CF;
}
</style>
border-color css
<style>
span { border-color: #CD19CF; }
span { border-color: rgb(205,25,207); }
td.TdClassName
{
border-color: #CD19CF;
}
.TagClassName
{
border-color: #CD19CF;
}
</style>