Shades of Deep Magenta #C80BD5
Tints of Deep Magenta #C80BD5
RGB
CMYK
RGB Variations
Color information
#C80BD5 (or 0xC80BD5) is known color: Deep Magenta. HEX triplet: C8, 0B and D5. RGB value is (200,11,213). Sum of RGB (Red+Green+Blue) = 200+11+213=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #C80BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BD5 is #37F42A. Grayscale: #595959. Windows color (decimal): -3666987 or 13962184. OLE color: 13962184.
HSL color Cylindrical-coordinate representation of color #C80BD5: hue angle of 296.14º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BD5 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 11 | 213 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.16 |
| HSL | 296.14º | 0.9% | 0.44% | - |
| HSV(B) | 296.14º | 0.95% | 0.84% | - |
| XYZ | 35.95 | 17.32 | 64.4 | - |
| YUV | 90.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 213 | 0.06 | 0.95 | 0 | 0.16 | 296.14 | 0.9 | 0.44 |
| Hex | C8 | B | D5 | 6 | 5F | 0 | 10 | 128 | 5A | 2C |
| Octal | 310 | 13 | 325 | 6 | 137 | 0 | 20 | 450 | 132 | 54 |
| Binary | 11001000 | 1011 | 11010101 | 110 | 1011111 | 0 | 10000 | 100101000 | 1011010 | 101100 |
Color Harmonies of #C80BD5
Complementary color
Monochromatic Colors of #C80BD5
Black with #C80BD5
Text Example
Text Example
White with #C80BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BD5; }
p { color: rgb(200,11,213); }
H1.HeaderClassName
{
color: #C80BD5;
}
.AnyTagClassName
{
color: #C80BD5;
}
</style>
background-color css
<style>
a { background-color: #C80BD5; }
a { background-color: rgb(200,11,213); }
div.DivClassName
{
background-color: #C80BD5;
}
.BgClassName
{
background-color: #C80BD5;
}
</style>
border-color css
<style>
span { border-color: #C80BD5; }
span { border-color: rgb(200,11,213); }
td.TdClassName
{
border-color: #C80BD5;
}
.TagClassName
{
border-color: #C80BD5;
}
</style>