Shades of Deep Magenta #C90BCC
Tints of Deep Magenta #C90BCC
RGB
CMYK
RGB Variations
Color information
#C90BCC (or 0xC90BCC) is known color: Deep Magenta. HEX triplet: C9, 0B and CC. RGB value is (201,11,204). Sum of RGB (Red+Green+Blue) = 201+11+204=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C90BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BCC is #36F433. Grayscale: #595959. Windows color (decimal): -3601460 or 13372361. OLE color: 13372361.
HSL color Cylindrical-coordinate representation of color #C90BCC: hue angle of 299.07º degrees, saturation: 0.9, 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 #C90BCC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 11 | 204 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.2 |
| HSL | 299.07º | 0.9% | 0.42% | - |
| HSV(B) | 299.07º | 0.95% | 0.8% | - |
| XYZ | 35.11 | 17.02 | 58.56 | - |
| YUV | 89.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 204 | 0.01 | 0.95 | 0 | 0.2 | 299.07 | 0.9 | 0.42 |
| Hex | C9 | B | CC | 1 | 5F | 0 | 14 | 12B | 5A | 2A |
| Octal | 311 | 13 | 314 | 1 | 137 | 0 | 24 | 453 | 132 | 52 |
| Binary | 11001001 | 1011 | 11001100 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011010 | 101010 |
Color Harmonies of #C90BCC
Complementary color
Monochromatic Colors of #C90BCC
Black with #C90BCC
Text Example
Text Example
White with #C90BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BCC; }
p { color: rgb(201,11,204); }
H1.HeaderClassName
{
color: #C90BCC;
}
.AnyTagClassName
{
color: #C90BCC;
}
</style>
background-color css
<style>
a { background-color: #C90BCC; }
a { background-color: rgb(201,11,204); }
div.DivClassName
{
background-color: #C90BCC;
}
.BgClassName
{
background-color: #C90BCC;
}
</style>
border-color css
<style>
span { border-color: #C90BCC; }
span { border-color: rgb(201,11,204); }
td.TdClassName
{
border-color: #C90BCC;
}
.TagClassName
{
border-color: #C90BCC;
}
</style>