Shades of Medium Violet Red #C32169
Tints of Medium Violet Red #C32169
RGB
CMYK
RGB Variations
Color information
#C32169 (or 0xC32169) is known color: Medium Violet Red. HEX triplet: C3, 21 and 69. RGB value is (195,33,105). Sum of RGB (Red+Green+Blue) = 195+33+105=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C32169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32169 is #3CDE96. Grayscale: #595959. Windows color (decimal): -3989143 or 6889923. OLE color: 6889923.
HSL color Cylindrical-coordinate representation of color #C32169: hue angle of 333.33º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32169 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 105 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.24 |
| HSL | 333.33º | 0.71% | 0.45% | - |
| HSV(B) | 333.33º | 0.83% | 0.76% | - |
| XYZ | 25.6 | 13.71 | 14.66 | - |
| YUV | 89.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 105 | 0 | 0.83 | 0.46 | 0.24 | 333.33 | 0.71 | 0.45 |
| Hex | C3 | 21 | 69 | 0 | 53 | 2E | 18 | 14D | 47 | 2D |
| Octal | 303 | 41 | 151 | 0 | 123 | 56 | 30 | 515 | 107 | 55 |
| Binary | 11000011 | 100001 | 1101001 | 0 | 1010011 | 101110 | 11000 | 101001101 | 1000111 | 101101 |
Color Harmonies of #C32169
Complementary color
Monochromatic Colors of #C32169
Black with #C32169
Text Example
Text Example
White with #C32169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32169; }
p { color: rgb(195,33,105); }
H1.HeaderClassName
{
color: #C32169;
}
.AnyTagClassName
{
color: #C32169;
}
</style>
background-color css
<style>
a { background-color: #C32169; }
a { background-color: rgb(195,33,105); }
div.DivClassName
{
background-color: #C32169;
}
.BgClassName
{
background-color: #C32169;
}
</style>
border-color css
<style>
span { border-color: #C32169; }
span { border-color: rgb(195,33,105); }
td.TdClassName
{
border-color: #C32169;
}
.TagClassName
{
border-color: #C32169;
}
</style>