Shades of Medium Red Violet #C92FAC
Tints of Medium Red Violet #C92FAC
RGB
CMYK
RGB Variations
Color information
#C92FAC (or 0xC92FAC) is known color: Medium Red Violet. HEX triplet: C9, 2F and AC. RGB value is (201,47,172). Sum of RGB (Red+Green+Blue) = 201+47+172=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C92FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92FAC is #36D053. Grayscale: #6A6A6A. Windows color (decimal): -3592276 or 11284425. OLE color: 11284425.
HSL color Cylindrical-coordinate representation of color #C92FAC: hue angle of 311.3º 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 #C92FAC is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 172 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.21 |
| HSL | 311.3º | 0.62% | 0.49% | - |
| HSV(B) | 311.3º | 0.77% | 0.79% | - |
| XYZ | 32.55 | 17.43 | 40.68 | - |
| YUV | 107.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 172 | 0 | 0.77 | 0.14 | 0.21 | 311.3 | 0.62 | 0.49 |
| Hex | C9 | 2F | AC | 0 | 4D | E | 15 | 137 | 3E | 31 |
| Octal | 311 | 57 | 254 | 0 | 115 | 16 | 25 | 467 | 76 | 61 |
| Binary | 11001001 | 101111 | 10101100 | 0 | 1001101 | 1110 | 10101 | 100110111 | 111110 | 110001 |
Color Harmonies of #C92FAC
Complementary color
Monochromatic Colors of #C92FAC
Black with #C92FAC
Text Example
Text Example
White with #C92FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FAC; }
p { color: rgb(201,47,172); }
H1.HeaderClassName
{
color: #C92FAC;
}
.AnyTagClassName
{
color: #C92FAC;
}
</style>
background-color css
<style>
a { background-color: #C92FAC; }
a { background-color: rgb(201,47,172); }
div.DivClassName
{
background-color: #C92FAC;
}
.BgClassName
{
background-color: #C92FAC;
}
</style>
border-color css
<style>
span { border-color: #C92FAC; }
span { border-color: rgb(201,47,172); }
td.TdClassName
{
border-color: #C92FAC;
}
.TagClassName
{
border-color: #C92FAC;
}
</style>