Shades of Deep Magenta #CF27C1
Tints of Deep Magenta #CF27C1
RGB
CMYK
RGB Variations
Color information
#CF27C1 (or 0xCF27C1) is known color: Deep Magenta. HEX triplet: CF, 27 and C1. RGB value is (207,39,193). Sum of RGB (Red+Green+Blue) = 207+39+193=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF27C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF27C1 is #30D83E. Grayscale: #6A6A6A. Windows color (decimal): -3201087 or 12658639. OLE color: 12658639.
HSL color Cylindrical-coordinate representation of color #CF27C1: hue angle of 305º 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 #CF27C1 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 193 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.19 |
| HSL | 305º | 0.68% | 0.48% | - |
| HSV(B) | 305º | 0.81% | 0.81% | - |
| XYZ | 36.08 | 18.57 | 52.13 | - |
| YUV | 106.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 193 | 0 | 0.81 | 0.07 | 0.19 | 305 | 0.68 | 0.48 |
| Hex | CF | 27 | C1 | 0 | 51 | 7 | 13 | 131 | 44 | 30 |
| Octal | 317 | 47 | 301 | 0 | 121 | 7 | 23 | 461 | 104 | 60 |
| Binary | 11001111 | 100111 | 11000001 | 0 | 1010001 | 111 | 10011 | 100110001 | 1000100 | 110000 |
Color Harmonies of #CF27C1
Complementary color
Monochromatic Colors of #CF27C1
Black with #CF27C1
Text Example
Text Example
White with #CF27C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF27C1; }
p { color: rgb(207,39,193); }
H1.HeaderClassName
{
color: #CF27C1;
}
.AnyTagClassName
{
color: #CF27C1;
}
</style>
background-color css
<style>
a { background-color: #CF27C1; }
a { background-color: rgb(207,39,193); }
div.DivClassName
{
background-color: #CF27C1;
}
.BgClassName
{
background-color: #CF27C1;
}
</style>
border-color css
<style>
span { border-color: #CF27C1; }
span { border-color: rgb(207,39,193); }
td.TdClassName
{
border-color: #CF27C1;
}
.TagClassName
{
border-color: #CF27C1;
}
</style>