Shades of Deep Magenta #C00BCD
Tints of Deep Magenta #C00BCD
RGB
CMYK
RGB Variations
Color information
#C00BCD (or 0xC00BCD) is known color: Deep Magenta. HEX triplet: C0, 0B and CD. RGB value is (192,11,205). Sum of RGB (Red+Green+Blue) = 192+11+205=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 11 (4.69% from 255 or 2.70% 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 #C00BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BCD is #3FF432. Grayscale: #565656. Windows color (decimal): -4191283 or 13437888. OLE color: 13437888.
HSL color Cylindrical-coordinate representation of color #C00BCD: hue angle of 295.98º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BCD is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 11 | 205 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.20 |
| HSL | 295.98º | 0.9% | 0.42% | - |
| HSV(B) | 295.98º | 0.95% | 0.8% | - |
| XYZ | 32.88 | 15.85 | 59.08 | - |
| YUV | 87.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 205 | 0.06 | 0.95 | 0 | 0.20 | 295.98 | 0.9 | 0.42 |
| Hex | C0 | B | CD | 6 | 5F | 0 | 14 | 128 | 5A | 2A |
| Octal | 300 | 13 | 315 | 6 | 137 | 0 | 24 | 450 | 132 | 52 |
| Binary | 11000000 | 1011 | 11001101 | 110 | 1011111 | 0 | 10100 | 100101000 | 1011010 | 101010 |
Color Harmonies of #C00BCD
Complementary color
Monochromatic Colors of #C00BCD
Black with #C00BCD
Text Example
Text Example
White with #C00BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BCD; }
p { color: rgb(192,11,205); }
H1.HeaderClassName
{
color: #C00BCD;
}
.AnyTagClassName
{
color: #C00BCD;
}
</style>
background-color css
<style>
a { background-color: #C00BCD; }
a { background-color: rgb(192,11,205); }
div.DivClassName
{
background-color: #C00BCD;
}
.BgClassName
{
background-color: #C00BCD;
}
</style>
border-color css
<style>
span { border-color: #C00BCD; }
span { border-color: rgb(192,11,205); }
td.TdClassName
{
border-color: #C00BCD;
}
.TagClassName
{
border-color: #C00BCD;
}
</style>