Shades of Deep Magenta #C003C5
Tints of Deep Magenta #C003C5
RGB
CMYK
RGB Variations
Color information
#C003C5 (or 0xC003C5) is known color: Deep Magenta. HEX triplet: C0, 03 and C5. RGB value is (192,3,197). Sum of RGB (Red+Green+Blue) = 192+3+197=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 197 (77.34% from 255 or 50.26% from 392); Max value from RGB is 197 - color contains mainly: blue. Hex color #C003C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003C5 is #3FFC3A. Grayscale: #515151. Windows color (decimal): -4193339 or 12911552. OLE color: 12911552.
HSL color Cylindrical-coordinate representation of color #C003C5: hue angle of 298.45º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C003C5 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 3 | 197 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.23 |
| HSL | 298.45º | 0.97% | 0.39% | - |
| HSV(B) | 298.45º | 0.98% | 0.77% | - |
| XYZ | 31.85 | 15.3 | 54.1 | - |
| YUV | 81.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 197 | 0.03 | 0.98 | 0 | 0.23 | 298.45 | 0.97 | 0.39 |
| Hex | C0 | 3 | C5 | 3 | 62 | 0 | 17 | 12A | 61 | 27 |
| Octal | 300 | 3 | 305 | 3 | 142 | 0 | 27 | 452 | 141 | 47 |
| Binary | 11000000 | 11 | 11000101 | 11 | 1100010 | 0 | 10111 | 100101010 | 1100001 | 100111 |
Color Harmonies of #C003C5
Complementary color
Monochromatic Colors of #C003C5
Black with #C003C5
Text Example
Text Example
White with #C003C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003C5; }
p { color: rgb(192,3,197); }
H1.HeaderClassName
{
color: #C003C5;
}
.AnyTagClassName
{
color: #C003C5;
}
</style>
background-color css
<style>
a { background-color: #C003C5; }
a { background-color: rgb(192,3,197); }
div.DivClassName
{
background-color: #C003C5;
}
.BgClassName
{
background-color: #C003C5;
}
</style>
border-color css
<style>
span { border-color: #C003C5; }
span { border-color: rgb(192,3,197); }
td.TdClassName
{
border-color: #C003C5;
}
.TagClassName
{
border-color: #C003C5;
}
</style>