Shades of Deep Magenta #CF2CDD
Tints of Deep Magenta #CF2CDD
RGB
CMYK
RGB Variations
Color information
#CF2CDD (or 0xCF2CDD) is known color: Deep Magenta. HEX triplet: CF, 2C and DD. RGB value is (207,44,221). Sum of RGB (Red+Green+Blue) = 207+44+221=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CDD is #30D322. Grayscale: #707070. Windows color (decimal): -3199779 or 14494927. OLE color: 14494927.
HSL color Cylindrical-coordinate representation of color #CF2CDD: hue angle of 295.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2CDD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 44 | 221 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.13 |
| HSL | 295.25º | 0.72% | 0.52% | - |
| HSV(B) | 295.25º | 0.8% | 0.87% | - |
| XYZ | 39.68 | 20.29 | 70.23 | - |
| YUV | 112.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 221 | 0.06 | 0.80 | 0 | 0.13 | 295.25 | 0.72 | 0.52 |
| Hex | CF | 2C | DD | 6 | 50 | 0 | D | 127 | 48 | 34 |
| Octal | 317 | 54 | 335 | 6 | 120 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001111 | 101100 | 11011101 | 110 | 1010000 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CF2CDD
Complementary color
Monochromatic Colors of #CF2CDD
Black with #CF2CDD
Text Example
Text Example
White with #CF2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CDD; }
p { color: rgb(207,44,221); }
H1.HeaderClassName
{
color: #CF2CDD;
}
.AnyTagClassName
{
color: #CF2CDD;
}
</style>
background-color css
<style>
a { background-color: #CF2CDD; }
a { background-color: rgb(207,44,221); }
div.DivClassName
{
background-color: #CF2CDD;
}
.BgClassName
{
background-color: #CF2CDD;
}
</style>
border-color css
<style>
span { border-color: #CF2CDD; }
span { border-color: rgb(207,44,221); }
td.TdClassName
{
border-color: #CF2CDD;
}
.TagClassName
{
border-color: #CF2CDD;
}
</style>