Shades of Medium Red Violet #C92A8A
Tints of Medium Red Violet #C92A8A
RGB
CMYK
RGB Variations
Color information
#C92A8A (or 0xC92A8A) is known color: Medium Red Violet. HEX triplet: C9, 2A and 8A. RGB value is (201,42,138). Sum of RGB (Red+Green+Blue) = 201+42+138=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92A8A is #36D575. Grayscale: #646464. Windows color (decimal): -3593590 or 9054921. OLE color: 9054921.
HSL color Cylindrical-coordinate representation of color #C92A8A: hue angle of 323.77º 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 #C92A8A is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 138 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.21 |
| HSL | 323.77º | 0.65% | 0.48% | - |
| HSV(B) | 323.77º | 0.79% | 0.79% | - |
| XYZ | 29.5 | 15.91 | 25.56 | - |
| YUV | 100.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 138 | 0 | 0.79 | 0.31 | 0.21 | 323.77 | 0.65 | 0.48 |
| Hex | C9 | 2A | 8A | 0 | 4F | 1F | 15 | 144 | 41 | 30 |
| Octal | 311 | 52 | 212 | 0 | 117 | 37 | 25 | 504 | 101 | 60 |
| Binary | 11001001 | 101010 | 10001010 | 0 | 1001111 | 11111 | 10101 | 101000100 | 1000001 | 110000 |
Color Harmonies of #C92A8A
Complementary color
Monochromatic Colors of #C92A8A
Black with #C92A8A
Text Example
Text Example
White with #C92A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A8A; }
p { color: rgb(201,42,138); }
H1.HeaderClassName
{
color: #C92A8A;
}
.AnyTagClassName
{
color: #C92A8A;
}
</style>
background-color css
<style>
a { background-color: #C92A8A; }
a { background-color: rgb(201,42,138); }
div.DivClassName
{
background-color: #C92A8A;
}
.BgClassName
{
background-color: #C92A8A;
}
</style>
border-color css
<style>
span { border-color: #C92A8A; }
span { border-color: rgb(201,42,138); }
td.TdClassName
{
border-color: #C92A8A;
}
.TagClassName
{
border-color: #C92A8A;
}
</style>