Shades of Deep Magenta #C408CD
Tints of Deep Magenta #C408CD
RGB
CMYK
RGB Variations
Color information
#C408CD (or 0xC408CD) is known color: Deep Magenta. HEX triplet: C4, 08 and CD. RGB value is (196,8,205). Sum of RGB (Red+Green+Blue) = 196+8+205=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C408CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408CD is #3BF732. Grayscale: #565656. Windows color (decimal): -3929907 or 13437124. OLE color: 13437124.
HSL color Cylindrical-coordinate representation of color #C408CD: hue angle of 297.26º 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 #C408CD is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 8 | 205 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.20 |
| HSL | 297.26º | 0.92% | 0.42% | - |
| HSV(B) | 297.26º | 0.96% | 0.8% | - |
| XYZ | 33.87 | 16.32 | 59.12 | - |
| YUV | 86.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 205 | 0.04 | 0.96 | 0 | 0.20 | 297.26 | 0.92 | 0.42 |
| Hex | C4 | 8 | CD | 4 | 60 | 0 | 14 | 129 | 5C | 2A |
| Octal | 304 | 10 | 315 | 4 | 140 | 0 | 24 | 451 | 134 | 52 |
| Binary | 11000100 | 1000 | 11001101 | 100 | 1100000 | 0 | 10100 | 100101001 | 1011100 | 101010 |
Color Harmonies of #C408CD
Complementary color
Monochromatic Colors of #C408CD
Black with #C408CD
Text Example
Text Example
White with #C408CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408CD; }
p { color: rgb(196,8,205); }
H1.HeaderClassName
{
color: #C408CD;
}
.AnyTagClassName
{
color: #C408CD;
}
</style>
background-color css
<style>
a { background-color: #C408CD; }
a { background-color: rgb(196,8,205); }
div.DivClassName
{
background-color: #C408CD;
}
.BgClassName
{
background-color: #C408CD;
}
</style>
border-color css
<style>
span { border-color: #C408CD; }
span { border-color: rgb(196,8,205); }
td.TdClassName
{
border-color: #C408CD;
}
.TagClassName
{
border-color: #C408CD;
}
</style>