Shades of Deep Magenta #BF25CC
Tints of Deep Magenta #BF25CC
RGB
CMYK
RGB Variations
Color information
#BF25CC (or 0xBF25CC) is known color: Deep Magenta. HEX triplet: BF, 25 and CC. RGB value is (191,37,204). Sum of RGB (Red+Green+Blue) = 191+37+204=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25CC is #40DA33. Grayscale: #656565. Windows color (decimal): -4250164 or 13379007. OLE color: 13379007.
HSL color Cylindrical-coordinate representation of color #BF25CC: hue angle of 295.33º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF25CC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 37 | 204 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.2 |
| HSL | 295.33º | 0.69% | 0.47% | - |
| HSV(B) | 295.33º | 0.82% | 0.8% | - |
| XYZ | 33.05 | 16.76 | 58.62 | - |
| YUV | 102.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 204 | 0.06 | 0.82 | 0 | 0.2 | 295.33 | 0.69 | 0.47 |
| Hex | BF | 25 | CC | 6 | 52 | 0 | 14 | 127 | 45 | 2F |
| Octal | 277 | 45 | 314 | 6 | 122 | 0 | 24 | 447 | 105 | 57 |
| Binary | 10111111 | 100101 | 11001100 | 110 | 1010010 | 0 | 10100 | 100100111 | 1000101 | 101111 |
Color Harmonies of #BF25CC
Complementary color
Monochromatic Colors of #BF25CC
Black with #BF25CC
Text Example
Text Example
White with #BF25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF25CC; }
p { color: rgb(191,37,204); }
H1.HeaderClassName
{
color: #BF25CC;
}
.AnyTagClassName
{
color: #BF25CC;
}
</style>
background-color css
<style>
a { background-color: #BF25CC; }
a { background-color: rgb(191,37,204); }
div.DivClassName
{
background-color: #BF25CC;
}
.BgClassName
{
background-color: #BF25CC;
}
</style>
border-color css
<style>
span { border-color: #BF25CC; }
span { border-color: rgb(191,37,204); }
td.TdClassName
{
border-color: #BF25CC;
}
.TagClassName
{
border-color: #BF25CC;
}
</style>