Shades of Deep Magenta #CF07BD
Tints of Deep Magenta #CF07BD
RGB
CMYK
RGB Variations
Color information
#CF07BD (or 0xCF07BD) is known color: Deep Magenta. HEX triplet: CF, 07 and BD. RGB value is (207,7,189). Sum of RGB (Red+Green+Blue) = 207+7+189=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07BD is #30F842. Grayscale: #575757. Windows color (decimal): -3209283 or 12388303. OLE color: 12388303.
HSL color Cylindrical-coordinate representation of color #CF07BD: hue angle of 305.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07BD is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.19 |
| HSL | 305.4º | 0.93% | 0.42% | - |
| HSV(B) | 305.4º | 0.97% | 0.81% | - |
| XYZ | 34.99 | 17.09 | 49.6 | - |
| YUV | 87.55 | 185.26 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 189 | 0 | 0.97 | 0.09 | 0.19 | 305.4 | 0.93 | 0.42 |
| Hex | CF | 7 | BD | 0 | 61 | 9 | 13 | 131 | 5D | 2A |
| Octal | 317 | 7 | 275 | 0 | 141 | 11 | 23 | 461 | 135 | 52 |
| Binary | 11001111 | 111 | 10111101 | 0 | 1100001 | 1001 | 10011 | 100110001 | 1011101 | 101010 |
Color Harmonies of #CF07BD
Complementary color
Monochromatic Colors of #CF07BD
Black with #CF07BD
Text Example
Text Example
White with #CF07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07BD; }
p { color: rgb(207,7,189); }
H1.HeaderClassName
{
color: #CF07BD;
}
.AnyTagClassName
{
color: #CF07BD;
}
</style>
background-color css
<style>
a { background-color: #CF07BD; }
a { background-color: rgb(207,7,189); }
div.DivClassName
{
background-color: #CF07BD;
}
.BgClassName
{
background-color: #CF07BD;
}
</style>
border-color css
<style>
span { border-color: #CF07BD; }
span { border-color: rgb(207,7,189); }
td.TdClassName
{
border-color: #CF07BD;
}
.TagClassName
{
border-color: #CF07BD;
}
</style>