Shades of Deep Magenta #C004BF
Tints of Deep Magenta #C004BF
RGB
CMYK
RGB Variations
Color information
#C004BF (or 0xC004BF) is known color: Deep Magenta. HEX triplet: C0, 04 and BF. RGB value is (192,4,191). Sum of RGB (Red+Green+Blue) = 192+4+191=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C004BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004BF is #3FFB40. Grayscale: #505050. Windows color (decimal): -4193089 or 12518592. OLE color: 12518592.
HSL color Cylindrical-coordinate representation of color #C004BF: hue angle of 300.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004BF is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.25 |
| HSL | 300.32º | 0.96% | 0.38% | - |
| HSV(B) | 300.32º | 0.98% | 0.75% | - |
| XYZ | 31.19 | 15.05 | 50.55 | - |
| YUV | 81.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 191 | 0 | 0.98 | 0.01 | 0.25 | 300.32 | 0.96 | 0.38 |
| Hex | C0 | 4 | BF | 0 | 62 | 1 | 19 | 12C | 60 | 26 |
| Octal | 300 | 4 | 277 | 0 | 142 | 1 | 31 | 454 | 140 | 46 |
| Binary | 11000000 | 100 | 10111111 | 0 | 1100010 | 1 | 11001 | 100101100 | 1100000 | 100110 |
Color Harmonies of #C004BF
Complementary color
Monochromatic Colors of #C004BF
Black with #C004BF
Text Example
Text Example
White with #C004BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004BF; }
p { color: rgb(192,4,191); }
H1.HeaderClassName
{
color: #C004BF;
}
.AnyTagClassName
{
color: #C004BF;
}
</style>
background-color css
<style>
a { background-color: #C004BF; }
a { background-color: rgb(192,4,191); }
div.DivClassName
{
background-color: #C004BF;
}
.BgClassName
{
background-color: #C004BF;
}
</style>
border-color css
<style>
span { border-color: #C004BF; }
span { border-color: rgb(192,4,191); }
td.TdClassName
{
border-color: #C004BF;
}
.TagClassName
{
border-color: #C004BF;
}
</style>