Shades of Deep Magenta #CF03B8
Tints of Deep Magenta #CF03B8
RGB
CMYK
RGB Variations
Color information
#CF03B8 (or 0xCF03B8) is known color: Deep Magenta. HEX triplet: CF, 03 and B8. RGB value is (207,3,184). Sum of RGB (Red+Green+Blue) = 207+3+184=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03B8 is #30FC47. Grayscale: #545454. Windows color (decimal): -3210312 or 12059599. OLE color: 12059599.
HSL color Cylindrical-coordinate representation of color #CF03B8: hue angle of 306.76º 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 #CF03B8 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.19 |
| HSL | 306.76º | 0.97% | 0.41% | - |
| HSV(B) | 306.76º | 0.99% | 0.81% | - |
| XYZ | 34.42 | 16.79 | 46.77 | - |
| YUV | 84.63 | 184.09 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 184 | 0 | 0.99 | 0.11 | 0.19 | 306.76 | 0.97 | 0.41 |
| Hex | CF | 3 | B8 | 0 | 63 | B | 13 | 133 | 61 | 29 |
| Octal | 317 | 3 | 270 | 0 | 143 | 13 | 23 | 463 | 141 | 51 |
| Binary | 11001111 | 11 | 10111000 | 0 | 1100011 | 1011 | 10011 | 100110011 | 1100001 | 101001 |
Color Harmonies of #CF03B8
Complementary color
Monochromatic Colors of #CF03B8
Black with #CF03B8
Text Example
Text Example
White with #CF03B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03B8; }
p { color: rgb(207,3,184); }
H1.HeaderClassName
{
color: #CF03B8;
}
.AnyTagClassName
{
color: #CF03B8;
}
</style>
background-color css
<style>
a { background-color: #CF03B8; }
a { background-color: rgb(207,3,184); }
div.DivClassName
{
background-color: #CF03B8;
}
.BgClassName
{
background-color: #CF03B8;
}
</style>
border-color css
<style>
span { border-color: #CF03B8; }
span { border-color: rgb(207,3,184); }
td.TdClassName
{
border-color: #CF03B8;
}
.TagClassName
{
border-color: #CF03B8;
}
</style>