Shades of Deep Magenta #CF02D3
Tints of Deep Magenta #CF02D3
RGB
CMYK
RGB Variations
Color information
#CF02D3 (or 0xCF02D3) is known color: Deep Magenta. HEX triplet: CF, 02 and D3. RGB value is (207,2,211). Sum of RGB (Red+Green+Blue) = 207+2+211=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF02D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02D3 is #30FD2C. Grayscale: #565656. Windows color (decimal): -3210541 or 13828815. OLE color: 13828815.
HSL color Cylindrical-coordinate representation of color #CF02D3: hue angle of 298.85º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02D3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 2 | 211 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.17 |
| HSL | 298.85º | 0.98% | 0.42% | - |
| HSV(B) | 298.85º | 0.99% | 0.83% | - |
| XYZ | 37.51 | 18.01 | 63.13 | - |
| YUV | 87.12 | 197.92 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 211 | 0.02 | 0.99 | 0 | 0.17 | 298.85 | 0.98 | 0.42 |
| Hex | CF | 2 | D3 | 2 | 63 | 0 | 11 | 12B | 62 | 2A |
| Octal | 317 | 2 | 323 | 2 | 143 | 0 | 21 | 453 | 142 | 52 |
| Binary | 11001111 | 10 | 11010011 | 10 | 1100011 | 0 | 10001 | 100101011 | 1100010 | 101010 |
Color Harmonies of #CF02D3
Complementary color
Monochromatic Colors of #CF02D3
Black with #CF02D3
Text Example
Text Example
White with #CF02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02D3; }
p { color: rgb(207,2,211); }
H1.HeaderClassName
{
color: #CF02D3;
}
.AnyTagClassName
{
color: #CF02D3;
}
</style>
background-color css
<style>
a { background-color: #CF02D3; }
a { background-color: rgb(207,2,211); }
div.DivClassName
{
background-color: #CF02D3;
}
.BgClassName
{
background-color: #CF02D3;
}
</style>
border-color css
<style>
span { border-color: #CF02D3; }
span { border-color: rgb(207,2,211); }
td.TdClassName
{
border-color: #CF02D3;
}
.TagClassName
{
border-color: #CF02D3;
}
</style>