Shades of Deep Magenta #C412B3
Tints of Deep Magenta #C412B3
RGB
CMYK
RGB Variations
Color information
#C412B3 (or 0xC412B3) is known color: Deep Magenta. HEX triplet: C4, 12 and B3. RGB value is (196,18,179). Sum of RGB (Red+Green+Blue) = 196+18+179=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C412B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412B3 is #3BED4C. Grayscale: #595959. Windows color (decimal): -3927373 or 11735748. OLE color: 11735748.
HSL color Cylindrical-coordinate representation of color #C412B3: hue angle of 305.73º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412B3 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 179 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.23 |
| HSL | 305.73º | 0.83% | 0.42% | - |
| HSV(B) | 305.73º | 0.91% | 0.77% | - |
| XYZ | 31.12 | 15.42 | 43.98 | - |
| YUV | 89.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 179 | 0 | 0.91 | 0.09 | 0.23 | 305.73 | 0.83 | 0.42 |
| Hex | C4 | 12 | B3 | 0 | 5B | 9 | 17 | 132 | 53 | 2A |
| Octal | 304 | 22 | 263 | 0 | 133 | 11 | 27 | 462 | 123 | 52 |
| Binary | 11000100 | 10010 | 10110011 | 0 | 1011011 | 1001 | 10111 | 100110010 | 1010011 | 101010 |
Color Harmonies of #C412B3
Complementary color
Monochromatic Colors of #C412B3
Black with #C412B3
Text Example
Text Example
White with #C412B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412B3; }
p { color: rgb(196,18,179); }
H1.HeaderClassName
{
color: #C412B3;
}
.AnyTagClassName
{
color: #C412B3;
}
</style>
background-color css
<style>
a { background-color: #C412B3; }
a { background-color: rgb(196,18,179); }
div.DivClassName
{
background-color: #C412B3;
}
.BgClassName
{
background-color: #C412B3;
}
</style>
border-color css
<style>
span { border-color: #C412B3; }
span { border-color: rgb(196,18,179); }
td.TdClassName
{
border-color: #C412B3;
}
.TagClassName
{
border-color: #C412B3;
}
</style>