Shades of Deep Magenta #CF05BD
Tints of Deep Magenta #CF05BD
RGB
CMYK
RGB Variations
Color information
#CF05BD (or 0xCF05BD) is known color: Deep Magenta. HEX triplet: CF, 05 and BD. RGB value is (207,5,189). Sum of RGB (Red+Green+Blue) = 207+5+189=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05BD is #30FA42. Grayscale: #555555. Windows color (decimal): -3209795 or 12387791. OLE color: 12387791.
HSL color Cylindrical-coordinate representation of color #CF05BD: hue angle of 305.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05BD is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.19 |
| HSL | 305.35º | 0.95% | 0.42% | - |
| HSV(B) | 305.35º | 0.98% | 0.81% | - |
| XYZ | 34.97 | 17.05 | 49.59 | - |
| YUV | 86.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 189 | 0 | 0.98 | 0.09 | 0.19 | 305.35 | 0.95 | 0.42 |
| Hex | CF | 5 | BD | 0 | 62 | 9 | 13 | 131 | 5F | 2A |
| Octal | 317 | 5 | 275 | 0 | 142 | 11 | 23 | 461 | 137 | 52 |
| Binary | 11001111 | 101 | 10111101 | 0 | 1100010 | 1001 | 10011 | 100110001 | 1011111 | 101010 |
Color Harmonies of #CF05BD
Complementary color
Monochromatic Colors of #CF05BD
Black with #CF05BD
Text Example
Text Example
White with #CF05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05BD; }
p { color: rgb(207,5,189); }
H1.HeaderClassName
{
color: #CF05BD;
}
.AnyTagClassName
{
color: #CF05BD;
}
</style>
background-color css
<style>
a { background-color: #CF05BD; }
a { background-color: rgb(207,5,189); }
div.DivClassName
{
background-color: #CF05BD;
}
.BgClassName
{
background-color: #CF05BD;
}
</style>
border-color css
<style>
span { border-color: #CF05BD; }
span { border-color: rgb(207,5,189); }
td.TdClassName
{
border-color: #CF05BD;
}
.TagClassName
{
border-color: #CF05BD;
}
</style>