Shades of Deep Magenta #CF23E1
Tints of Deep Magenta #CF23E1
RGB
CMYK
RGB Variations
Color information
#CF23E1 (or 0xCF23E1) is known color: Deep Magenta. HEX triplet: CF, 23 and E1. RGB value is (207,35,225). Sum of RGB (Red+Green+Blue) = 207+35+225=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF23E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF23E1 is #30DC1E. Grayscale: #6B6B6B. Windows color (decimal): -3202079 or 14754767. OLE color: 14754767.
HSL color Cylindrical-coordinate representation of color #CF23E1: hue angle of 294.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF23E1 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 35 | 225 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.12 |
| HSL | 294.32º | 0.76% | 0.51% | - |
| HSV(B) | 294.32º | 0.84% | 0.88% | - |
| XYZ | 39.92 | 19.9 | 72.97 | - |
| YUV | 108.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 225 | 0.08 | 0.84 | 0 | 0.12 | 294.32 | 0.76 | 0.51 |
| Hex | CF | 23 | E1 | 8 | 54 | 0 | C | 126 | 4C | 33 |
| Octal | 317 | 43 | 341 | 10 | 124 | 0 | 14 | 446 | 114 | 63 |
| Binary | 11001111 | 100011 | 11100001 | 1000 | 1010100 | 0 | 1100 | 100100110 | 1001100 | 110011 |
Color Harmonies of #CF23E1
Complementary color
Monochromatic Colors of #CF23E1
Black with #CF23E1
Text Example
Text Example
White with #CF23E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23E1; }
p { color: rgb(207,35,225); }
H1.HeaderClassName
{
color: #CF23E1;
}
.AnyTagClassName
{
color: #CF23E1;
}
</style>
background-color css
<style>
a { background-color: #CF23E1; }
a { background-color: rgb(207,35,225); }
div.DivClassName
{
background-color: #CF23E1;
}
.BgClassName
{
background-color: #CF23E1;
}
</style>
border-color css
<style>
span { border-color: #CF23E1; }
span { border-color: rgb(207,35,225); }
td.TdClassName
{
border-color: #CF23E1;
}
.TagClassName
{
border-color: #CF23E1;
}
</style>