Shades of Deep Magenta #C803DB
Tints of Deep Magenta #C803DB
RGB
CMYK
RGB Variations
Color information
#C803DB (or 0xC803DB) is known color: Deep Magenta. HEX triplet: C8, 03 and DB. RGB value is (200,3,219). Sum of RGB (Red+Green+Blue) = 200+3+219=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #C803DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803DB is #37FC24. Grayscale: #555555. Windows color (decimal): -3669029 or 14353352. OLE color: 14353352.
HSL color Cylindrical-coordinate representation of color #C803DB: hue angle of 294.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803DB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 3 | 219 | - |
CMYK | 0.09 | 0.99 | 0 | 0.14 |
HSL | 294.72º | 0.97% | 0.44% | - |
HSV(B) | 294.72º | 0.99% | 0.86% | - |
XYZ | 36.64 | 17.46 | 68.46 | - |
YUV | 86.53 | 202.77 | 208.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 3 | 219 | 0.09 | 0.99 | 0 | 0.14 | 294.72 | 0.97 | 0.44 |
Hex | C8 | 3 | DB | 9 | 63 | 0 | E | 127 | 61 | 2C |
Octal | 310 | 3 | 333 | 11 | 143 | 0 | 16 | 447 | 141 | 54 |
Binary | 11001000 | 11 | 11011011 | 1001 | 1100011 | 0 | 1110 | 100100111 | 1100001 | 101100 |
Color Harmonies of #C803DB
Complementary color
Monochromatic Colors of #C803DB
Black with #C803DB
Text Example
Text Example
White with #C803DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C803DB; }
p { color: rgb(200,3,219); }
H1.HeaderClassName
{
color: #C803DB;
}
.AnyTagClassName
{
color: #C803DB;
}
</style>
background-color css
<style>
a { background-color: #C803DB; }
a { background-color: rgb(200,3,219); }
div.DivClassName
{
background-color: #C803DB;
}
.BgClassName
{
background-color: #C803DB;
}
</style>
border-color css
<style>
span { border-color: #C803DB; }
span { border-color: rgb(200,3,219); }
td.TdClassName
{
border-color: #C803DB;
}
.TagClassName
{
border-color: #C803DB;
}
</style>