Shades of Deep Magenta #CF0FBD
Tints of Deep Magenta #CF0FBD
RGB
CMYK
RGB Variations
Color information
#CF0FBD (or 0xCF0FBD) is known color: Deep Magenta. HEX triplet: CF, 0F and BD. RGB value is (207,15,189). Sum of RGB (Red+Green+Blue) = 207+15+189=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FBD is #30F042. Grayscale: #5B5B5B. Windows color (decimal): -3207235 or 12390351. OLE color: 12390351.
HSL color Cylindrical-coordinate representation of color #CF0FBD: hue angle of 305.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FBD is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 189 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.19 |
| HSL | 305.63º | 0.86% | 0.44% | - |
| HSV(B) | 305.63º | 0.93% | 0.81% | - |
| XYZ | 35.09 | 17.28 | 49.63 | - |
| YUV | 92.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 189 | 0 | 0.93 | 0.09 | 0.19 | 305.63 | 0.86 | 0.44 |
| Hex | CF | F | BD | 0 | 5D | 9 | 13 | 132 | 56 | 2C |
| Octal | 317 | 17 | 275 | 0 | 135 | 11 | 23 | 462 | 126 | 54 |
| Binary | 11001111 | 1111 | 10111101 | 0 | 1011101 | 1001 | 10011 | 100110010 | 1010110 | 101100 |
Color Harmonies of #CF0FBD
Complementary color
Monochromatic Colors of #CF0FBD
Black with #CF0FBD
Text Example
Text Example
White with #CF0FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FBD; }
p { color: rgb(207,15,189); }
H1.HeaderClassName
{
color: #CF0FBD;
}
.AnyTagClassName
{
color: #CF0FBD;
}
</style>
background-color css
<style>
a { background-color: #CF0FBD; }
a { background-color: rgb(207,15,189); }
div.DivClassName
{
background-color: #CF0FBD;
}
.BgClassName
{
background-color: #CF0FBD;
}
</style>
border-color css
<style>
span { border-color: #CF0FBD; }
span { border-color: rgb(207,15,189); }
td.TdClassName
{
border-color: #CF0FBD;
}
.TagClassName
{
border-color: #CF0FBD;
}
</style>