Shades of Deep Magenta #CF25D2
Tints of Deep Magenta #CF25D2
RGB
CMYK
RGB Variations
Color information
#CF25D2 (or 0xCF25D2) is known color: Deep Magenta. HEX triplet: CF, 25 and D2. RGB value is (207,37,210). Sum of RGB (Red+Green+Blue) = 207+37+210=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF25D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF25D2 is #30DA2D. Grayscale: #6B6B6B. Windows color (decimal): -3201582 or 13772239. OLE color: 13772239.
HSL color Cylindrical-coordinate representation of color #CF25D2: hue angle of 298.96º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF25D2 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 37 | 210 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.18 |
| HSL | 298.96º | 0.7% | 0.48% | - |
| HSV(B) | 298.96º | 0.82% | 0.82% | - |
| XYZ | 38.03 | 19.24 | 62.68 | - |
| YUV | 107.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 210 | 0.01 | 0.82 | 0 | 0.18 | 298.96 | 0.7 | 0.48 |
| Hex | CF | 25 | D2 | 1 | 52 | 0 | 12 | 12B | 46 | 30 |
| Octal | 317 | 45 | 322 | 1 | 122 | 0 | 22 | 453 | 106 | 60 |
| Binary | 11001111 | 100101 | 11010010 | 1 | 1010010 | 0 | 10010 | 100101011 | 1000110 | 110000 |
Color Harmonies of #CF25D2
Complementary color
Monochromatic Colors of #CF25D2
Black with #CF25D2
Text Example
Text Example
White with #CF25D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25D2; }
p { color: rgb(207,37,210); }
H1.HeaderClassName
{
color: #CF25D2;
}
.AnyTagClassName
{
color: #CF25D2;
}
</style>
background-color css
<style>
a { background-color: #CF25D2; }
a { background-color: rgb(207,37,210); }
div.DivClassName
{
background-color: #CF25D2;
}
.BgClassName
{
background-color: #CF25D2;
}
</style>
border-color css
<style>
span { border-color: #CF25D2; }
span { border-color: rgb(207,37,210); }
td.TdClassName
{
border-color: #CF25D2;
}
.TagClassName
{
border-color: #CF25D2;
}
</style>