Shades of Deep Magenta #C803CE
Tints of Deep Magenta #C803CE
RGB
CMYK
RGB Variations
Color information
#C803CE (or 0xC803CE) is known color: Deep Magenta. HEX triplet: C8, 03 and CE. RGB value is (200,3,206). Sum of RGB (Red+Green+Blue) = 200+3+206=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C803CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803CE is #37FC31. Grayscale: #545454. Windows color (decimal): -3669042 or 13501384. OLE color: 13501384.
HSL color Cylindrical-coordinate representation of color #C803CE: hue angle of 298.23º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803CE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 3 | 206 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.19 |
| HSL | 298.23º | 0.97% | 0.41% | - |
| HSV(B) | 298.23º | 0.99% | 0.81% | - |
| XYZ | 34.99 | 16.8 | 59.79 | - |
| YUV | 85.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 206 | 0.03 | 0.99 | 0 | 0.19 | 298.23 | 0.97 | 0.41 |
| Hex | C8 | 3 | CE | 3 | 63 | 0 | 13 | 12A | 61 | 29 |
| Octal | 310 | 3 | 316 | 3 | 143 | 0 | 23 | 452 | 141 | 51 |
| Binary | 11001000 | 11 | 11001110 | 11 | 1100011 | 0 | 10011 | 100101010 | 1100001 | 101001 |
Color Harmonies of #C803CE
Complementary color
Monochromatic Colors of #C803CE
Black with #C803CE
Text Example
Text Example
White with #C803CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803CE; }
p { color: rgb(200,3,206); }
H1.HeaderClassName
{
color: #C803CE;
}
.AnyTagClassName
{
color: #C803CE;
}
</style>
background-color css
<style>
a { background-color: #C803CE; }
a { background-color: rgb(200,3,206); }
div.DivClassName
{
background-color: #C803CE;
}
.BgClassName
{
background-color: #C803CE;
}
</style>
border-color css
<style>
span { border-color: #C803CE; }
span { border-color: rgb(200,3,206); }
td.TdClassName
{
border-color: #C803CE;
}
.TagClassName
{
border-color: #C803CE;
}
</style>