Shades of Deep Magenta #C003DF
Tints of Deep Magenta #C003DF
RGB
CMYK
RGB Variations
Color information
#C003DF (or 0xC003DF) is known color: Deep Magenta. HEX triplet: C0, 03 and DF. RGB value is (192,3,223). Sum of RGB (Red+Green+Blue) = 192+3+223=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #C003DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003DF is #3FFC20. Grayscale: #535353. Windows color (decimal): -4193313 or 14615488. OLE color: 14615488.
HSL color Cylindrical-coordinate representation of color #C003DF: hue angle of 291.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003DF is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 3 | 223 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.13 |
| HSL | 291.55º | 0.97% | 0.44% | - |
| HSV(B) | 291.55º | 0.99% | 0.87% | - |
| XYZ | 35.09 | 16.6 | 71.17 | - |
| YUV | 84.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 223 | 0.14 | 0.99 | 0 | 0.13 | 291.55 | 0.97 | 0.44 |
| Hex | C0 | 3 | DF | E | 63 | 0 | D | 124 | 61 | 2C |
| Octal | 300 | 3 | 337 | 16 | 143 | 0 | 15 | 444 | 141 | 54 |
| Binary | 11000000 | 11 | 11011111 | 1110 | 1100011 | 0 | 1101 | 100100100 | 1100001 | 101100 |
Color Harmonies of #C003DF
Complementary color
Monochromatic Colors of #C003DF
Black with #C003DF
Text Example
Text Example
White with #C003DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003DF; }
p { color: rgb(192,3,223); }
H1.HeaderClassName
{
color: #C003DF;
}
.AnyTagClassName
{
color: #C003DF;
}
</style>
background-color css
<style>
a { background-color: #C003DF; }
a { background-color: rgb(192,3,223); }
div.DivClassName
{
background-color: #C003DF;
}
.BgClassName
{
background-color: #C003DF;
}
</style>
border-color css
<style>
span { border-color: #C003DF; }
span { border-color: rgb(192,3,223); }
td.TdClassName
{
border-color: #C003DF;
}
.TagClassName
{
border-color: #C003DF;
}
</style>