Shades of Deep Magenta #CF27BF
Tints of Deep Magenta #CF27BF
RGB
CMYK
RGB Variations
Color information
#CF27BF (or 0xCF27BF) is known color: Deep Magenta. HEX triplet: CF, 27 and BF. RGB value is (207,39,191). Sum of RGB (Red+Green+Blue) = 207+39+191=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27BF is #30D840. Grayscale: #6A6A6A. Windows color (decimal): -3201089 or 12527567. OLE color: 12527567.
HSL color Cylindrical-coordinate representation of color #CF27BF: hue angle of 305.71º 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 #CF27BF is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 191 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.19 |
| HSL | 305.71º | 0.68% | 0.48% | - |
| HSV(B) | 305.71º | 0.81% | 0.81% | - |
| XYZ | 35.86 | 18.48 | 50.97 | - |
| YUV | 106.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 191 | 0 | 0.81 | 0.08 | 0.19 | 305.71 | 0.68 | 0.48 |
| Hex | CF | 27 | BF | 0 | 51 | 8 | 13 | 132 | 44 | 30 |
| Octal | 317 | 47 | 277 | 0 | 121 | 10 | 23 | 462 | 104 | 60 |
| Binary | 11001111 | 100111 | 10111111 | 0 | 1010001 | 1000 | 10011 | 100110010 | 1000100 | 110000 |
Color Harmonies of #CF27BF
Complementary color
Monochromatic Colors of #CF27BF
Black with #CF27BF
Text Example
Text Example
White with #CF27BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27BF; }
p { color: rgb(207,39,191); }
H1.HeaderClassName
{
color: #CF27BF;
}
.AnyTagClassName
{
color: #CF27BF;
}
</style>
background-color css
<style>
a { background-color: #CF27BF; }
a { background-color: rgb(207,39,191); }
div.DivClassName
{
background-color: #CF27BF;
}
.BgClassName
{
background-color: #CF27BF;
}
</style>
border-color css
<style>
span { border-color: #CF27BF; }
span { border-color: rgb(207,39,191); }
td.TdClassName
{
border-color: #CF27BF;
}
.TagClassName
{
border-color: #CF27BF;
}
</style>