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