Shades of Deep Magenta #CF18BD
Tints of Deep Magenta #CF18BD
RGB
CMYK
RGB Variations
Color information
#CF18BD (or 0xCF18BD) is known color: Deep Magenta. HEX triplet: CF, 18 and BD. RGB value is (207,24,189). Sum of RGB (Red+Green+Blue) = 207+24+189=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18BD is #30E742. Grayscale: #616161. Windows color (decimal): -3204931 or 12392655. OLE color: 12392655.
HSL color Cylindrical-coordinate representation of color #CF18BD: hue angle of 305.9º 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 #CF18BD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 189 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.19 |
| HSL | 305.9º | 0.79% | 0.45% | - |
| HSV(B) | 305.9º | 0.88% | 0.81% | - |
| XYZ | 35.24 | 17.59 | 49.68 | - |
| YUV | 97.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 189 | 0 | 0.88 | 0.09 | 0.19 | 305.9 | 0.79 | 0.45 |
| Hex | CF | 18 | BD | 0 | 58 | 9 | 13 | 132 | 4F | 2D |
| Octal | 317 | 30 | 275 | 0 | 130 | 11 | 23 | 462 | 117 | 55 |
| Binary | 11001111 | 11000 | 10111101 | 0 | 1011000 | 1001 | 10011 | 100110010 | 1001111 | 101101 |
Color Harmonies of #CF18BD
Complementary color
Monochromatic Colors of #CF18BD
Black with #CF18BD
Text Example
Text Example
White with #CF18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18BD; }
p { color: rgb(207,24,189); }
H1.HeaderClassName
{
color: #CF18BD;
}
.AnyTagClassName
{
color: #CF18BD;
}
</style>
background-color css
<style>
a { background-color: #CF18BD; }
a { background-color: rgb(207,24,189); }
div.DivClassName
{
background-color: #CF18BD;
}
.BgClassName
{
background-color: #CF18BD;
}
</style>
border-color css
<style>
span { border-color: #CF18BD; }
span { border-color: rgb(207,24,189); }
td.TdClassName
{
border-color: #CF18BD;
}
.TagClassName
{
border-color: #CF18BD;
}
</style>