Shades of Deep Magenta #C90CD3
Tints of Deep Magenta #C90CD3
RGB
CMYK
RGB Variations
Color information
#C90CD3 (or 0xC90CD3) is known color: Deep Magenta. HEX triplet: C9, 0C and D3. RGB value is (201,12,211). Sum of RGB (Red+Green+Blue) = 201+12+211=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 211 (82.81% from 255 or 49.76% from 424); Max value from RGB is 211 - color contains mainly: blue. Hex color #C90CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CD3 is #36F32C. Grayscale: #5A5A5A. Windows color (decimal): -3601197 or 13831369. OLE color: 13831369.
HSL color Cylindrical-coordinate representation of color #C90CD3: hue angle of 296.98º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CD3 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 12 | 211 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.17 |
| HSL | 296.98º | 0.89% | 0.44% | - |
| HSV(B) | 296.98º | 0.94% | 0.83% | - |
| XYZ | 35.98 | 17.38 | 63.09 | - |
| YUV | 91.2 | 195.62 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 211 | 0.05 | 0.94 | 0 | 0.17 | 296.98 | 0.89 | 0.44 |
| Hex | C9 | C | D3 | 5 | 5E | 0 | 11 | 129 | 59 | 2C |
| Octal | 311 | 14 | 323 | 5 | 136 | 0 | 21 | 451 | 131 | 54 |
| Binary | 11001001 | 1100 | 11010011 | 101 | 1011110 | 0 | 10001 | 100101001 | 1011001 | 101100 |
Color Harmonies of #C90CD3
Complementary color
Monochromatic Colors of #C90CD3
Black with #C90CD3
Text Example
Text Example
White with #C90CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90CD3; }
p { color: rgb(201,12,211); }
H1.HeaderClassName
{
color: #C90CD3;
}
.AnyTagClassName
{
color: #C90CD3;
}
</style>
background-color css
<style>
a { background-color: #C90CD3; }
a { background-color: rgb(201,12,211); }
div.DivClassName
{
background-color: #C90CD3;
}
.BgClassName
{
background-color: #C90CD3;
}
</style>
border-color css
<style>
span { border-color: #C90CD3; }
span { border-color: rgb(201,12,211); }
td.TdClassName
{
border-color: #C90CD3;
}
.TagClassName
{
border-color: #C90CD3;
}
</style>