Shades of Deep Magenta #C92AC4
Tints of Deep Magenta #C92AC4
RGB
CMYK
RGB Variations
Color information
#C92AC4 (or 0xC92AC4) is known color: Deep Magenta. HEX triplet: C9, 2A and C4. RGB value is (201,42,196). Sum of RGB (Red+Green+Blue) = 201+42+196=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C92AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92AC4 is #36D53B. Grayscale: #6A6A6A. Windows color (decimal): -3593532 or 12856009. OLE color: 12856009.
HSL color Cylindrical-coordinate representation of color #C92AC4: hue angle of 301.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92AC4 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 196 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.21 |
| HSL | 301.89º | 0.65% | 0.48% | - |
| HSV(B) | 301.89º | 0.79% | 0.79% | - |
| XYZ | 34.88 | 18.06 | 53.87 | - |
| YUV | 107.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 196 | 0 | 0.79 | 0.02 | 0.21 | 301.89 | 0.65 | 0.48 |
| Hex | C9 | 2A | C4 | 0 | 4F | 2 | 15 | 12E | 41 | 30 |
| Octal | 311 | 52 | 304 | 0 | 117 | 2 | 25 | 456 | 101 | 60 |
| Binary | 11001001 | 101010 | 11000100 | 0 | 1001111 | 10 | 10101 | 100101110 | 1000001 | 110000 |
Color Harmonies of #C92AC4
Complementary color
Monochromatic Colors of #C92AC4
Black with #C92AC4
Text Example
Text Example
White with #C92AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AC4; }
p { color: rgb(201,42,196); }
H1.HeaderClassName
{
color: #C92AC4;
}
.AnyTagClassName
{
color: #C92AC4;
}
</style>
background-color css
<style>
a { background-color: #C92AC4; }
a { background-color: rgb(201,42,196); }
div.DivClassName
{
background-color: #C92AC4;
}
.BgClassName
{
background-color: #C92AC4;
}
</style>
border-color css
<style>
span { border-color: #C92AC4; }
span { border-color: rgb(201,42,196); }
td.TdClassName
{
border-color: #C92AC4;
}
.TagClassName
{
border-color: #C92AC4;
}
</style>