Shades of Deep Magenta #CF27D8
Tints of Deep Magenta #CF27D8
RGB
CMYK
RGB Variations
Color information
#CF27D8 (or 0xCF27D8) is known color: Deep Magenta. HEX triplet: CF, 27 and D8. RGB value is (207,39,216). Sum of RGB (Red+Green+Blue) = 207+39+216=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF27D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27D8 is #30D827. Grayscale: #6C6C6C. Windows color (decimal): -3201064 or 14165967. OLE color: 14165967.
HSL color Cylindrical-coordinate representation of color #CF27D8: hue angle of 296.95º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF27D8 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 39 | 216 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.15 |
| HSL | 296.95º | 0.69% | 0.5% | - |
| HSV(B) | 296.95º | 0.82% | 0.85% | - |
| XYZ | 38.85 | 19.67 | 66.72 | - |
| YUV | 109.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 216 | 0.04 | 0.82 | 0 | 0.15 | 296.95 | 0.69 | 0.5 |
| Hex | CF | 27 | D8 | 4 | 52 | 0 | F | 129 | 45 | 32 |
| Octal | 317 | 47 | 330 | 4 | 122 | 0 | 17 | 451 | 105 | 62 |
| Binary | 11001111 | 100111 | 11011000 | 100 | 1010010 | 0 | 1111 | 100101001 | 1000101 | 110010 |
Color Harmonies of #CF27D8
Complementary color
Monochromatic Colors of #CF27D8
Black with #CF27D8
Text Example
Text Example
White with #CF27D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27D8; }
p { color: rgb(207,39,216); }
H1.HeaderClassName
{
color: #CF27D8;
}
.AnyTagClassName
{
color: #CF27D8;
}
</style>
background-color css
<style>
a { background-color: #CF27D8; }
a { background-color: rgb(207,39,216); }
div.DivClassName
{
background-color: #CF27D8;
}
.BgClassName
{
background-color: #CF27D8;
}
</style>
border-color css
<style>
span { border-color: #CF27D8; }
span { border-color: rgb(207,39,216); }
td.TdClassName
{
border-color: #CF27D8;
}
.TagClassName
{
border-color: #CF27D8;
}
</style>