Shades of Medium Violet Red #C6207F
Tints of Medium Violet Red #C6207F
RGB
CMYK
RGB Variations
Color information
#C6207F (or 0xC6207F) is known color: Medium Violet Red. HEX triplet: C6, 20 and 7F. RGB value is (198,32,127). Sum of RGB (Red+Green+Blue) = 198+32+127=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207F is #39DF80. Grayscale: #5C5C5C. Windows color (decimal): -3792769 or 8331462. OLE color: 8331462.
HSL color Cylindrical-coordinate representation of color #C6207F: hue angle of 325.66º 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 #C6207F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 127 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.22 |
| HSL | 325.66º | 0.72% | 0.45% | - |
| HSV(B) | 325.66º | 0.84% | 0.78% | - |
| XYZ | 27.64 | 14.57 | 21.43 | - |
| YUV | 92.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 127 | 0 | 0.84 | 0.36 | 0.22 | 325.66 | 0.72 | 0.45 |
| Hex | C6 | 20 | 7F | 0 | 54 | 24 | 16 | 146 | 48 | 2D |
| Octal | 306 | 40 | 177 | 0 | 124 | 44 | 26 | 506 | 110 | 55 |
| Binary | 11000110 | 100000 | 1111111 | 0 | 1010100 | 100100 | 10110 | 101000110 | 1001000 | 101101 |
Color Harmonies of #C6207F
Complementary color
Monochromatic Colors of #C6207F
Black with #C6207F
Text Example
Text Example
White with #C6207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6207F; }
p { color: rgb(198,32,127); }
H1.HeaderClassName
{
color: #C6207F;
}
.AnyTagClassName
{
color: #C6207F;
}
</style>
background-color css
<style>
a { background-color: #C6207F; }
a { background-color: rgb(198,32,127); }
div.DivClassName
{
background-color: #C6207F;
}
.BgClassName
{
background-color: #C6207F;
}
</style>
border-color css
<style>
span { border-color: #C6207F; }
span { border-color: rgb(198,32,127); }
td.TdClassName
{
border-color: #C6207F;
}
.TagClassName
{
border-color: #C6207F;
}
</style>