Shades of Deep Magenta #C90BDF
Tints of Deep Magenta #C90BDF
RGB
CMYK
RGB Variations
Color information
#C90BDF (or 0xC90BDF) is known color: Deep Magenta. HEX triplet: C9, 0B and DF. RGB value is (201,11,223). Sum of RGB (Red+Green+Blue) = 201+11+223=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C90BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BDF is #36F420. Grayscale: #5B5B5B. Windows color (decimal): -3601441 or 14617545. OLE color: 14617545.
HSL color Cylindrical-coordinate representation of color #C90BDF: hue angle of 293.77º degrees, saturation: 0.91, 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 #C90BDF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 11 | 223 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.77º | 0.91% | 0.46% | - |
| HSV(B) | 293.77º | 0.95% | 0.87% | - |
| XYZ | 37.53 | 17.98 | 71.31 | - |
| YUV | 91.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 223 | 0.10 | 0.95 | 0 | 0.13 | 293.77 | 0.91 | 0.46 |
| Hex | C9 | B | DF | A | 5F | 0 | D | 126 | 5B | 2E |
| Octal | 311 | 13 | 337 | 12 | 137 | 0 | 15 | 446 | 133 | 56 |
| Binary | 11001001 | 1011 | 11011111 | 1010 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101110 |
Color Harmonies of #C90BDF
Complementary color
Monochromatic Colors of #C90BDF
Black with #C90BDF
Text Example
Text Example
White with #C90BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BDF; }
p { color: rgb(201,11,223); }
H1.HeaderClassName
{
color: #C90BDF;
}
.AnyTagClassName
{
color: #C90BDF;
}
</style>
background-color css
<style>
a { background-color: #C90BDF; }
a { background-color: rgb(201,11,223); }
div.DivClassName
{
background-color: #C90BDF;
}
.BgClassName
{
background-color: #C90BDF;
}
</style>
border-color css
<style>
span { border-color: #C90BDF; }
span { border-color: rgb(201,11,223); }
td.TdClassName
{
border-color: #C90BDF;
}
.TagClassName
{
border-color: #C90BDF;
}
</style>