Shades of Deep Magenta #CF18BC
Tints of Deep Magenta #CF18BC
RGB
CMYK
RGB Variations
Color information
#CF18BC (or 0xCF18BC) is known color: Deep Magenta. HEX triplet: CF, 18 and BC. RGB value is (207,24,188). Sum of RGB (Red+Green+Blue) = 207+24+188=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18BC is #30E743. Grayscale: #606060. Windows color (decimal): -3204932 or 12327119. OLE color: 12327119.
HSL color Cylindrical-coordinate representation of color #CF18BC: hue angle of 306.23º 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 #CF18BC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 188 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.19 |
| HSL | 306.23º | 0.79% | 0.45% | - |
| HSV(B) | 306.23º | 0.88% | 0.81% | - |
| XYZ | 35.14 | 17.55 | 49.11 | - |
| YUV | 97.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 188 | 0 | 0.88 | 0.09 | 0.19 | 306.23 | 0.79 | 0.45 |
| Hex | CF | 18 | BC | 0 | 58 | 9 | 13 | 132 | 4F | 2D |
| Octal | 317 | 30 | 274 | 0 | 130 | 11 | 23 | 462 | 117 | 55 |
| Binary | 11001111 | 11000 | 10111100 | 0 | 1011000 | 1001 | 10011 | 100110010 | 1001111 | 101101 |
Color Harmonies of #CF18BC
Complementary color
Monochromatic Colors of #CF18BC
Black with #CF18BC
Text Example
Text Example
White with #CF18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18BC; }
p { color: rgb(207,24,188); }
H1.HeaderClassName
{
color: #CF18BC;
}
.AnyTagClassName
{
color: #CF18BC;
}
</style>
background-color css
<style>
a { background-color: #CF18BC; }
a { background-color: rgb(207,24,188); }
div.DivClassName
{
background-color: #CF18BC;
}
.BgClassName
{
background-color: #CF18BC;
}
</style>
border-color css
<style>
span { border-color: #CF18BC; }
span { border-color: rgb(207,24,188); }
td.TdClassName
{
border-color: #CF18BC;
}
.TagClassName
{
border-color: #CF18BC;
}
</style>