Shades of Deep Magenta #C403BF
Tints of Deep Magenta #C403BF
RGB
CMYK
RGB Variations
Color information
#C403BF (or 0xC403BF) is known color: Deep Magenta. HEX triplet: C4, 03 and BF. RGB value is (196,3,191). Sum of RGB (Red+Green+Blue) = 196+3+191=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C403BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403BF is #3BFC40. Grayscale: #515151. Windows color (decimal): -3931201 or 12518340. OLE color: 12518340.
HSL color Cylindrical-coordinate representation of color #C403BF: hue angle of 301.55º 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 #C403BF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 191 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.23 |
| HSL | 301.55º | 0.97% | 0.39% | - |
| HSV(B) | 301.55º | 0.98% | 0.77% | - |
| XYZ | 32.2 | 15.56 | 50.6 | - |
| YUV | 82.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 191 | 0 | 0.98 | 0.03 | 0.23 | 301.55 | 0.97 | 0.39 |
| Hex | C4 | 3 | BF | 0 | 62 | 3 | 17 | 12E | 61 | 27 |
| Octal | 304 | 3 | 277 | 0 | 142 | 3 | 27 | 456 | 141 | 47 |
| Binary | 11000100 | 11 | 10111111 | 0 | 1100010 | 11 | 10111 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C403BF
Complementary color
Monochromatic Colors of #C403BF
Black with #C403BF
Text Example
Text Example
White with #C403BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403BF; }
p { color: rgb(196,3,191); }
H1.HeaderClassName
{
color: #C403BF;
}
.AnyTagClassName
{
color: #C403BF;
}
</style>
background-color css
<style>
a { background-color: #C403BF; }
a { background-color: rgb(196,3,191); }
div.DivClassName
{
background-color: #C403BF;
}
.BgClassName
{
background-color: #C403BF;
}
</style>
border-color css
<style>
span { border-color: #C403BF; }
span { border-color: rgb(196,3,191); }
td.TdClassName
{
border-color: #C403BF;
}
.TagClassName
{
border-color: #C403BF;
}
</style>