Shades of Deep Magenta #CF18DD
Tints of Deep Magenta #CF18DD
RGB
CMYK
RGB Variations
Color information
#CF18DD (or 0xCF18DD) is known color: Deep Magenta. HEX triplet: CF, 18 and DD. RGB value is (207,24,221). Sum of RGB (Red+Green+Blue) = 207+24+221=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18DD is #30E722. Grayscale: #646464. Windows color (decimal): -3204899 or 14489807. OLE color: 14489807.
HSL color Cylindrical-coordinate representation of color #CF18DD: hue angle of 295.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF18DD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 24 | 221 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.13 |
| HSL | 295.74º | 0.8% | 0.48% | - |
| HSV(B) | 295.74º | 0.89% | 0.87% | - |
| XYZ | 39.11 | 19.14 | 70.04 | - |
| YUV | 101.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 221 | 0.06 | 0.89 | 0 | 0.13 | 295.74 | 0.8 | 0.48 |
| Hex | CF | 18 | DD | 6 | 59 | 0 | D | 128 | 50 | 30 |
| Octal | 317 | 30 | 335 | 6 | 131 | 0 | 15 | 450 | 120 | 60 |
| Binary | 11001111 | 11000 | 11011101 | 110 | 1011001 | 0 | 1101 | 100101000 | 1010000 | 110000 |
Color Harmonies of #CF18DD
Complementary color
Monochromatic Colors of #CF18DD
Black with #CF18DD
Text Example
Text Example
White with #CF18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18DD; }
p { color: rgb(207,24,221); }
H1.HeaderClassName
{
color: #CF18DD;
}
.AnyTagClassName
{
color: #CF18DD;
}
</style>
background-color css
<style>
a { background-color: #CF18DD; }
a { background-color: rgb(207,24,221); }
div.DivClassName
{
background-color: #CF18DD;
}
.BgClassName
{
background-color: #CF18DD;
}
</style>
border-color css
<style>
span { border-color: #CF18DD; }
span { border-color: rgb(207,24,221); }
td.TdClassName
{
border-color: #CF18DD;
}
.TagClassName
{
border-color: #CF18DD;
}
</style>