Shades of Deep Magenta #C403BE
Tints of Deep Magenta #C403BE
RGB
CMYK
RGB Variations
Color information
#C403BE (or 0xC403BE) is known color: Deep Magenta. HEX triplet: C4, 03 and BE. RGB value is (196,3,190). Sum of RGB (Red+Green+Blue) = 196+3+190=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C403BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403BE is #3BFC41. Grayscale: #515151. Windows color (decimal): -3931202 or 12452804. OLE color: 12452804.
HSL color Cylindrical-coordinate representation of color #C403BE: hue angle of 301.87º 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 #C403BE is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 190 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.23 |
| HSL | 301.87º | 0.97% | 0.39% | - |
| HSV(B) | 301.87º | 0.98% | 0.77% | - |
| XYZ | 32.09 | 15.52 | 50.02 | - |
| YUV | 82.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 190 | 0 | 0.98 | 0.03 | 0.23 | 301.87 | 0.97 | 0.39 |
| Hex | C4 | 3 | BE | 0 | 62 | 3 | 17 | 12E | 61 | 27 |
| Octal | 304 | 3 | 276 | 0 | 142 | 3 | 27 | 456 | 141 | 47 |
| Binary | 11000100 | 11 | 10111110 | 0 | 1100010 | 11 | 10111 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C403BE
Complementary color
Monochromatic Colors of #C403BE
Black with #C403BE
Text Example
Text Example
White with #C403BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403BE; }
p { color: rgb(196,3,190); }
H1.HeaderClassName
{
color: #C403BE;
}
.AnyTagClassName
{
color: #C403BE;
}
</style>
background-color css
<style>
a { background-color: #C403BE; }
a { background-color: rgb(196,3,190); }
div.DivClassName
{
background-color: #C403BE;
}
.BgClassName
{
background-color: #C403BE;
}
</style>
border-color css
<style>
span { border-color: #C403BE; }
span { border-color: rgb(196,3,190); }
td.TdClassName
{
border-color: #C403BE;
}
.TagClassName
{
border-color: #C403BE;
}
</style>