Shades of Deep Magenta #C40ACC
Tints of Deep Magenta #C40ACC
RGB
CMYK
RGB Variations
Color information
#C40ACC (or 0xC40ACC) is known color: Deep Magenta. HEX triplet: C4, 0A and CC. RGB value is (196,10,204). Sum of RGB (Red+Green+Blue) = 196+10+204=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #C40ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40ACC is #3BF533. Grayscale: #575757. Windows color (decimal): -3929396 or 13372100. OLE color: 13372100.
HSL color Cylindrical-coordinate representation of color #C40ACC: hue angle of 297.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40ACC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 10 | 204 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.2 |
| HSL | 297.53º | 0.91% | 0.42% | - |
| HSV(B) | 297.53º | 0.95% | 0.8% | - |
| XYZ | 33.77 | 16.31 | 58.5 | - |
| YUV | 87.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 204 | 0.04 | 0.95 | 0 | 0.2 | 297.53 | 0.91 | 0.42 |
| Hex | C4 | A | CC | 4 | 5F | 0 | 14 | 12A | 5B | 2A |
| Octal | 304 | 12 | 314 | 4 | 137 | 0 | 24 | 452 | 133 | 52 |
| Binary | 11000100 | 1010 | 11001100 | 100 | 1011111 | 0 | 10100 | 100101010 | 1011011 | 101010 |
Color Harmonies of #C40ACC
Complementary color
Monochromatic Colors of #C40ACC
Black with #C40ACC
Text Example
Text Example
White with #C40ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40ACC; }
p { color: rgb(196,10,204); }
H1.HeaderClassName
{
color: #C40ACC;
}
.AnyTagClassName
{
color: #C40ACC;
}
</style>
background-color css
<style>
a { background-color: #C40ACC; }
a { background-color: rgb(196,10,204); }
div.DivClassName
{
background-color: #C40ACC;
}
.BgClassName
{
background-color: #C40ACC;
}
</style>
border-color css
<style>
span { border-color: #C40ACC; }
span { border-color: rgb(196,10,204); }
td.TdClassName
{
border-color: #C40ACC;
}
.TagClassName
{
border-color: #C40ACC;
}
</style>