Shades of Deep Magenta #C405B7
Tints of Deep Magenta #C405B7
RGB
CMYK
RGB Variations
Color information
#C405B7 (or 0xC405B7) is known color: Deep Magenta. HEX triplet: C4, 05 and B7. RGB value is (196,5,183). Sum of RGB (Red+Green+Blue) = 196+5+183=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C405B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405B7 is #3BFA48. Grayscale: #515151. Windows color (decimal): -3930697 or 11994564. OLE color: 11994564.
HSL color Cylindrical-coordinate representation of color #C405B7: hue angle of 304.08º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C405B7 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 5 | 183 | - |
CMYK | 0 | 0.97 | 0.07 | 0.23 |
HSL | 304.08º | 0.95% | 0.39% | - |
HSV(B) | 304.08º | 0.97% | 0.77% | - |
XYZ | 31.37 | 15.26 | 46.09 | - |
YUV | 82.4 | 184.78 | 209.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 5 | 183 | 0 | 0.97 | 0.07 | 0.23 | 304.08 | 0.95 | 0.39 |
Hex | C4 | 5 | B7 | 0 | 61 | 7 | 17 | 130 | 5F | 27 |
Octal | 304 | 5 | 267 | 0 | 141 | 7 | 27 | 460 | 137 | 47 |
Binary | 11000100 | 101 | 10110111 | 0 | 1100001 | 111 | 10111 | 100110000 | 1011111 | 100111 |
Color Harmonies of #C405B7
Complementary color
Monochromatic Colors of #C405B7
Black with #C405B7
Text Example
Text Example
White with #C405B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405B7; }
p { color: rgb(196,5,183); }
H1.HeaderClassName
{
color: #C405B7;
}
.AnyTagClassName
{
color: #C405B7;
}
</style>
background-color css
<style>
a { background-color: #C405B7; }
a { background-color: rgb(196,5,183); }
div.DivClassName
{
background-color: #C405B7;
}
.BgClassName
{
background-color: #C405B7;
}
</style>
border-color css
<style>
span { border-color: #C405B7; }
span { border-color: rgb(196,5,183); }
td.TdClassName
{
border-color: #C405B7;
}
.TagClassName
{
border-color: #C405B7;
}
</style>