Shades of Deep Magenta #CF28C5
Tints of Deep Magenta #CF28C5
RGB
CMYK
RGB Variations
Color information
#CF28C5 (or 0xCF28C5) is known color: Deep Magenta. HEX triplet: CF, 28 and C5. RGB value is (207,40,197). Sum of RGB (Red+Green+Blue) = 207+40+197=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28C5 is #30D73A. Grayscale: #6B6B6B. Windows color (decimal): -3200827 or 12921039. OLE color: 12921039.
HSL color Cylindrical-coordinate representation of color #CF28C5: hue angle of 303.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF28C5 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 197 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.19 |
| HSL | 303.59º | 0.68% | 0.48% | - |
| HSV(B) | 303.59º | 0.81% | 0.81% | - |
| XYZ | 36.57 | 18.81 | 54.53 | - |
| YUV | 107.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 197 | 0 | 0.81 | 0.05 | 0.19 | 303.59 | 0.68 | 0.48 |
| Hex | CF | 28 | C5 | 0 | 51 | 5 | 13 | 130 | 44 | 30 |
| Octal | 317 | 50 | 305 | 0 | 121 | 5 | 23 | 460 | 104 | 60 |
| Binary | 11001111 | 101000 | 11000101 | 0 | 1010001 | 101 | 10011 | 100110000 | 1000100 | 110000 |
Color Harmonies of #CF28C5
Complementary color
Monochromatic Colors of #CF28C5
Black with #CF28C5
Text Example
Text Example
White with #CF28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28C5; }
p { color: rgb(207,40,197); }
H1.HeaderClassName
{
color: #CF28C5;
}
.AnyTagClassName
{
color: #CF28C5;
}
</style>
background-color css
<style>
a { background-color: #CF28C5; }
a { background-color: rgb(207,40,197); }
div.DivClassName
{
background-color: #CF28C5;
}
.BgClassName
{
background-color: #CF28C5;
}
</style>
border-color css
<style>
span { border-color: #CF28C5; }
span { border-color: rgb(207,40,197); }
td.TdClassName
{
border-color: #CF28C5;
}
.TagClassName
{
border-color: #CF28C5;
}
</style>