Shades of Deep Magenta #C410CB
Tints of Deep Magenta #C410CB
RGB
CMYK
RGB Variations
Color information
#C410CB (or 0xC410CB) is known color: Deep Magenta. HEX triplet: C4, 10 and CB. RGB value is (196,16,203). Sum of RGB (Red+Green+Blue) = 196+16+203=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C410CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410CB is #3BEF34. Grayscale: #5A5A5A. Windows color (decimal): -3927861 or 13308100. OLE color: 13308100.
HSL color Cylindrical-coordinate representation of color #C410CB: hue angle of 297.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410CB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 16 | 203 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.20 |
| HSL | 297.75º | 0.85% | 0.43% | - |
| HSV(B) | 297.75º | 0.92% | 0.8% | - |
| XYZ | 33.73 | 16.42 | 57.89 | - |
| YUV | 91.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 203 | 0.03 | 0.92 | 0 | 0.20 | 297.75 | 0.85 | 0.43 |
| Hex | C4 | 10 | CB | 3 | 5C | 0 | 14 | 12A | 55 | 2B |
| Octal | 304 | 20 | 313 | 3 | 134 | 0 | 24 | 452 | 125 | 53 |
| Binary | 11000100 | 10000 | 11001011 | 11 | 1011100 | 0 | 10100 | 100101010 | 1010101 | 101011 |
Color Harmonies of #C410CB
Complementary color
Monochromatic Colors of #C410CB
Black with #C410CB
Text Example
Text Example
White with #C410CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C410CB; }
p { color: rgb(196,16,203); }
H1.HeaderClassName
{
color: #C410CB;
}
.AnyTagClassName
{
color: #C410CB;
}
</style>
background-color css
<style>
a { background-color: #C410CB; }
a { background-color: rgb(196,16,203); }
div.DivClassName
{
background-color: #C410CB;
}
.BgClassName
{
background-color: #C410CB;
}
</style>
border-color css
<style>
span { border-color: #C410CB; }
span { border-color: rgb(196,16,203); }
td.TdClassName
{
border-color: #C410CB;
}
.TagClassName
{
border-color: #C410CB;
}
</style>