Shades of Deep Magenta #CF02BF
Tints of Deep Magenta #CF02BF
RGB
CMYK
RGB Variations
Color information
#CF02BF (or 0xCF02BF) is known color: Deep Magenta. HEX triplet: CF, 02 and BF. RGB value is (207,2,191). Sum of RGB (Red+Green+Blue) = 207+2+191=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02BF is #30FD40. Grayscale: #545454. Windows color (decimal): -3210561 or 12518095. OLE color: 12518095.
HSL color Cylindrical-coordinate representation of color #CF02BF: hue angle of 304.68º 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 #CF02BF is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.19 |
| HSL | 304.68º | 0.98% | 0.41% | - |
| HSV(B) | 304.68º | 0.99% | 0.81% | - |
| XYZ | 35.16 | 17.07 | 50.73 | - |
| YUV | 84.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 191 | 0 | 0.99 | 0.08 | 0.19 | 304.68 | 0.98 | 0.41 |
| Hex | CF | 2 | BF | 0 | 63 | 8 | 13 | 131 | 62 | 29 |
| Octal | 317 | 2 | 277 | 0 | 143 | 10 | 23 | 461 | 142 | 51 |
| Binary | 11001111 | 10 | 10111111 | 0 | 1100011 | 1000 | 10011 | 100110001 | 1100010 | 101001 |
Color Harmonies of #CF02BF
Complementary color
Monochromatic Colors of #CF02BF
Black with #CF02BF
Text Example
Text Example
White with #CF02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02BF; }
p { color: rgb(207,2,191); }
H1.HeaderClassName
{
color: #CF02BF;
}
.AnyTagClassName
{
color: #CF02BF;
}
</style>
background-color css
<style>
a { background-color: #CF02BF; }
a { background-color: rgb(207,2,191); }
div.DivClassName
{
background-color: #CF02BF;
}
.BgClassName
{
background-color: #CF02BF;
}
</style>
border-color css
<style>
span { border-color: #CF02BF; }
span { border-color: rgb(207,2,191); }
td.TdClassName
{
border-color: #CF02BF;
}
.TagClassName
{
border-color: #CF02BF;
}
</style>