Shades of Medium Red Violet #C92FAB
Tints of Medium Red Violet #C92FAB
RGB
CMYK
RGB Variations
Color information
#C92FAB (or 0xC92FAB) is known color: Medium Red Violet. HEX triplet: C9, 2F and AB. RGB value is (201,47,171). Sum of RGB (Red+Green+Blue) = 201+47+171=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C92FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92FAB is #36D054. Grayscale: #6A6A6A. Windows color (decimal): -3592277 or 11218889. OLE color: 11218889.
HSL color Cylindrical-coordinate representation of color #C92FAB: hue angle of 311.69º 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 #C92FAB is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 171 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.21 |
| HSL | 311.69º | 0.62% | 0.49% | - |
| HSV(B) | 311.69º | 0.77% | 0.79% | - |
| XYZ | 32.45 | 17.39 | 40.17 | - |
| YUV | 107.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 171 | 0 | 0.77 | 0.15 | 0.21 | 311.69 | 0.62 | 0.49 |
| Hex | C9 | 2F | AB | 0 | 4D | F | 15 | 138 | 3E | 31 |
| Octal | 311 | 57 | 253 | 0 | 115 | 17 | 25 | 470 | 76 | 61 |
| Binary | 11001001 | 101111 | 10101011 | 0 | 1001101 | 1111 | 10101 | 100111000 | 111110 | 110001 |
Color Harmonies of #C92FAB
Complementary color
Monochromatic Colors of #C92FAB
Black with #C92FAB
Text Example
Text Example
White with #C92FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FAB; }
p { color: rgb(201,47,171); }
H1.HeaderClassName
{
color: #C92FAB;
}
.AnyTagClassName
{
color: #C92FAB;
}
</style>
background-color css
<style>
a { background-color: #C92FAB; }
a { background-color: rgb(201,47,171); }
div.DivClassName
{
background-color: #C92FAB;
}
.BgClassName
{
background-color: #C92FAB;
}
</style>
border-color css
<style>
span { border-color: #C92FAB; }
span { border-color: rgb(201,47,171); }
td.TdClassName
{
border-color: #C92FAB;
}
.TagClassName
{
border-color: #C92FAB;
}
</style>