Shades of Deep Magenta #CF27C7
Tints of Deep Magenta #CF27C7
RGB
CMYK
RGB Variations
Color information
#CF27C7 (or 0xCF27C7) is known color: Deep Magenta. HEX triplet: CF, 27 and C7. RGB value is (207,39,199). Sum of RGB (Red+Green+Blue) = 207+39+199=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27C7 is #30D838. Grayscale: #6A6A6A. Windows color (decimal): -3201081 or 13051855. OLE color: 13051855.
HSL color Cylindrical-coordinate representation of color #CF27C7: hue angle of 302.86º 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 #CF27C7 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 199 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.19 |
| HSL | 302.86º | 0.68% | 0.48% | - |
| HSV(B) | 302.86º | 0.81% | 0.81% | - |
| XYZ | 36.77 | 18.84 | 55.73 | - |
| YUV | 107.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 199 | 0 | 0.81 | 0.04 | 0.19 | 302.86 | 0.68 | 0.48 |
| Hex | CF | 27 | C7 | 0 | 51 | 4 | 13 | 12F | 44 | 30 |
| Octal | 317 | 47 | 307 | 0 | 121 | 4 | 23 | 457 | 104 | 60 |
| Binary | 11001111 | 100111 | 11000111 | 0 | 1010001 | 100 | 10011 | 100101111 | 1000100 | 110000 |
Color Harmonies of #CF27C7
Complementary color
Monochromatic Colors of #CF27C7
Black with #CF27C7
Text Example
Text Example
White with #CF27C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27C7; }
p { color: rgb(207,39,199); }
H1.HeaderClassName
{
color: #CF27C7;
}
.AnyTagClassName
{
color: #CF27C7;
}
</style>
background-color css
<style>
a { background-color: #CF27C7; }
a { background-color: rgb(207,39,199); }
div.DivClassName
{
background-color: #CF27C7;
}
.BgClassName
{
background-color: #CF27C7;
}
</style>
border-color css
<style>
span { border-color: #CF27C7; }
span { border-color: rgb(207,39,199); }
td.TdClassName
{
border-color: #CF27C7;
}
.TagClassName
{
border-color: #CF27C7;
}
</style>