Shades of Deep Magenta #BF03C2
Tints of Deep Magenta #BF03C2
RGB
CMYK
RGB Variations
Color information
#BF03C2 (or 0xBF03C2) is known color: Deep Magenta. HEX triplet: BF, 03 and C2. RGB value is (191,3,194). Sum of RGB (Red+Green+Blue) = 191+3+194=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF03C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03C2 is #40FC3D. Grayscale: #505050. Windows color (decimal): -4258878 or 12714943. OLE color: 12714943.
HSL color Cylindrical-coordinate representation of color #BF03C2: hue angle of 299.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF03C2 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 3 | 194 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.24 |
| HSL | 299.06º | 0.97% | 0.39% | - |
| HSV(B) | 299.06º | 0.98% | 0.76% | - |
| XYZ | 31.26 | 15.04 | 52.29 | - |
| YUV | 80.99 | 191.78 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 194 | 0.02 | 0.98 | 0 | 0.24 | 299.06 | 0.97 | 0.39 |
| Hex | BF | 3 | C2 | 2 | 62 | 0 | 18 | 12B | 61 | 27 |
| Octal | 277 | 3 | 302 | 2 | 142 | 0 | 30 | 453 | 141 | 47 |
| Binary | 10111111 | 11 | 11000010 | 10 | 1100010 | 0 | 11000 | 100101011 | 1100001 | 100111 |
Color Harmonies of #BF03C2
Complementary color
Monochromatic Colors of #BF03C2
Black with #BF03C2
Text Example
Text Example
White with #BF03C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03C2; }
p { color: rgb(191,3,194); }
H1.HeaderClassName
{
color: #BF03C2;
}
.AnyTagClassName
{
color: #BF03C2;
}
</style>
background-color css
<style>
a { background-color: #BF03C2; }
a { background-color: rgb(191,3,194); }
div.DivClassName
{
background-color: #BF03C2;
}
.BgClassName
{
background-color: #BF03C2;
}
</style>
border-color css
<style>
span { border-color: #BF03C2; }
span { border-color: rgb(191,3,194); }
td.TdClassName
{
border-color: #BF03C2;
}
.TagClassName
{
border-color: #BF03C2;
}
</style>