Shades of Deep Magenta #BF1CCD
Tints of Deep Magenta #BF1CCD
RGB
CMYK
RGB Variations
Color information
#BF1CCD (or 0xBF1CCD) is known color: Deep Magenta. HEX triplet: BF, 1C and CD. RGB value is (191,28,205). Sum of RGB (Red+Green+Blue) = 191+28+205=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CCD is #40E332. Grayscale: #606060. Windows color (decimal): -4252467 or 13442239. OLE color: 13442239.
HSL color Cylindrical-coordinate representation of color #BF1CCD: hue angle of 295.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1CCD is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 28 | 205 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.20 |
| HSL | 295.25º | 0.76% | 0.46% | - |
| HSV(B) | 295.25º | 0.86% | 0.8% | - |
| XYZ | 32.92 | 16.31 | 59.17 | - |
| YUV | 96.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 205 | 0.07 | 0.86 | 0 | 0.20 | 295.25 | 0.76 | 0.46 |
| Hex | BF | 1C | CD | 7 | 56 | 0 | 14 | 127 | 4C | 2E |
| Octal | 277 | 34 | 315 | 7 | 126 | 0 | 24 | 447 | 114 | 56 |
| Binary | 10111111 | 11100 | 11001101 | 111 | 1010110 | 0 | 10100 | 100100111 | 1001100 | 101110 |
Color Harmonies of #BF1CCD
Complementary color
Monochromatic Colors of #BF1CCD
Black with #BF1CCD
Text Example
Text Example
White with #BF1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CCD; }
p { color: rgb(191,28,205); }
H1.HeaderClassName
{
color: #BF1CCD;
}
.AnyTagClassName
{
color: #BF1CCD;
}
</style>
background-color css
<style>
a { background-color: #BF1CCD; }
a { background-color: rgb(191,28,205); }
div.DivClassName
{
background-color: #BF1CCD;
}
.BgClassName
{
background-color: #BF1CCD;
}
</style>
border-color css
<style>
span { border-color: #BF1CCD; }
span { border-color: rgb(191,28,205); }
td.TdClassName
{
border-color: #BF1CCD;
}
.TagClassName
{
border-color: #BF1CCD;
}
</style>