Shades of Deep Magenta #C90ACC
Tints of Deep Magenta #C90ACC
RGB
CMYK
RGB Variations
Color information
#C90ACC (or 0xC90ACC) is known color: Deep Magenta. HEX triplet: C9, 0A and CC. RGB value is (201,10,204). Sum of RGB (Red+Green+Blue) = 201+10+204=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C90ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ACC is #36F533. Grayscale: #585858. Windows color (decimal): -3601716 or 13372105. OLE color: 13372105.
HSL color Cylindrical-coordinate representation of color #C90ACC: hue angle of 299.07º 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 #C90ACC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 10 | 204 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.2 |
| HSL | 299.07º | 0.91% | 0.42% | - |
| HSV(B) | 299.07º | 0.95% | 0.8% | - |
| XYZ | 35.1 | 16.99 | 58.56 | - |
| YUV | 89.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 204 | 0.01 | 0.95 | 0 | 0.2 | 299.07 | 0.91 | 0.42 |
| Hex | C9 | A | CC | 1 | 5F | 0 | 14 | 12B | 5B | 2A |
| Octal | 311 | 12 | 314 | 1 | 137 | 0 | 24 | 453 | 133 | 52 |
| Binary | 11001001 | 1010 | 11001100 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011011 | 101010 |
Color Harmonies of #C90ACC
Complementary color
Monochromatic Colors of #C90ACC
Black with #C90ACC
Text Example
Text Example
White with #C90ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ACC; }
p { color: rgb(201,10,204); }
H1.HeaderClassName
{
color: #C90ACC;
}
.AnyTagClassName
{
color: #C90ACC;
}
</style>
background-color css
<style>
a { background-color: #C90ACC; }
a { background-color: rgb(201,10,204); }
div.DivClassName
{
background-color: #C90ACC;
}
.BgClassName
{
background-color: #C90ACC;
}
</style>
border-color css
<style>
span { border-color: #C90ACC; }
span { border-color: rgb(201,10,204); }
td.TdClassName
{
border-color: #C90ACC;
}
.TagClassName
{
border-color: #C90ACC;
}
</style>