Shades of Deep Magenta #CF27DA
Tints of Deep Magenta #CF27DA
RGB
CMYK
RGB Variations
Color information
#CF27DA (or 0xCF27DA) is known color: Deep Magenta. HEX triplet: CF, 27 and DA. RGB value is (207,39,218). Sum of RGB (Red+Green+Blue) = 207+39+218=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27DA is #30D825. Grayscale: #6D6D6D. Windows color (decimal): -3201062 or 14297039. OLE color: 14297039.
HSL color Cylindrical-coordinate representation of color #CF27DA: hue angle of 296.31º degrees, saturation: 0.71, 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 #CF27DA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 39 | 218 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.15 |
| HSL | 296.31º | 0.71% | 0.5% | - |
| HSV(B) | 296.31º | 0.82% | 0.85% | - |
| XYZ | 39.11 | 19.78 | 68.09 | - |
| YUV | 109.64 | 189.16 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 218 | 0.05 | 0.82 | 0 | 0.15 | 296.31 | 0.71 | 0.5 |
| Hex | CF | 27 | DA | 5 | 52 | 0 | F | 128 | 47 | 32 |
| Octal | 317 | 47 | 332 | 5 | 122 | 0 | 17 | 450 | 107 | 62 |
| Binary | 11001111 | 100111 | 11011010 | 101 | 1010010 | 0 | 1111 | 100101000 | 1000111 | 110010 |
Color Harmonies of #CF27DA
Complementary color
Monochromatic Colors of #CF27DA
Black with #CF27DA
Text Example
Text Example
White with #CF27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27DA; }
p { color: rgb(207,39,218); }
H1.HeaderClassName
{
color: #CF27DA;
}
.AnyTagClassName
{
color: #CF27DA;
}
</style>
background-color css
<style>
a { background-color: #CF27DA; }
a { background-color: rgb(207,39,218); }
div.DivClassName
{
background-color: #CF27DA;
}
.BgClassName
{
background-color: #CF27DA;
}
</style>
border-color css
<style>
span { border-color: #CF27DA; }
span { border-color: rgb(207,39,218); }
td.TdClassName
{
border-color: #CF27DA;
}
.TagClassName
{
border-color: #CF27DA;
}
</style>