Shades of Deep Magenta #CF2ADC
Tints of Deep Magenta #CF2ADC
RGB
CMYK
RGB Variations
Color information
#CF2ADC (or 0xCF2ADC) is known color: Deep Magenta. HEX triplet: CF, 2A and DC. RGB value is (207,42,220). Sum of RGB (Red+Green+Blue) = 207+42+220=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ADC is #30D523. Grayscale: #6F6F6F. Windows color (decimal): -3200292 or 14428879. OLE color: 14428879.
HSL color Cylindrical-coordinate representation of color #CF2ADC: hue angle of 295.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2ADC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 42 | 220 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.14 |
| HSL | 295.62º | 0.72% | 0.51% | - |
| HSV(B) | 295.62º | 0.81% | 0.86% | - |
| XYZ | 39.48 | 20.09 | 69.51 | - |
| YUV | 111.63 | 189.16 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 220 | 0.06 | 0.81 | 0 | 0.14 | 295.62 | 0.72 | 0.51 |
| Hex | CF | 2A | DC | 6 | 51 | 0 | E | 128 | 48 | 33 |
| Octal | 317 | 52 | 334 | 6 | 121 | 0 | 16 | 450 | 110 | 63 |
| Binary | 11001111 | 101010 | 11011100 | 110 | 1010001 | 0 | 1110 | 100101000 | 1001000 | 110011 |
Color Harmonies of #CF2ADC
Complementary color
Monochromatic Colors of #CF2ADC
Black with #CF2ADC
Text Example
Text Example
White with #CF2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ADC; }
p { color: rgb(207,42,220); }
H1.HeaderClassName
{
color: #CF2ADC;
}
.AnyTagClassName
{
color: #CF2ADC;
}
</style>
background-color css
<style>
a { background-color: #CF2ADC; }
a { background-color: rgb(207,42,220); }
div.DivClassName
{
background-color: #CF2ADC;
}
.BgClassName
{
background-color: #CF2ADC;
}
</style>
border-color css
<style>
span { border-color: #CF2ADC; }
span { border-color: rgb(207,42,220); }
td.TdClassName
{
border-color: #CF2ADC;
}
.TagClassName
{
border-color: #CF2ADC;
}
</style>