Shades of Deep Magenta #C80BCE
Tints of Deep Magenta #C80BCE
RGB
CMYK
RGB Variations
Color information
#C80BCE (or 0xC80BCE) is known color: Deep Magenta. HEX triplet: C8, 0B and CE. RGB value is (200,11,206). Sum of RGB (Red+Green+Blue) = 200+11+206=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #C80BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BCE is #37F431. Grayscale: #595959. Windows color (decimal): -3666994 or 13503432. OLE color: 13503432.
HSL color Cylindrical-coordinate representation of color #C80BCE: hue angle of 298.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BCE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 11 | 206 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.19 |
| HSL | 298.15º | 0.9% | 0.43% | - |
| HSV(B) | 298.15º | 0.95% | 0.81% | - |
| XYZ | 35.08 | 16.97 | 59.82 | - |
| YUV | 89.74 | 193.62 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 206 | 0.03 | 0.95 | 0 | 0.19 | 298.15 | 0.9 | 0.43 |
| Hex | C8 | B | CE | 3 | 5F | 0 | 13 | 12A | 5A | 2B |
| Octal | 310 | 13 | 316 | 3 | 137 | 0 | 23 | 452 | 132 | 53 |
| Binary | 11001000 | 1011 | 11001110 | 11 | 1011111 | 0 | 10011 | 100101010 | 1011010 | 101011 |
Color Harmonies of #C80BCE
Complementary color
Monochromatic Colors of #C80BCE
Black with #C80BCE
Text Example
Text Example
White with #C80BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BCE; }
p { color: rgb(200,11,206); }
H1.HeaderClassName
{
color: #C80BCE;
}
.AnyTagClassName
{
color: #C80BCE;
}
</style>
background-color css
<style>
a { background-color: #C80BCE; }
a { background-color: rgb(200,11,206); }
div.DivClassName
{
background-color: #C80BCE;
}
.BgClassName
{
background-color: #C80BCE;
}
</style>
border-color css
<style>
span { border-color: #C80BCE; }
span { border-color: rgb(200,11,206); }
td.TdClassName
{
border-color: #C80BCE;
}
.TagClassName
{
border-color: #C80BCE;
}
</style>