Shades of Medium Violet Red #C3207E
Tints of Medium Violet Red #C3207E
RGB
CMYK
RGB Variations
Color information
#C3207E (or 0xC3207E) is known color: Medium Violet Red. HEX triplet: C3, 20 and 7E. RGB value is (195,32,126). Sum of RGB (Red+Green+Blue) = 195+32+126=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3207E is #3CDF81. Grayscale: #5B5B5B. Windows color (decimal): -3989378 or 8265923. OLE color: 8265923.
HSL color Cylindrical-coordinate representation of color #C3207E: hue angle of 325.4º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3207E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.24 |
| HSL | 325.4º | 0.72% | 0.45% | - |
| HSV(B) | 325.4º | 0.84% | 0.76% | - |
| XYZ | 26.79 | 14.14 | 21.06 | - |
| YUV | 91.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 126 | 0 | 0.84 | 0.35 | 0.24 | 325.4 | 0.72 | 0.45 |
| Hex | C3 | 20 | 7E | 0 | 54 | 23 | 18 | 145 | 48 | 2D |
| Octal | 303 | 40 | 176 | 0 | 124 | 43 | 30 | 505 | 110 | 55 |
| Binary | 11000011 | 100000 | 1111110 | 0 | 1010100 | 100011 | 11000 | 101000101 | 1001000 | 101101 |
Color Harmonies of #C3207E
Complementary color
Monochromatic Colors of #C3207E
Black with #C3207E
Text Example
Text Example
White with #C3207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3207E; }
p { color: rgb(195,32,126); }
H1.HeaderClassName
{
color: #C3207E;
}
.AnyTagClassName
{
color: #C3207E;
}
</style>
background-color css
<style>
a { background-color: #C3207E; }
a { background-color: rgb(195,32,126); }
div.DivClassName
{
background-color: #C3207E;
}
.BgClassName
{
background-color: #C3207E;
}
</style>
border-color css
<style>
span { border-color: #C3207E; }
span { border-color: rgb(195,32,126); }
td.TdClassName
{
border-color: #C3207E;
}
.TagClassName
{
border-color: #C3207E;
}
</style>