Shades of Medium Red Violet #C92FA8
Tints of Medium Red Violet #C92FA8
RGB
CMYK
RGB Variations
Color information
#C92FA8 (or 0xC92FA8) is known color: Medium Red Violet. HEX triplet: C9, 2F and A8. RGB value is (201,47,168). Sum of RGB (Red+Green+Blue) = 201+47+168=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C92FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92FA8 is #36D057. Grayscale: #6A6A6A. Windows color (decimal): -3592280 or 11022281. OLE color: 11022281.
HSL color Cylindrical-coordinate representation of color #C92FA8: hue angle of 312.86º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92FA8 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 168 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.21 |
| HSL | 312.86º | 0.62% | 0.49% | - |
| HSV(B) | 312.86º | 0.77% | 0.79% | - |
| XYZ | 32.17 | 17.28 | 38.69 | - |
| YUV | 106.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 168 | 0 | 0.77 | 0.16 | 0.21 | 312.86 | 0.62 | 0.49 |
| Hex | C9 | 2F | A8 | 0 | 4D | 10 | 15 | 139 | 3E | 31 |
| Octal | 311 | 57 | 250 | 0 | 115 | 20 | 25 | 471 | 76 | 61 |
| Binary | 11001001 | 101111 | 10101000 | 0 | 1001101 | 10000 | 10101 | 100111001 | 111110 | 110001 |
Color Harmonies of #C92FA8
Complementary color
Monochromatic Colors of #C92FA8
Black with #C92FA8
Text Example
Text Example
White with #C92FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FA8; }
p { color: rgb(201,47,168); }
H1.HeaderClassName
{
color: #C92FA8;
}
.AnyTagClassName
{
color: #C92FA8;
}
</style>
background-color css
<style>
a { background-color: #C92FA8; }
a { background-color: rgb(201,47,168); }
div.DivClassName
{
background-color: #C92FA8;
}
.BgClassName
{
background-color: #C92FA8;
}
</style>
border-color css
<style>
span { border-color: #C92FA8; }
span { border-color: rgb(201,47,168); }
td.TdClassName
{
border-color: #C92FA8;
}
.TagClassName
{
border-color: #C92FA8;
}
</style>