Shades of Deep Magenta #C403B3
Tints of Deep Magenta #C403B3
RGB
CMYK
RGB Variations
Color information
#C403B3 (or 0xC403B3) is known color: Deep Magenta. HEX triplet: C4, 03 and B3. RGB value is (196,3,179). Sum of RGB (Red+Green+Blue) = 196+3+179=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C403B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403B3 is #3BFC4C. Grayscale: #505050. Windows color (decimal): -3931213 or 11731908. OLE color: 11731908.
HSL color Cylindrical-coordinate representation of color #C403B3: hue angle of 305.28º 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 #C403B3 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 179 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.23 |
| HSL | 305.29º | 0.97% | 0.39% | - |
| HSV(B) | 305.29º | 0.98% | 0.77% | - |
| XYZ | 30.93 | 15.06 | 43.92 | - |
| YUV | 80.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 179 | 0 | 0.98 | 0.09 | 0.23 | 305.29 | 0.97 | 0.39 |
| Hex | C4 | 3 | B3 | 0 | 62 | 9 | 17 | 131 | 61 | 27 |
| Octal | 304 | 3 | 263 | 0 | 142 | 11 | 27 | 461 | 141 | 47 |
| Binary | 11000100 | 11 | 10110011 | 0 | 1100010 | 1001 | 10111 | 100110001 | 1100001 | 100111 |
Color Harmonies of #C403B3
Complementary color
Monochromatic Colors of #C403B3
Black with #C403B3
Text Example
Text Example
White with #C403B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403B3; }
p { color: rgb(196,3,179); }
H1.HeaderClassName
{
color: #C403B3;
}
.AnyTagClassName
{
color: #C403B3;
}
</style>
background-color css
<style>
a { background-color: #C403B3; }
a { background-color: rgb(196,3,179); }
div.DivClassName
{
background-color: #C403B3;
}
.BgClassName
{
background-color: #C403B3;
}
</style>
border-color css
<style>
span { border-color: #C403B3; }
span { border-color: rgb(196,3,179); }
td.TdClassName
{
border-color: #C403B3;
}
.TagClassName
{
border-color: #C403B3;
}
</style>