Shades of Deep Magenta #CF2CDC
Tints of Deep Magenta #CF2CDC
RGB
CMYK
RGB Variations
Color information
#CF2CDC (or 0xCF2CDC) is known color: Deep Magenta. HEX triplet: CF, 2C and DC. RGB value is (207,44,220). Sum of RGB (Red+Green+Blue) = 207+44+220=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CDC is #30D323. Grayscale: #707070. Windows color (decimal): -3199780 or 14429391. OLE color: 14429391.
HSL color Cylindrical-coordinate representation of color #CF2CDC: hue angle of 295.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2CDC is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 44 | 220 | - |
| CMYK | 0.06 | 0.8 | 0 | 0.14 |
| HSL | 295.57º | 0.72% | 0.52% | - |
| HSV(B) | 295.57º | 0.8% | 0.86% | - |
| XYZ | 39.55 | 20.23 | 69.53 | - |
| YUV | 112.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 220 | 0.06 | 0.8 | 0 | 0.14 | 295.57 | 0.72 | 0.52 |
| Hex | CF | 2C | DC | 6 | 50 | 0 | E | 128 | 48 | 34 |
| Octal | 317 | 54 | 334 | 6 | 120 | 0 | 16 | 450 | 110 | 64 |
| Binary | 11001111 | 101100 | 11011100 | 110 | 1010000 | 0 | 1110 | 100101000 | 1001000 | 110100 |
Color Harmonies of #CF2CDC
Complementary color
Monochromatic Colors of #CF2CDC
Black with #CF2CDC
Text Example
Text Example
White with #CF2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CDC; }
p { color: rgb(207,44,220); }
H1.HeaderClassName
{
color: #CF2CDC;
}
.AnyTagClassName
{
color: #CF2CDC;
}
</style>
background-color css
<style>
a { background-color: #CF2CDC; }
a { background-color: rgb(207,44,220); }
div.DivClassName
{
background-color: #CF2CDC;
}
.BgClassName
{
background-color: #CF2CDC;
}
</style>
border-color css
<style>
span { border-color: #CF2CDC; }
span { border-color: rgb(207,44,220); }
td.TdClassName
{
border-color: #CF2CDC;
}
.TagClassName
{
border-color: #CF2CDC;
}
</style>