Shades of Medium Red Violet #C32699
Tints of Medium Red Violet #C32699
RGB
CMYK
RGB Variations
Color information
#C32699 (or 0xC32699) is known color: Medium Red Violet. HEX triplet: C3, 26 and 99. RGB value is (195,38,153). Sum of RGB (Red+Green+Blue) = 195+38+153=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C32699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32699 is #3CD966. Grayscale: #616161. Windows color (decimal): -3987815 or 10036931. OLE color: 10036931.
HSL color Cylindrical-coordinate representation of color #C32699: hue angle of 316.05º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32699 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 153 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.24 |
| HSL | 316.05º | 0.67% | 0.46% | - |
| HSV(B) | 316.05º | 0.81% | 0.76% | - |
| XYZ | 28.95 | 15.29 | 31.56 | - |
| YUV | 98.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 153 | 0 | 0.81 | 0.22 | 0.24 | 316.05 | 0.67 | 0.46 |
| Hex | C3 | 26 | 99 | 0 | 51 | 16 | 18 | 13C | 43 | 2E |
| Octal | 303 | 46 | 231 | 0 | 121 | 26 | 30 | 474 | 103 | 56 |
| Binary | 11000011 | 100110 | 10011001 | 0 | 1010001 | 10110 | 11000 | 100111100 | 1000011 | 101110 |
Color Harmonies of #C32699
Complementary color
Monochromatic Colors of #C32699
Black with #C32699
Text Example
Text Example
White with #C32699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32699; }
p { color: rgb(195,38,153); }
H1.HeaderClassName
{
color: #C32699;
}
.AnyTagClassName
{
color: #C32699;
}
</style>
background-color css
<style>
a { background-color: #C32699; }
a { background-color: rgb(195,38,153); }
div.DivClassName
{
background-color: #C32699;
}
.BgClassName
{
background-color: #C32699;
}
</style>
border-color css
<style>
span { border-color: #C32699; }
span { border-color: rgb(195,38,153); }
td.TdClassName
{
border-color: #C32699;
}
.TagClassName
{
border-color: #C32699;
}
</style>