Shades of Deep Magenta #BF0CCD
Tints of Deep Magenta #BF0CCD
RGB
CMYK
RGB Variations
Color information
#BF0CCD (or 0xBF0CCD) is known color: Deep Magenta. HEX triplet: BF, 0C and CD. RGB value is (191,12,205). Sum of RGB (Red+Green+Blue) = 191+12+205=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CCD is #40F332. Grayscale: #565656. Windows color (decimal): -4256563 or 13438143. OLE color: 13438143.
HSL color Cylindrical-coordinate representation of color #BF0CCD: hue angle of 295.65º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0CCD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 12 | 205 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.20 |
| HSL | 295.65º | 0.89% | 0.43% | - |
| HSV(B) | 295.65º | 0.94% | 0.8% | - |
| XYZ | 32.64 | 15.75 | 59.08 | - |
| YUV | 87.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 205 | 0.07 | 0.94 | 0 | 0.20 | 295.65 | 0.89 | 0.43 |
| Hex | BF | C | CD | 7 | 5E | 0 | 14 | 128 | 59 | 2B |
| Octal | 277 | 14 | 315 | 7 | 136 | 0 | 24 | 450 | 131 | 53 |
| Binary | 10111111 | 1100 | 11001101 | 111 | 1011110 | 0 | 10100 | 100101000 | 1011001 | 101011 |
Color Harmonies of #BF0CCD
Complementary color
Monochromatic Colors of #BF0CCD
Black with #BF0CCD
Text Example
Text Example
White with #BF0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CCD; }
p { color: rgb(191,12,205); }
H1.HeaderClassName
{
color: #BF0CCD;
}
.AnyTagClassName
{
color: #BF0CCD;
}
</style>
background-color css
<style>
a { background-color: #BF0CCD; }
a { background-color: rgb(191,12,205); }
div.DivClassName
{
background-color: #BF0CCD;
}
.BgClassName
{
background-color: #BF0CCD;
}
</style>
border-color css
<style>
span { border-color: #BF0CCD; }
span { border-color: rgb(191,12,205); }
td.TdClassName
{
border-color: #BF0CCD;
}
.TagClassName
{
border-color: #BF0CCD;
}
</style>