Shades of Deep Magenta #CF2CDA
Tints of Deep Magenta #CF2CDA
RGB
CMYK
RGB Variations
Color information
#CF2CDA (or 0xCF2CDA) is known color: Deep Magenta. HEX triplet: CF, 2C and DA. RGB value is (207,44,218). Sum of RGB (Red+Green+Blue) = 207+44+218=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CDA is #30D325. Grayscale: #707070. Windows color (decimal): -3199782 or 14298319. OLE color: 14298319.
HSL color Cylindrical-coordinate representation of color #CF2CDA: hue angle of 296.21º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2CDA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 44 | 218 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.15 |
| HSL | 296.21º | 0.7% | 0.51% | - |
| HSV(B) | 296.21º | 0.8% | 0.85% | - |
| XYZ | 39.29 | 20.13 | 68.14 | - |
| YUV | 112.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 218 | 0.05 | 0.80 | 0 | 0.15 | 296.21 | 0.7 | 0.51 |
| Hex | CF | 2C | DA | 5 | 50 | 0 | F | 128 | 46 | 33 |
| Octal | 317 | 54 | 332 | 5 | 120 | 0 | 17 | 450 | 106 | 63 |
| Binary | 11001111 | 101100 | 11011010 | 101 | 1010000 | 0 | 1111 | 100101000 | 1000110 | 110011 |
Color Harmonies of #CF2CDA
Complementary color
Monochromatic Colors of #CF2CDA
Black with #CF2CDA
Text Example
Text Example
White with #CF2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CDA; }
p { color: rgb(207,44,218); }
H1.HeaderClassName
{
color: #CF2CDA;
}
.AnyTagClassName
{
color: #CF2CDA;
}
</style>
background-color css
<style>
a { background-color: #CF2CDA; }
a { background-color: rgb(207,44,218); }
div.DivClassName
{
background-color: #CF2CDA;
}
.BgClassName
{
background-color: #CF2CDA;
}
</style>
border-color css
<style>
span { border-color: #CF2CDA; }
span { border-color: rgb(207,44,218); }
td.TdClassName
{
border-color: #CF2CDA;
}
.TagClassName
{
border-color: #CF2CDA;
}
</style>