Shades of Deep Magenta #C40CDD
Tints of Deep Magenta #C40CDD
RGB
CMYK
RGB Variations
Color information
#C40CDD (or 0xC40CDD) is known color: Deep Magenta. HEX triplet: C4, 0C and DD. RGB value is (196,12,221). Sum of RGB (Red+Green+Blue) = 196+12+221=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C40CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CDD is #3BF322. Grayscale: #5A5A5A. Windows color (decimal): -3928867 or 14486724. OLE color: 14486724.
HSL color Cylindrical-coordinate representation of color #C40CDD: hue angle of 292.82º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CDD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 12 | 221 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.13 |
| HSL | 292.82º | 0.9% | 0.46% | - |
| HSV(B) | 292.82º | 0.95% | 0.87% | - |
| XYZ | 35.95 | 17.22 | 69.84 | - |
| YUV | 90.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 221 | 0.11 | 0.95 | 0 | 0.13 | 292.82 | 0.9 | 0.46 |
| Hex | C4 | C | DD | B | 5F | 0 | D | 125 | 5A | 2E |
| Octal | 304 | 14 | 335 | 13 | 137 | 0 | 15 | 445 | 132 | 56 |
| Binary | 11000100 | 1100 | 11011101 | 1011 | 1011111 | 0 | 1101 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C40CDD
Complementary color
Monochromatic Colors of #C40CDD
Black with #C40CDD
Text Example
Text Example
White with #C40CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CDD; }
p { color: rgb(196,12,221); }
H1.HeaderClassName
{
color: #C40CDD;
}
.AnyTagClassName
{
color: #C40CDD;
}
</style>
background-color css
<style>
a { background-color: #C40CDD; }
a { background-color: rgb(196,12,221); }
div.DivClassName
{
background-color: #C40CDD;
}
.BgClassName
{
background-color: #C40CDD;
}
</style>
border-color css
<style>
span { border-color: #C40CDD; }
span { border-color: rgb(196,12,221); }
td.TdClassName
{
border-color: #C40CDD;
}
.TagClassName
{
border-color: #C40CDD;
}
</style>