Shades of Deep Magenta #C80BD3
Tints of Deep Magenta #C80BD3
RGB
CMYK
RGB Variations
Color information
#C80BD3 (or 0xC80BD3) is known color: Deep Magenta. HEX triplet: C8, 0B and D3. RGB value is (200,11,211). Sum of RGB (Red+Green+Blue) = 200+11+211=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #C80BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BD3 is #37F42C. Grayscale: #595959. Windows color (decimal): -3666989 or 13831112. OLE color: 13831112.
HSL color Cylindrical-coordinate representation of color #C80BD3: hue angle of 296.7º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BD3 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 11 | 211 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.17 |
| HSL | 296.7º | 0.9% | 0.44% | - |
| HSV(B) | 296.7º | 0.95% | 0.83% | - |
| XYZ | 35.7 | 17.22 | 63.07 | - |
| YUV | 90.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 211 | 0.05 | 0.95 | 0 | 0.17 | 296.7 | 0.9 | 0.44 |
| Hex | C8 | B | D3 | 5 | 5F | 0 | 11 | 129 | 5A | 2C |
| Octal | 310 | 13 | 323 | 5 | 137 | 0 | 21 | 451 | 132 | 54 |
| Binary | 11001000 | 1011 | 11010011 | 101 | 1011111 | 0 | 10001 | 100101001 | 1011010 | 101100 |
Color Harmonies of #C80BD3
Complementary color
Monochromatic Colors of #C80BD3
Black with #C80BD3
Text Example
Text Example
White with #C80BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BD3; }
p { color: rgb(200,11,211); }
H1.HeaderClassName
{
color: #C80BD3;
}
.AnyTagClassName
{
color: #C80BD3;
}
</style>
background-color css
<style>
a { background-color: #C80BD3; }
a { background-color: rgb(200,11,211); }
div.DivClassName
{
background-color: #C80BD3;
}
.BgClassName
{
background-color: #C80BD3;
}
</style>
border-color css
<style>
span { border-color: #C80BD3; }
span { border-color: rgb(200,11,211); }
td.TdClassName
{
border-color: #C80BD3;
}
.TagClassName
{
border-color: #C80BD3;
}
</style>