Shades of Deep Magenta #CF02B5
Tints of Deep Magenta #CF02B5
RGB
CMYK
RGB Variations
Color information
#CF02B5 (or 0xCF02B5) is known color: Deep Magenta. HEX triplet: CF, 02 and B5. RGB value is (207,2,181). Sum of RGB (Red+Green+Blue) = 207+2+181=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02B5 is #30FD4A. Grayscale: #535353. Windows color (decimal): -3210571 or 11862735. OLE color: 11862735.
HSL color Cylindrical-coordinate representation of color #CF02B5: hue angle of 307.61º 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 #CF02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.19 |
| HSL | 307.61º | 0.98% | 0.41% | - |
| HSV(B) | 307.61º | 0.99% | 0.81% | - |
| XYZ | 34.09 | 16.65 | 45.13 | - |
| YUV | 83.7 | 182.92 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 181 | 0 | 0.99 | 0.13 | 0.19 | 307.61 | 0.98 | 0.41 |
| Hex | CF | 2 | B5 | 0 | 63 | D | 13 | 134 | 62 | 29 |
| Octal | 317 | 2 | 265 | 0 | 143 | 15 | 23 | 464 | 142 | 51 |
| Binary | 11001111 | 10 | 10110101 | 0 | 1100011 | 1101 | 10011 | 100110100 | 1100010 | 101001 |
Color Harmonies of #CF02B5
Complementary color
Monochromatic Colors of #CF02B5
Black with #CF02B5
Text Example
Text Example
White with #CF02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02B5; }
p { color: rgb(207,2,181); }
H1.HeaderClassName
{
color: #CF02B5;
}
.AnyTagClassName
{
color: #CF02B5;
}
</style>
background-color css
<style>
a { background-color: #CF02B5; }
a { background-color: rgb(207,2,181); }
div.DivClassName
{
background-color: #CF02B5;
}
.BgClassName
{
background-color: #CF02B5;
}
</style>
border-color css
<style>
span { border-color: #CF02B5; }
span { border-color: rgb(207,2,181); }
td.TdClassName
{
border-color: #CF02B5;
}
.TagClassName
{
border-color: #CF02B5;
}
</style>