Shades of Medium Red Violet #C32792
Tints of Medium Red Violet #C32792
RGB
CMYK
RGB Variations
Color information
#C32792 (or 0xC32792) is known color: Medium Red Violet. HEX triplet: C3, 27 and 92. RGB value is (195,39,146). Sum of RGB (Red+Green+Blue) = 195+39+146=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32792 is #3CD86D. Grayscale: #616161. Windows color (decimal): -3987566 or 9578435. OLE color: 9578435.
HSL color Cylindrical-coordinate representation of color #C32792: hue angle of 318.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32792 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 146 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.24 |
| HSL | 318.85º | 0.67% | 0.46% | - |
| HSV(B) | 318.85º | 0.8% | 0.76% | - |
| XYZ | 28.42 | 15.13 | 28.62 | - |
| YUV | 97.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 146 | 0 | 0.80 | 0.25 | 0.24 | 318.85 | 0.67 | 0.46 |
| Hex | C3 | 27 | 92 | 0 | 50 | 19 | 18 | 13F | 43 | 2E |
| Octal | 303 | 47 | 222 | 0 | 120 | 31 | 30 | 477 | 103 | 56 |
| Binary | 11000011 | 100111 | 10010010 | 0 | 1010000 | 11001 | 11000 | 100111111 | 1000011 | 101110 |
Color Harmonies of #C32792
Complementary color
Monochromatic Colors of #C32792
Black with #C32792
Text Example
Text Example
White with #C32792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32792; }
p { color: rgb(195,39,146); }
H1.HeaderClassName
{
color: #C32792;
}
.AnyTagClassName
{
color: #C32792;
}
</style>
background-color css
<style>
a { background-color: #C32792; }
a { background-color: rgb(195,39,146); }
div.DivClassName
{
background-color: #C32792;
}
.BgClassName
{
background-color: #C32792;
}
</style>
border-color css
<style>
span { border-color: #C32792; }
span { border-color: rgb(195,39,146); }
td.TdClassName
{
border-color: #C32792;
}
.TagClassName
{
border-color: #C32792;
}
</style>