Shades of Deep Magenta #C92ADA
Tints of Deep Magenta #C92ADA
RGB
CMYK
RGB Variations
Color information
#C92ADA (or 0xC92ADA) is known color: Deep Magenta. HEX triplet: C9, 2A and DA. RGB value is (201,42,218). Sum of RGB (Red+Green+Blue) = 201+42+218=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C92ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ADA is #36D525. Grayscale: #6D6D6D. Windows color (decimal): -3593510 or 14297801. OLE color: 14297801.
HSL color Cylindrical-coordinate representation of color #C92ADA: hue angle of 294.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92ADA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 42 | 218 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.15 |
| HSL | 294.2º | 0.7% | 0.51% | - |
| HSV(B) | 294.2º | 0.81% | 0.85% | - |
| XYZ | 37.57 | 19.14 | 68.04 | - |
| YUV | 109.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 218 | 0.08 | 0.81 | 0 | 0.15 | 294.2 | 0.7 | 0.51 |
| Hex | C9 | 2A | DA | 8 | 51 | 0 | F | 126 | 46 | 33 |
| Octal | 311 | 52 | 332 | 10 | 121 | 0 | 17 | 446 | 106 | 63 |
| Binary | 11001001 | 101010 | 11011010 | 1000 | 1010001 | 0 | 1111 | 100100110 | 1000110 | 110011 |
Color Harmonies of #C92ADA
Complementary color
Monochromatic Colors of #C92ADA
Black with #C92ADA
Text Example
Text Example
White with #C92ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ADA; }
p { color: rgb(201,42,218); }
H1.HeaderClassName
{
color: #C92ADA;
}
.AnyTagClassName
{
color: #C92ADA;
}
</style>
background-color css
<style>
a { background-color: #C92ADA; }
a { background-color: rgb(201,42,218); }
div.DivClassName
{
background-color: #C92ADA;
}
.BgClassName
{
background-color: #C92ADA;
}
</style>
border-color css
<style>
span { border-color: #C92ADA; }
span { border-color: rgb(201,42,218); }
td.TdClassName
{
border-color: #C92ADA;
}
.TagClassName
{
border-color: #C92ADA;
}
</style>