Shades of Deep Magenta #CF1CDC
Tints of Deep Magenta #CF1CDC
RGB
CMYK
RGB Variations
Color information
#CF1CDC (or 0xCF1CDC) is known color: Deep Magenta. HEX triplet: CF, 1C and DC. RGB value is (207,28,220). Sum of RGB (Red+Green+Blue) = 207+28+220=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CDC is #30E323. Grayscale: #666666. Windows color (decimal): -3203876 or 14425295. OLE color: 14425295.
HSL color Cylindrical-coordinate representation of color #CF1CDC: hue angle of 295.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1CDC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 28 | 220 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.14 |
| HSL | 295.94º | 0.77% | 0.49% | - |
| HSV(B) | 295.94º | 0.87% | 0.86% | - |
| XYZ | 39.07 | 19.26 | 69.37 | - |
| YUV | 103.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 220 | 0.06 | 0.87 | 0 | 0.14 | 295.94 | 0.77 | 0.49 |
| Hex | CF | 1C | DC | 6 | 57 | 0 | E | 128 | 4D | 31 |
| Octal | 317 | 34 | 334 | 6 | 127 | 0 | 16 | 450 | 115 | 61 |
| Binary | 11001111 | 11100 | 11011100 | 110 | 1010111 | 0 | 1110 | 100101000 | 1001101 | 110001 |
Color Harmonies of #CF1CDC
Complementary color
Monochromatic Colors of #CF1CDC
Black with #CF1CDC
Text Example
Text Example
White with #CF1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CDC; }
p { color: rgb(207,28,220); }
H1.HeaderClassName
{
color: #CF1CDC;
}
.AnyTagClassName
{
color: #CF1CDC;
}
</style>
background-color css
<style>
a { background-color: #CF1CDC; }
a { background-color: rgb(207,28,220); }
div.DivClassName
{
background-color: #CF1CDC;
}
.BgClassName
{
background-color: #CF1CDC;
}
</style>
border-color css
<style>
span { border-color: #CF1CDC; }
span { border-color: rgb(207,28,220); }
td.TdClassName
{
border-color: #CF1CDC;
}
.TagClassName
{
border-color: #CF1CDC;
}
</style>