Shades of Deep Magenta #C409CB
Tints of Deep Magenta #C409CB
RGB
CMYK
RGB Variations
Color information
#C409CB (or 0xC409CB) is known color: Deep Magenta. HEX triplet: C4, 09 and CB. RGB value is (196,9,203). Sum of RGB (Red+Green+Blue) = 196+9+203=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #C409CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409CB is #3BF634. Grayscale: #565656. Windows color (decimal): -3929653 or 13306308. OLE color: 13306308.
HSL color Cylindrical-coordinate representation of color #C409CB: hue angle of 297.84º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409CB is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 9 | 203 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.20 |
| HSL | 297.84º | 0.92% | 0.42% | - |
| HSV(B) | 297.84º | 0.96% | 0.8% | - |
| XYZ | 33.64 | 16.24 | 57.86 | - |
| YUV | 87.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 203 | 0.03 | 0.96 | 0 | 0.20 | 297.84 | 0.92 | 0.42 |
| Hex | C4 | 9 | CB | 3 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 304 | 11 | 313 | 3 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000100 | 1001 | 11001011 | 11 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C409CB
Complementary color
Monochromatic Colors of #C409CB
Black with #C409CB
Text Example
Text Example
White with #C409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409CB; }
p { color: rgb(196,9,203); }
H1.HeaderClassName
{
color: #C409CB;
}
.AnyTagClassName
{
color: #C409CB;
}
</style>
background-color css
<style>
a { background-color: #C409CB; }
a { background-color: rgb(196,9,203); }
div.DivClassName
{
background-color: #C409CB;
}
.BgClassName
{
background-color: #C409CB;
}
</style>
border-color css
<style>
span { border-color: #C409CB; }
span { border-color: rgb(196,9,203); }
td.TdClassName
{
border-color: #C409CB;
}
.TagClassName
{
border-color: #C409CB;
}
</style>