Shades of Deep Magenta #CF18CD
Tints of Deep Magenta #CF18CD
RGB
CMYK
RGB Variations
Color information
#CF18CD (or 0xCF18CD) is known color: Deep Magenta. HEX triplet: CF, 18 and CD. RGB value is (207,24,205). Sum of RGB (Red+Green+Blue) = 207+24+205=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18CD is #30E732. Grayscale: #626262. Windows color (decimal): -3204915 or 13441231. OLE color: 13441231.
HSL color Cylindrical-coordinate representation of color #CF18CD: hue angle of 300.66º degrees, saturation: 0.79, 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 #CF18CD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 205 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.19 |
| HSL | 300.66º | 0.79% | 0.45% | - |
| HSV(B) | 300.66º | 0.88% | 0.81% | - |
| XYZ | 37.08 | 18.33 | 59.34 | - |
| YUV | 99.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 205 | 0 | 0.88 | 0.01 | 0.19 | 300.66 | 0.79 | 0.45 |
| Hex | CF | 18 | CD | 0 | 58 | 1 | 13 | 12D | 4F | 2D |
| Octal | 317 | 30 | 315 | 0 | 130 | 1 | 23 | 455 | 117 | 55 |
| Binary | 11001111 | 11000 | 11001101 | 0 | 1011000 | 1 | 10011 | 100101101 | 1001111 | 101101 |
Color Harmonies of #CF18CD
Complementary color
Monochromatic Colors of #CF18CD
Black with #CF18CD
Text Example
Text Example
White with #CF18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18CD; }
p { color: rgb(207,24,205); }
H1.HeaderClassName
{
color: #CF18CD;
}
.AnyTagClassName
{
color: #CF18CD;
}
</style>
background-color css
<style>
a { background-color: #CF18CD; }
a { background-color: rgb(207,24,205); }
div.DivClassName
{
background-color: #CF18CD;
}
.BgClassName
{
background-color: #CF18CD;
}
</style>
border-color css
<style>
span { border-color: #CF18CD; }
span { border-color: rgb(207,24,205); }
td.TdClassName
{
border-color: #CF18CD;
}
.TagClassName
{
border-color: #CF18CD;
}
</style>