Shades of Deep Magenta #CF1BE4
Tints of Deep Magenta #CF1BE4
RGB
CMYK
RGB Variations
Color information
#CF1BE4 (or 0xCF1BE4) is known color: Deep Magenta. HEX triplet: CF, 1B and E4. RGB value is (207,27,228). Sum of RGB (Red+Green+Blue) = 207+27+228=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF1BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BE4 is #30E41B. Grayscale: #676767. Windows color (decimal): -3204124 or 14949327. OLE color: 14949327.
HSL color Cylindrical-coordinate representation of color #CF1BE4: hue angle of 293.73º 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 #CF1BE4 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 27 | 228 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.11 |
| HSL | 293.73º | 0.79% | 0.5% | - |
| HSV(B) | 293.73º | 0.88% | 0.89% | - |
| XYZ | 40.13 | 19.65 | 75.08 | - |
| YUV | 103.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 228 | 0.09 | 0.88 | 0 | 0.11 | 293.73 | 0.79 | 0.5 |
| Hex | CF | 1B | E4 | 9 | 58 | 0 | B | 126 | 4F | 32 |
| Octal | 317 | 33 | 344 | 11 | 130 | 0 | 13 | 446 | 117 | 62 |
| Binary | 11001111 | 11011 | 11100100 | 1001 | 1011000 | 0 | 1011 | 100100110 | 1001111 | 110010 |
Color Harmonies of #CF1BE4
Complementary color
Monochromatic Colors of #CF1BE4
Black with #CF1BE4
Text Example
Text Example
White with #CF1BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BE4; }
p { color: rgb(207,27,228); }
H1.HeaderClassName
{
color: #CF1BE4;
}
.AnyTagClassName
{
color: #CF1BE4;
}
</style>
background-color css
<style>
a { background-color: #CF1BE4; }
a { background-color: rgb(207,27,228); }
div.DivClassName
{
background-color: #CF1BE4;
}
.BgClassName
{
background-color: #CF1BE4;
}
</style>
border-color css
<style>
span { border-color: #CF1BE4; }
span { border-color: rgb(207,27,228); }
td.TdClassName
{
border-color: #CF1BE4;
}
.TagClassName
{
border-color: #CF1BE4;
}
</style>