Shades of Deep Magenta #C408CC
Tints of Deep Magenta #C408CC
RGB
CMYK
RGB Variations
Color information
#C408CC (or 0xC408CC) is known color: Deep Magenta. HEX triplet: C4, 08 and CC. RGB value is (196,8,204). Sum of RGB (Red+Green+Blue) = 196+8+204=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C408CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408CC is #3BF733. Grayscale: #555555. Windows color (decimal): -3929908 or 13371588. OLE color: 13371588.
HSL color Cylindrical-coordinate representation of color #C408CC: hue angle of 297.55º 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 #C408CC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 8 | 204 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.2 |
| HSL | 297.55º | 0.92% | 0.42% | - |
| HSV(B) | 297.55º | 0.96% | 0.8% | - |
| XYZ | 33.75 | 16.27 | 58.49 | - |
| YUV | 86.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 204 | 0.04 | 0.96 | 0 | 0.2 | 297.55 | 0.92 | 0.42 |
| Hex | C4 | 8 | CC | 4 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 304 | 10 | 314 | 4 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000100 | 1000 | 11001100 | 100 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C408CC
Complementary color
Monochromatic Colors of #C408CC
Black with #C408CC
Text Example
Text Example
White with #C408CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408CC; }
p { color: rgb(196,8,204); }
H1.HeaderClassName
{
color: #C408CC;
}
.AnyTagClassName
{
color: #C408CC;
}
</style>
background-color css
<style>
a { background-color: #C408CC; }
a { background-color: rgb(196,8,204); }
div.DivClassName
{
background-color: #C408CC;
}
.BgClassName
{
background-color: #C408CC;
}
</style>
border-color css
<style>
span { border-color: #C408CC; }
span { border-color: rgb(196,8,204); }
td.TdClassName
{
border-color: #C408CC;
}
.TagClassName
{
border-color: #C408CC;
}
</style>