Shades of Deep Magenta #CF2DD8
Tints of Deep Magenta #CF2DD8
RGB
CMYK
RGB Variations
Color information
#CF2DD8 (or 0xCF2DD8) is known color: Deep Magenta. HEX triplet: CF, 2D and D8. RGB value is (207,45,216). Sum of RGB (Red+Green+Blue) = 207+45+216=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF2DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DD8 is #30D227. Grayscale: #707070. Windows color (decimal): -3199528 or 14167503. OLE color: 14167503.
HSL color Cylindrical-coordinate representation of color #CF2DD8: hue angle of 296.84º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2DD8 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 45 | 216 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.15 |
| HSL | 296.84º | 0.69% | 0.51% | - |
| HSV(B) | 296.84º | 0.79% | 0.85% | - |
| XYZ | 39.07 | 20.1 | 66.79 | - |
| YUV | 112.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 216 | 0.04 | 0.79 | 0 | 0.15 | 296.84 | 0.69 | 0.51 |
| Hex | CF | 2D | D8 | 4 | 4F | 0 | F | 129 | 45 | 33 |
| Octal | 317 | 55 | 330 | 4 | 117 | 0 | 17 | 451 | 105 | 63 |
| Binary | 11001111 | 101101 | 11011000 | 100 | 1001111 | 0 | 1111 | 100101001 | 1000101 | 110011 |
Color Harmonies of #CF2DD8
Complementary color
Monochromatic Colors of #CF2DD8
Black with #CF2DD8
Text Example
Text Example
White with #CF2DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DD8; }
p { color: rgb(207,45,216); }
H1.HeaderClassName
{
color: #CF2DD8;
}
.AnyTagClassName
{
color: #CF2DD8;
}
</style>
background-color css
<style>
a { background-color: #CF2DD8; }
a { background-color: rgb(207,45,216); }
div.DivClassName
{
background-color: #CF2DD8;
}
.BgClassName
{
background-color: #CF2DD8;
}
</style>
border-color css
<style>
span { border-color: #CF2DD8; }
span { border-color: rgb(207,45,216); }
td.TdClassName
{
border-color: #CF2DD8;
}
.TagClassName
{
border-color: #CF2DD8;
}
</style>