Shades of Deep Magenta #CF25DE
Tints of Deep Magenta #CF25DE
RGB
CMYK
RGB Variations
Color information
#CF25DE (or 0xCF25DE) is known color: Deep Magenta. HEX triplet: CF, 25 and DE. RGB value is (207,37,222). Sum of RGB (Red+Green+Blue) = 207+37+222=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF25DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25DE is #30DA21. Grayscale: #6C6C6C. Windows color (decimal): -3201570 or 14558671. OLE color: 14558671.
HSL color Cylindrical-coordinate representation of color #CF25DE: hue angle of 295.14º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF25DE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 37 | 222 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.13 |
| HSL | 295.14º | 0.74% | 0.51% | - |
| HSV(B) | 295.14º | 0.83% | 0.87% | - |
| XYZ | 39.58 | 19.86 | 70.86 | - |
| YUV | 108.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 222 | 0.07 | 0.83 | 0 | 0.13 | 295.14 | 0.74 | 0.51 |
| Hex | CF | 25 | DE | 7 | 53 | 0 | D | 127 | 4A | 33 |
| Octal | 317 | 45 | 336 | 7 | 123 | 0 | 15 | 447 | 112 | 63 |
| Binary | 11001111 | 100101 | 11011110 | 111 | 1010011 | 0 | 1101 | 100100111 | 1001010 | 110011 |
Color Harmonies of #CF25DE
Complementary color
Monochromatic Colors of #CF25DE
Black with #CF25DE
Text Example
Text Example
White with #CF25DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25DE; }
p { color: rgb(207,37,222); }
H1.HeaderClassName
{
color: #CF25DE;
}
.AnyTagClassName
{
color: #CF25DE;
}
</style>
background-color css
<style>
a { background-color: #CF25DE; }
a { background-color: rgb(207,37,222); }
div.DivClassName
{
background-color: #CF25DE;
}
.BgClassName
{
background-color: #CF25DE;
}
</style>
border-color css
<style>
span { border-color: #CF25DE; }
span { border-color: rgb(207,37,222); }
td.TdClassName
{
border-color: #CF25DE;
}
.TagClassName
{
border-color: #CF25DE;
}
</style>