Shades of Deep Magenta #CF28B8
Tints of Deep Magenta #CF28B8
RGB
CMYK
RGB Variations
Color information
#CF28B8 (or 0xCF28B8) is known color: Deep Magenta. HEX triplet: CF, 28 and B8. RGB value is (207,40,184). Sum of RGB (Red+Green+Blue) = 207+40+184=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28B8 is #30D747. Grayscale: #696969. Windows color (decimal): -3200840 or 12069071. OLE color: 12069071.
HSL color Cylindrical-coordinate representation of color #CF28B8: hue angle of 308.26º 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 #CF28B8 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 184 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.19 |
| HSL | 308.26º | 0.68% | 0.48% | - |
| HSV(B) | 308.26º | 0.81% | 0.81% | - |
| XYZ | 35.14 | 18.24 | 47.02 | - |
| YUV | 106.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 184 | 0 | 0.81 | 0.11 | 0.19 | 308.26 | 0.68 | 0.48 |
| Hex | CF | 28 | B8 | 0 | 51 | B | 13 | 134 | 44 | 30 |
| Octal | 317 | 50 | 270 | 0 | 121 | 13 | 23 | 464 | 104 | 60 |
| Binary | 11001111 | 101000 | 10111000 | 0 | 1010001 | 1011 | 10011 | 100110100 | 1000100 | 110000 |
Color Harmonies of #CF28B8
Complementary color
Monochromatic Colors of #CF28B8
Black with #CF28B8
Text Example
Text Example
White with #CF28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28B8; }
p { color: rgb(207,40,184); }
H1.HeaderClassName
{
color: #CF28B8;
}
.AnyTagClassName
{
color: #CF28B8;
}
</style>
background-color css
<style>
a { background-color: #CF28B8; }
a { background-color: rgb(207,40,184); }
div.DivClassName
{
background-color: #CF28B8;
}
.BgClassName
{
background-color: #CF28B8;
}
</style>
border-color css
<style>
span { border-color: #CF28B8; }
span { border-color: rgb(207,40,184); }
td.TdClassName
{
border-color: #CF28B8;
}
.TagClassName
{
border-color: #CF28B8;
}
</style>