Shades of Deep Magenta #CF27DC
Tints of Deep Magenta #CF27DC
RGB
CMYK
RGB Variations
Color information
#CF27DC (or 0xCF27DC) is known color: Deep Magenta. HEX triplet: CF, 27 and DC. RGB value is (207,39,220). Sum of RGB (Red+Green+Blue) = 207+39+220=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF27DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27DC is #30D823. Grayscale: #6D6D6D. Windows color (decimal): -3201060 or 14428111. OLE color: 14428111.
HSL color Cylindrical-coordinate representation of color #CF27DC: hue angle of 295.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF27DC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 39 | 220 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.14 |
| HSL | 295.69º | 0.72% | 0.51% | - |
| HSV(B) | 295.69º | 0.82% | 0.86% | - |
| XYZ | 39.38 | 19.88 | 69.47 | - |
| YUV | 109.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 220 | 0.06 | 0.82 | 0 | 0.14 | 295.69 | 0.72 | 0.51 |
| Hex | CF | 27 | DC | 6 | 52 | 0 | E | 128 | 48 | 33 |
| Octal | 317 | 47 | 334 | 6 | 122 | 0 | 16 | 450 | 110 | 63 |
| Binary | 11001111 | 100111 | 11011100 | 110 | 1010010 | 0 | 1110 | 100101000 | 1001000 | 110011 |
Color Harmonies of #CF27DC
Complementary color
Monochromatic Colors of #CF27DC
Black with #CF27DC
Text Example
Text Example
White with #CF27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27DC; }
p { color: rgb(207,39,220); }
H1.HeaderClassName
{
color: #CF27DC;
}
.AnyTagClassName
{
color: #CF27DC;
}
</style>
background-color css
<style>
a { background-color: #CF27DC; }
a { background-color: rgb(207,39,220); }
div.DivClassName
{
background-color: #CF27DC;
}
.BgClassName
{
background-color: #CF27DC;
}
</style>
border-color css
<style>
span { border-color: #CF27DC; }
span { border-color: rgb(207,39,220); }
td.TdClassName
{
border-color: #CF27DC;
}
.TagClassName
{
border-color: #CF27DC;
}
</style>