Shades of Deep Magenta #CF02BD
Tints of Deep Magenta #CF02BD
RGB
CMYK
RGB Variations
Color information
#CF02BD (or 0xCF02BD) is known color: Deep Magenta. HEX triplet: CF, 02 and BD. RGB value is (207,2,189). Sum of RGB (Red+Green+Blue) = 207+2+189=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02BD is #30FD42. Grayscale: #545454. Windows color (decimal): -3210563 or 12387023. OLE color: 12387023.
HSL color Cylindrical-coordinate representation of color #CF02BD: hue angle of 305.27º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02BD is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.19 |
| HSL | 305.27º | 0.98% | 0.41% | - |
| HSV(B) | 305.27º | 0.99% | 0.81% | - |
| XYZ | 34.94 | 16.98 | 49.58 | - |
| YUV | 84.61 | 186.92 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 189 | 0 | 0.99 | 0.09 | 0.19 | 305.27 | 0.98 | 0.41 |
| Hex | CF | 2 | BD | 0 | 63 | 9 | 13 | 131 | 62 | 29 |
| Octal | 317 | 2 | 275 | 0 | 143 | 11 | 23 | 461 | 142 | 51 |
| Binary | 11001111 | 10 | 10111101 | 0 | 1100011 | 1001 | 10011 | 100110001 | 1100010 | 101001 |
Color Harmonies of #CF02BD
Complementary color
Monochromatic Colors of #CF02BD
Black with #CF02BD
Text Example
Text Example
White with #CF02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02BD; }
p { color: rgb(207,2,189); }
H1.HeaderClassName
{
color: #CF02BD;
}
.AnyTagClassName
{
color: #CF02BD;
}
</style>
background-color css
<style>
a { background-color: #CF02BD; }
a { background-color: rgb(207,2,189); }
div.DivClassName
{
background-color: #CF02BD;
}
.BgClassName
{
background-color: #CF02BD;
}
</style>
border-color css
<style>
span { border-color: #CF02BD; }
span { border-color: rgb(207,2,189); }
td.TdClassName
{
border-color: #CF02BD;
}
.TagClassName
{
border-color: #CF02BD;
}
</style>