Shades of Medium Violet Red #C6207B
Tints of Medium Violet Red #C6207B
RGB
CMYK
RGB Variations
Color information
#C6207B (or 0xC6207B) is known color: Medium Violet Red. HEX triplet: C6, 20 and 7B. RGB value is (198,32,123). Sum of RGB (Red+Green+Blue) = 198+32+123=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207B is #39DF84. Grayscale: #5B5B5B. Windows color (decimal): -3792773 or 8069318. OLE color: 8069318.
HSL color Cylindrical-coordinate representation of color #C6207B: hue angle of 327.11º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6207B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 123 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.22 |
| HSL | 327.11º | 0.72% | 0.45% | - |
| HSV(B) | 327.11º | 0.84% | 0.78% | - |
| XYZ | 27.38 | 14.47 | 20.09 | - |
| YUV | 92.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 123 | 0 | 0.84 | 0.38 | 0.22 | 327.11 | 0.72 | 0.45 |
| Hex | C6 | 20 | 7B | 0 | 54 | 26 | 16 | 147 | 48 | 2D |
| Octal | 306 | 40 | 173 | 0 | 124 | 46 | 26 | 507 | 110 | 55 |
| Binary | 11000110 | 100000 | 1111011 | 0 | 1010100 | 100110 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C6207B
Complementary color
Monochromatic Colors of #C6207B
Black with #C6207B
Text Example
Text Example
White with #C6207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6207B; }
p { color: rgb(198,32,123); }
H1.HeaderClassName
{
color: #C6207B;
}
.AnyTagClassName
{
color: #C6207B;
}
</style>
background-color css
<style>
a { background-color: #C6207B; }
a { background-color: rgb(198,32,123); }
div.DivClassName
{
background-color: #C6207B;
}
.BgClassName
{
background-color: #C6207B;
}
</style>
border-color css
<style>
span { border-color: #C6207B; }
span { border-color: rgb(198,32,123); }
td.TdClassName
{
border-color: #C6207B;
}
.TagClassName
{
border-color: #C6207B;
}
</style>