Shades of Deep Magenta #C40FB3
Tints of Deep Magenta #C40FB3
RGB
CMYK
RGB Variations
Color information
#C40FB3 (or 0xC40FB3) is known color: Deep Magenta. HEX triplet: C4, 0F and B3. RGB value is (196,15,179). Sum of RGB (Red+Green+Blue) = 196+15+179=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FB3 is #3BF04C. Grayscale: #575757. Windows color (decimal): -3928141 or 11734980. OLE color: 11734980.
HSL color Cylindrical-coordinate representation of color #C40FB3: hue angle of 305.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 179 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.23 |
| HSL | 305.64º | 0.86% | 0.41% | - |
| HSV(B) | 305.64º | 0.92% | 0.77% | - |
| XYZ | 31.07 | 15.33 | 43.97 | - |
| YUV | 87.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 179 | 0 | 0.92 | 0.09 | 0.23 | 305.64 | 0.86 | 0.41 |
| Hex | C4 | F | B3 | 0 | 5C | 9 | 17 | 132 | 56 | 29 |
| Octal | 304 | 17 | 263 | 0 | 134 | 11 | 27 | 462 | 126 | 51 |
| Binary | 11000100 | 1111 | 10110011 | 0 | 1011100 | 1001 | 10111 | 100110010 | 1010110 | 101001 |
Color Harmonies of #C40FB3
Complementary color
Monochromatic Colors of #C40FB3
Black with #C40FB3
Text Example
Text Example
White with #C40FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40FB3; }
p { color: rgb(196,15,179); }
H1.HeaderClassName
{
color: #C40FB3;
}
.AnyTagClassName
{
color: #C40FB3;
}
</style>
background-color css
<style>
a { background-color: #C40FB3; }
a { background-color: rgb(196,15,179); }
div.DivClassName
{
background-color: #C40FB3;
}
.BgClassName
{
background-color: #C40FB3;
}
</style>
border-color css
<style>
span { border-color: #C40FB3; }
span { border-color: rgb(196,15,179); }
td.TdClassName
{
border-color: #C40FB3;
}
.TagClassName
{
border-color: #C40FB3;
}
</style>