Shades of Deep Magenta #BF03CC
Tints of Deep Magenta #BF03CC
RGB
CMYK
RGB Variations
Color information
#BF03CC (or 0xBF03CC) is known color: Deep Magenta. HEX triplet: BF, 03 and CC. RGB value is (191,3,204). Sum of RGB (Red+Green+Blue) = 191+3+204=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03CC is #40FC33. Grayscale: #515151. Windows color (decimal): -4258868 or 13370303. OLE color: 13370303.
HSL color Cylindrical-coordinate representation of color #BF03CC: hue angle of 296.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF03CC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 3 | 204 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.2 |
| HSL | 296.12º | 0.97% | 0.41% | - |
| HSV(B) | 296.12º | 0.99% | 0.8% | - |
| XYZ | 32.42 | 15.5 | 58.41 | - |
| YUV | 82.13 | 196.78 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 204 | 0.06 | 0.99 | 0 | 0.2 | 296.12 | 0.97 | 0.41 |
| Hex | BF | 3 | CC | 6 | 63 | 0 | 14 | 128 | 61 | 29 |
| Octal | 277 | 3 | 314 | 6 | 143 | 0 | 24 | 450 | 141 | 51 |
| Binary | 10111111 | 11 | 11001100 | 110 | 1100011 | 0 | 10100 | 100101000 | 1100001 | 101001 |
Color Harmonies of #BF03CC
Complementary color
Monochromatic Colors of #BF03CC
Black with #BF03CC
Text Example
Text Example
White with #BF03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03CC; }
p { color: rgb(191,3,204); }
H1.HeaderClassName
{
color: #BF03CC;
}
.AnyTagClassName
{
color: #BF03CC;
}
</style>
background-color css
<style>
a { background-color: #BF03CC; }
a { background-color: rgb(191,3,204); }
div.DivClassName
{
background-color: #BF03CC;
}
.BgClassName
{
background-color: #BF03CC;
}
</style>
border-color css
<style>
span { border-color: #BF03CC; }
span { border-color: rgb(191,3,204); }
td.TdClassName
{
border-color: #BF03CC;
}
.TagClassName
{
border-color: #BF03CC;
}
</style>