Shades of Deep Magenta #CF27BA
Tints of Deep Magenta #CF27BA
RGB
CMYK
RGB Variations
Color information
#CF27BA (or 0xCF27BA) is known color: Deep Magenta. HEX triplet: CF, 27 and BA. RGB value is (207,39,186). Sum of RGB (Red+Green+Blue) = 207+39+186=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27BA is #30D845. Grayscale: #696969. Windows color (decimal): -3201094 or 12199887. OLE color: 12199887.
HSL color Cylindrical-coordinate representation of color #CF27BA: hue angle of 307.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF27BA is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 186 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.19 |
| HSL | 307.5º | 0.68% | 0.48% | - |
| HSV(B) | 307.5º | 0.81% | 0.81% | - |
| XYZ | 35.32 | 18.26 | 48.12 | - |
| YUV | 105.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 186 | 0 | 0.81 | 0.10 | 0.19 | 307.5 | 0.68 | 0.48 |
| Hex | CF | 27 | BA | 0 | 51 | A | 13 | 134 | 44 | 30 |
| Octal | 317 | 47 | 272 | 0 | 121 | 12 | 23 | 464 | 104 | 60 |
| Binary | 11001111 | 100111 | 10111010 | 0 | 1010001 | 1010 | 10011 | 100110100 | 1000100 | 110000 |
Color Harmonies of #CF27BA
Complementary color
Monochromatic Colors of #CF27BA
Black with #CF27BA
Text Example
Text Example
White with #CF27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27BA; }
p { color: rgb(207,39,186); }
H1.HeaderClassName
{
color: #CF27BA;
}
.AnyTagClassName
{
color: #CF27BA;
}
</style>
background-color css
<style>
a { background-color: #CF27BA; }
a { background-color: rgb(207,39,186); }
div.DivClassName
{
background-color: #CF27BA;
}
.BgClassName
{
background-color: #CF27BA;
}
</style>
border-color css
<style>
span { border-color: #CF27BA; }
span { border-color: rgb(207,39,186); }
td.TdClassName
{
border-color: #CF27BA;
}
.TagClassName
{
border-color: #CF27BA;
}
</style>