Shades of Deep Magenta #CF1CE1
Tints of Deep Magenta #CF1CE1
RGB
CMYK
RGB Variations
Color information
#CF1CE1 (or 0xCF1CE1) is known color: Deep Magenta. HEX triplet: CF, 1C and E1. RGB value is (207,28,225). Sum of RGB (Red+Green+Blue) = 207+28+225=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CE1 is #30E31E. Grayscale: #676767. Windows color (decimal): -3203871 or 14752975. OLE color: 14752975.
HSL color Cylindrical-coordinate representation of color #CF1CE1: hue angle of 294.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1CE1 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 28 | 225 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.12 |
| HSL | 294.52º | 0.78% | 0.5% | - |
| HSV(B) | 294.52º | 0.88% | 0.88% | - |
| XYZ | 39.74 | 19.53 | 72.91 | - |
| YUV | 103.98 | 196.3 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 225 | 0.08 | 0.88 | 0 | 0.12 | 294.52 | 0.78 | 0.5 |
| Hex | CF | 1C | E1 | 8 | 58 | 0 | C | 127 | 4E | 32 |
| Octal | 317 | 34 | 341 | 10 | 130 | 0 | 14 | 447 | 116 | 62 |
| Binary | 11001111 | 11100 | 11100001 | 1000 | 1011000 | 0 | 1100 | 100100111 | 1001110 | 110010 |
Color Harmonies of #CF1CE1
Complementary color
Monochromatic Colors of #CF1CE1
Black with #CF1CE1
Text Example
Text Example
White with #CF1CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CE1; }
p { color: rgb(207,28,225); }
H1.HeaderClassName
{
color: #CF1CE1;
}
.AnyTagClassName
{
color: #CF1CE1;
}
</style>
background-color css
<style>
a { background-color: #CF1CE1; }
a { background-color: rgb(207,28,225); }
div.DivClassName
{
background-color: #CF1CE1;
}
.BgClassName
{
background-color: #CF1CE1;
}
</style>
border-color css
<style>
span { border-color: #CF1CE1; }
span { border-color: rgb(207,28,225); }
td.TdClassName
{
border-color: #CF1CE1;
}
.TagClassName
{
border-color: #CF1CE1;
}
</style>