Shades of Deep Magenta #C403BD
Tints of Deep Magenta #C403BD
RGB
CMYK
RGB Variations
Color information
#C403BD (or 0xC403BD) is known color: Deep Magenta. HEX triplet: C4, 03 and BD. RGB value is (196,3,189). Sum of RGB (Red+Green+Blue) = 196+3+189=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C403BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403BD is #3BFC42. Grayscale: #515151. Windows color (decimal): -3931203 or 12387268. OLE color: 12387268.
HSL color Cylindrical-coordinate representation of color #C403BD: hue angle of 302.18º 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 #C403BD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 189 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.23 |
| HSL | 302.18º | 0.97% | 0.39% | - |
| HSV(B) | 302.18º | 0.98% | 0.77% | - |
| XYZ | 31.98 | 15.48 | 49.45 | - |
| YUV | 81.91 | 188.44 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 189 | 0 | 0.98 | 0.04 | 0.23 | 302.18 | 0.97 | 0.39 |
| Hex | C4 | 3 | BD | 0 | 62 | 4 | 17 | 12E | 61 | 27 |
| Octal | 304 | 3 | 275 | 0 | 142 | 4 | 27 | 456 | 141 | 47 |
| Binary | 11000100 | 11 | 10111101 | 0 | 1100010 | 100 | 10111 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C403BD
Complementary color
Monochromatic Colors of #C403BD
Black with #C403BD
Text Example
Text Example
White with #C403BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403BD; }
p { color: rgb(196,3,189); }
H1.HeaderClassName
{
color: #C403BD;
}
.AnyTagClassName
{
color: #C403BD;
}
</style>
background-color css
<style>
a { background-color: #C403BD; }
a { background-color: rgb(196,3,189); }
div.DivClassName
{
background-color: #C403BD;
}
.BgClassName
{
background-color: #C403BD;
}
</style>
border-color css
<style>
span { border-color: #C403BD; }
span { border-color: rgb(196,3,189); }
td.TdClassName
{
border-color: #C403BD;
}
.TagClassName
{
border-color: #C403BD;
}
</style>