Shades of Deep Magenta #CF03B7
Tints of Deep Magenta #CF03B7
RGB
CMYK
RGB Variations
Color information
#CF03B7 (or 0xCF03B7) is known color: Deep Magenta. HEX triplet: CF, 03 and B7. RGB value is (207,3,183). Sum of RGB (Red+Green+Blue) = 207+3+183=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03B7 is #30FC48. Grayscale: #545454. Windows color (decimal): -3210313 or 11994063. OLE color: 11994063.
HSL color Cylindrical-coordinate representation of color #CF03B7: hue angle of 307.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03B7 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.19 |
| HSL | 307.06º | 0.97% | 0.41% | - |
| HSV(B) | 307.06º | 0.99% | 0.81% | - |
| XYZ | 34.31 | 16.75 | 46.22 | - |
| YUV | 84.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 183 | 0 | 0.99 | 0.12 | 0.19 | 307.06 | 0.97 | 0.41 |
| Hex | CF | 3 | B7 | 0 | 63 | C | 13 | 133 | 61 | 29 |
| Octal | 317 | 3 | 267 | 0 | 143 | 14 | 23 | 463 | 141 | 51 |
| Binary | 11001111 | 11 | 10110111 | 0 | 1100011 | 1100 | 10011 | 100110011 | 1100001 | 101001 |
Color Harmonies of #CF03B7
Complementary color
Monochromatic Colors of #CF03B7
Black with #CF03B7
Text Example
Text Example
White with #CF03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03B7; }
p { color: rgb(207,3,183); }
H1.HeaderClassName
{
color: #CF03B7;
}
.AnyTagClassName
{
color: #CF03B7;
}
</style>
background-color css
<style>
a { background-color: #CF03B7; }
a { background-color: rgb(207,3,183); }
div.DivClassName
{
background-color: #CF03B7;
}
.BgClassName
{
background-color: #CF03B7;
}
</style>
border-color css
<style>
span { border-color: #CF03B7; }
span { border-color: rgb(207,3,183); }
td.TdClassName
{
border-color: #CF03B7;
}
.TagClassName
{
border-color: #CF03B7;
}
</style>