Shades of Deep Magenta #C90ACB
Tints of Deep Magenta #C90ACB
RGB
CMYK
RGB Variations
Color information
#C90ACB (or 0xC90ACB) is known color: Deep Magenta. HEX triplet: C9, 0A and CB. RGB value is (201,10,203). Sum of RGB (Red+Green+Blue) = 201+10+203=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #C90ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ACB is #36F534. Grayscale: #585858. Windows color (decimal): -3601717 or 13306569. OLE color: 13306569.
HSL color Cylindrical-coordinate representation of color #C90ACB: hue angle of 299.38º 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 #C90ACB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 10 | 203 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.20 |
| HSL | 299.38º | 0.91% | 0.42% | - |
| HSV(B) | 299.38º | 0.95% | 0.8% | - |
| XYZ | 34.98 | 16.95 | 57.93 | - |
| YUV | 89.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 203 | 0.01 | 0.95 | 0 | 0.20 | 299.38 | 0.91 | 0.42 |
| Hex | C9 | A | CB | 1 | 5F | 0 | 14 | 12B | 5B | 2A |
| Octal | 311 | 12 | 313 | 1 | 137 | 0 | 24 | 453 | 133 | 52 |
| Binary | 11001001 | 1010 | 11001011 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011011 | 101010 |
Color Harmonies of #C90ACB
Complementary color
Monochromatic Colors of #C90ACB
Black with #C90ACB
Text Example
Text Example
White with #C90ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ACB; }
p { color: rgb(201,10,203); }
H1.HeaderClassName
{
color: #C90ACB;
}
.AnyTagClassName
{
color: #C90ACB;
}
</style>
background-color css
<style>
a { background-color: #C90ACB; }
a { background-color: rgb(201,10,203); }
div.DivClassName
{
background-color: #C90ACB;
}
.BgClassName
{
background-color: #C90ACB;
}
</style>
border-color css
<style>
span { border-color: #C90ACB; }
span { border-color: rgb(201,10,203); }
td.TdClassName
{
border-color: #C90ACB;
}
.TagClassName
{
border-color: #C90ACB;
}
</style>