Shades of Medium Violet Red #C92175
Tints of Medium Violet Red #C92175
RGB
CMYK
RGB Variations
Color information
#C92175 (or 0xC92175) is known color: Medium Violet Red. HEX triplet: C9, 21 and 75. RGB value is (201,33,117). Sum of RGB (Red+Green+Blue) = 201+33+117=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C92175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92175 is #36DE8A. Grayscale: #5C5C5C. Windows color (decimal): -3595915 or 7676361. OLE color: 7676361.
HSL color Cylindrical-coordinate representation of color #C92175: hue angle of 330º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92175 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 33 | 117 | - |
CMYK | 0 | 0.84 | 0.42 | 0.21 |
HSL | 330º | 0.72% | 0.46% | - |
HSV(B) | 330º | 0.84% | 0.79% | - |
XYZ | 27.84 | 14.79 | 18.22 | - |
YUV | 92.81 | 141.66 | 205.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 33 | 117 | 0 | 0.84 | 0.42 | 0.21 | 330 | 0.72 | 0.46 |
Hex | C9 | 21 | 75 | 0 | 54 | 2A | 15 | 14A | 48 | 2E |
Octal | 311 | 41 | 165 | 0 | 124 | 52 | 25 | 512 | 110 | 56 |
Binary | 11001001 | 100001 | 1110101 | 0 | 1010100 | 101010 | 10101 | 101001010 | 1001000 | 101110 |
Color Harmonies of #C92175
Complementary color
Monochromatic Colors of #C92175
Black with #C92175
Text Example
Text Example
White with #C92175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92175; }
p { color: rgb(201,33,117); }
H1.HeaderClassName
{
color: #C92175;
}
.AnyTagClassName
{
color: #C92175;
}
</style>
background-color css
<style>
a { background-color: #C92175; }
a { background-color: rgb(201,33,117); }
div.DivClassName
{
background-color: #C92175;
}
.BgClassName
{
background-color: #C92175;
}
</style>
border-color css
<style>
span { border-color: #C92175; }
span { border-color: rgb(201,33,117); }
td.TdClassName
{
border-color: #C92175;
}
.TagClassName
{
border-color: #C92175;
}
</style>