Shades of Deep Magenta #C417B3
Tints of Deep Magenta #C417B3
RGB
CMYK
RGB Variations
Color information
#C417B3 (or 0xC417B3) is known color: Deep Magenta. HEX triplet: C4, 17 and B3. RGB value is (196,23,179). Sum of RGB (Red+Green+Blue) = 196+23+179=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C417B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C417B3 is #3BE84C. Grayscale: #5C5C5C. Windows color (decimal): -3926093 or 11737028. OLE color: 11737028.
HSL color Cylindrical-coordinate representation of color #C417B3: hue angle of 305.9º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C417B3 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 179 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.23 |
| HSL | 305.9º | 0.79% | 0.43% | - |
| HSV(B) | 305.9º | 0.88% | 0.77% | - |
| XYZ | 31.21 | 15.6 | 44.01 | - |
| YUV | 92.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 179 | 0 | 0.88 | 0.09 | 0.23 | 305.9 | 0.79 | 0.43 |
| Hex | C4 | 17 | B3 | 0 | 58 | 9 | 17 | 132 | 4F | 2B |
| Octal | 304 | 27 | 263 | 0 | 130 | 11 | 27 | 462 | 117 | 53 |
| Binary | 11000100 | 10111 | 10110011 | 0 | 1011000 | 1001 | 10111 | 100110010 | 1001111 | 101011 |
Color Harmonies of #C417B3
Complementary color
Monochromatic Colors of #C417B3
Black with #C417B3
Text Example
Text Example
White with #C417B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417B3; }
p { color: rgb(196,23,179); }
H1.HeaderClassName
{
color: #C417B3;
}
.AnyTagClassName
{
color: #C417B3;
}
</style>
background-color css
<style>
a { background-color: #C417B3; }
a { background-color: rgb(196,23,179); }
div.DivClassName
{
background-color: #C417B3;
}
.BgClassName
{
background-color: #C417B3;
}
</style>
border-color css
<style>
span { border-color: #C417B3; }
span { border-color: rgb(196,23,179); }
td.TdClassName
{
border-color: #C417B3;
}
.TagClassName
{
border-color: #C417B3;
}
</style>