Shades of Deep Magenta #CF1BE3
Tints of Deep Magenta #CF1BE3
RGB
CMYK
RGB Variations
Color information
#CF1BE3 (or 0xCF1BE3) is known color: Deep Magenta. HEX triplet: CF, 1B and E3. RGB value is (207,27,227). Sum of RGB (Red+Green+Blue) = 207+27+227=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF1BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BE3 is #30E41C. Grayscale: #676767. Windows color (decimal): -3204125 or 14883791. OLE color: 14883791.
HSL color Cylindrical-coordinate representation of color #CF1BE3: hue angle of 294º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1BE3 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 27 | 227 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.11 |
| HSL | 294º | 0.79% | 0.5% | - |
| HSV(B) | 294º | 0.88% | 0.89% | - |
| XYZ | 39.99 | 19.6 | 74.35 | - |
| YUV | 103.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 227 | 0.09 | 0.88 | 0 | 0.11 | 294 | 0.79 | 0.5 |
| Hex | CF | 1B | E3 | 9 | 58 | 0 | B | 126 | 4F | 32 |
| Octal | 317 | 33 | 343 | 11 | 130 | 0 | 13 | 446 | 117 | 62 |
| Binary | 11001111 | 11011 | 11100011 | 1001 | 1011000 | 0 | 1011 | 100100110 | 1001111 | 110010 |
Color Harmonies of #CF1BE3
Complementary color
Monochromatic Colors of #CF1BE3
Black with #CF1BE3
Text Example
Text Example
White with #CF1BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BE3; }
p { color: rgb(207,27,227); }
H1.HeaderClassName
{
color: #CF1BE3;
}
.AnyTagClassName
{
color: #CF1BE3;
}
</style>
background-color css
<style>
a { background-color: #CF1BE3; }
a { background-color: rgb(207,27,227); }
div.DivClassName
{
background-color: #CF1BE3;
}
.BgClassName
{
background-color: #CF1BE3;
}
</style>
border-color css
<style>
span { border-color: #CF1BE3; }
span { border-color: rgb(207,27,227); }
td.TdClassName
{
border-color: #CF1BE3;
}
.TagClassName
{
border-color: #CF1BE3;
}
</style>