Shades of Deep Magenta #C803B0
Tints of Deep Magenta #C803B0
RGB
CMYK
RGB Variations
Color information
#C803B0 (or 0xC803B0) is known color: Deep Magenta. HEX triplet: C8, 03 and B0. RGB value is (200,3,176). Sum of RGB (Red+Green+Blue) = 200+3+176=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C803B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C803B0 is #37FC4F. Grayscale: #515151. Windows color (decimal): -3669072 or 11535304. OLE color: 11535304.
HSL color Cylindrical-coordinate representation of color #C803B0: hue angle of 307.31º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803B0 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 176 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.22 |
| HSL | 307.31º | 0.97% | 0.4% | - |
| HSV(B) | 307.31º | 0.99% | 0.78% | - |
| XYZ | 31.69 | 15.48 | 42.39 | - |
| YUV | 81.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 176 | 0 | 0.98 | 0.12 | 0.22 | 307.31 | 0.97 | 0.4 |
| Hex | C8 | 3 | B0 | 0 | 62 | C | 16 | 133 | 61 | 28 |
| Octal | 310 | 3 | 260 | 0 | 142 | 14 | 26 | 463 | 141 | 50 |
| Binary | 11001000 | 11 | 10110000 | 0 | 1100010 | 1100 | 10110 | 100110011 | 1100001 | 101000 |
Color Harmonies of #C803B0
Complementary color
Monochromatic Colors of #C803B0
Black with #C803B0
Text Example
Text Example
White with #C803B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803B0; }
p { color: rgb(200,3,176); }
H1.HeaderClassName
{
color: #C803B0;
}
.AnyTagClassName
{
color: #C803B0;
}
</style>
background-color css
<style>
a { background-color: #C803B0; }
a { background-color: rgb(200,3,176); }
div.DivClassName
{
background-color: #C803B0;
}
.BgClassName
{
background-color: #C803B0;
}
</style>
border-color css
<style>
span { border-color: #C803B0; }
span { border-color: rgb(200,3,176); }
td.TdClassName
{
border-color: #C803B0;
}
.TagClassName
{
border-color: #C803B0;
}
</style>