Shades of Deep Magenta #C92ADF
Tints of Deep Magenta #C92ADF
RGB
CMYK
RGB Variations
Color information
#C92ADF (or 0xC92ADF) is known color: Deep Magenta. HEX triplet: C9, 2A and DF. RGB value is (201,42,223). Sum of RGB (Red+Green+Blue) = 201+42+223=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #C92ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ADF is #36D520. Grayscale: #6D6D6D. Windows color (decimal): -3593505 or 14625481. OLE color: 14625481.
HSL color Cylindrical-coordinate representation of color #C92ADF: hue angle of 292.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92ADF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 42 | 223 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.13 |
| HSL | 292.71º | 0.74% | 0.52% | - |
| HSV(B) | 292.71º | 0.81% | 0.87% | - |
| XYZ | 38.23 | 19.4 | 71.54 | - |
| YUV | 110.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 223 | 0.10 | 0.81 | 0 | 0.13 | 292.71 | 0.74 | 0.52 |
| Hex | C9 | 2A | DF | A | 51 | 0 | D | 125 | 4A | 34 |
| Octal | 311 | 52 | 337 | 12 | 121 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001001 | 101010 | 11011111 | 1010 | 1010001 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #C92ADF
Complementary color
Monochromatic Colors of #C92ADF
Black with #C92ADF
Text Example
Text Example
White with #C92ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ADF; }
p { color: rgb(201,42,223); }
H1.HeaderClassName
{
color: #C92ADF;
}
.AnyTagClassName
{
color: #C92ADF;
}
</style>
background-color css
<style>
a { background-color: #C92ADF; }
a { background-color: rgb(201,42,223); }
div.DivClassName
{
background-color: #C92ADF;
}
.BgClassName
{
background-color: #C92ADF;
}
</style>
border-color css
<style>
span { border-color: #C92ADF; }
span { border-color: rgb(201,42,223); }
td.TdClassName
{
border-color: #C92ADF;
}
.TagClassName
{
border-color: #C92ADF;
}
</style>