Shades of Deep Magenta #C90BCB
Tints of Deep Magenta #C90BCB
RGB
CMYK
RGB Variations
Color information
#C90BCB (or 0xC90BCB) is known color: Deep Magenta. HEX triplet: C9, 0B and CB. RGB value is (201,11,203). Sum of RGB (Red+Green+Blue) = 201+11+203=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C90BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BCB is #36F434. Grayscale: #595959. Windows color (decimal): -3601461 or 13306825. OLE color: 13306825.
HSL color Cylindrical-coordinate representation of color #C90BCB: hue angle of 299.38º 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 #C90BCB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 11 | 203 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.20 |
| HSL | 299.38º | 0.9% | 0.42% | - |
| HSV(B) | 299.38º | 0.95% | 0.8% | - |
| XYZ | 34.99 | 16.97 | 57.93 | - |
| YUV | 89.7 | 191.95 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 203 | 0.01 | 0.95 | 0 | 0.20 | 299.38 | 0.9 | 0.42 |
| Hex | C9 | B | CB | 1 | 5F | 0 | 14 | 12B | 5A | 2A |
| Octal | 311 | 13 | 313 | 1 | 137 | 0 | 24 | 453 | 132 | 52 |
| Binary | 11001001 | 1011 | 11001011 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011010 | 101010 |
Color Harmonies of #C90BCB
Complementary color
Monochromatic Colors of #C90BCB
Black with #C90BCB
Text Example
Text Example
White with #C90BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BCB; }
p { color: rgb(201,11,203); }
H1.HeaderClassName
{
color: #C90BCB;
}
.AnyTagClassName
{
color: #C90BCB;
}
</style>
background-color css
<style>
a { background-color: #C90BCB; }
a { background-color: rgb(201,11,203); }
div.DivClassName
{
background-color: #C90BCB;
}
.BgClassName
{
background-color: #C90BCB;
}
</style>
border-color css
<style>
span { border-color: #C90BCB; }
span { border-color: rgb(201,11,203); }
td.TdClassName
{
border-color: #C90BCB;
}
.TagClassName
{
border-color: #C90BCB;
}
</style>