Shades of Deep Magenta #C00BDF
Tints of Deep Magenta #C00BDF
RGB
CMYK
RGB Variations
Color information
#C00BDF (or 0xC00BDF) is known color: Deep Magenta. HEX triplet: C0, 0B and DF. RGB value is (192,11,223). Sum of RGB (Red+Green+Blue) = 192+11+223=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C00BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BDF is #3FF420. Grayscale: #585858. Windows color (decimal): -4191265 or 14617536. OLE color: 14617536.
HSL color Cylindrical-coordinate representation of color #C00BDF: hue angle of 291.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BDF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 11 | 223 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 291.23º | 0.91% | 0.46% | - |
| HSV(B) | 291.23º | 0.95% | 0.87% | - |
| XYZ | 35.18 | 16.77 | 71.2 | - |
| YUV | 89.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 223 | 0.14 | 0.95 | 0 | 0.13 | 291.23 | 0.91 | 0.46 |
| Hex | C0 | B | DF | E | 5F | 0 | D | 123 | 5B | 2E |
| Octal | 300 | 13 | 337 | 16 | 137 | 0 | 15 | 443 | 133 | 56 |
| Binary | 11000000 | 1011 | 11011111 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101110 |
Color Harmonies of #C00BDF
Complementary color
Monochromatic Colors of #C00BDF
Black with #C00BDF
Text Example
Text Example
White with #C00BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BDF; }
p { color: rgb(192,11,223); }
H1.HeaderClassName
{
color: #C00BDF;
}
.AnyTagClassName
{
color: #C00BDF;
}
</style>
background-color css
<style>
a { background-color: #C00BDF; }
a { background-color: rgb(192,11,223); }
div.DivClassName
{
background-color: #C00BDF;
}
.BgClassName
{
background-color: #C00BDF;
}
</style>
border-color css
<style>
span { border-color: #C00BDF; }
span { border-color: rgb(192,11,223); }
td.TdClassName
{
border-color: #C00BDF;
}
.TagClassName
{
border-color: #C00BDF;
}
</style>