Shades of Deep Magenta #C80BCB
Tints of Deep Magenta #C80BCB
RGB
CMYK
RGB Variations
Color information
#C80BCB (or 0xC80BCB) is known color: Deep Magenta. HEX triplet: C8, 0B and CB. RGB value is (200,11,203). Sum of RGB (Red+Green+Blue) = 200+11+203=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #C80BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BCB is #37F434. Grayscale: #585858. Windows color (decimal): -3666997 or 13306824. OLE color: 13306824.
HSL color Cylindrical-coordinate representation of color #C80BCB: hue angle of 299.06º 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 #C80BCB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 11 | 203 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.20 |
| HSL | 299.06º | 0.9% | 0.42% | - |
| HSV(B) | 299.06º | 0.95% | 0.8% | - |
| XYZ | 34.72 | 16.83 | 57.92 | - |
| YUV | 89.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 203 | 0.01 | 0.95 | 0 | 0.20 | 299.06 | 0.9 | 0.42 |
| Hex | C8 | B | CB | 1 | 5F | 0 | 14 | 12B | 5A | 2A |
| Octal | 310 | 13 | 313 | 1 | 137 | 0 | 24 | 453 | 132 | 52 |
| Binary | 11001000 | 1011 | 11001011 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011010 | 101010 |
Color Harmonies of #C80BCB
Complementary color
Monochromatic Colors of #C80BCB
Black with #C80BCB
Text Example
Text Example
White with #C80BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BCB; }
p { color: rgb(200,11,203); }
H1.HeaderClassName
{
color: #C80BCB;
}
.AnyTagClassName
{
color: #C80BCB;
}
</style>
background-color css
<style>
a { background-color: #C80BCB; }
a { background-color: rgb(200,11,203); }
div.DivClassName
{
background-color: #C80BCB;
}
.BgClassName
{
background-color: #C80BCB;
}
</style>
border-color css
<style>
span { border-color: #C80BCB; }
span { border-color: rgb(200,11,203); }
td.TdClassName
{
border-color: #C80BCB;
}
.TagClassName
{
border-color: #C80BCB;
}
</style>