Shades of Medium Violet Red #C6227B
Tints of Medium Violet Red #C6227B
RGB
CMYK
RGB Variations
Color information
#C6227B (or 0xC6227B) is known color: Medium Violet Red. HEX triplet: C6, 22 and 7B. RGB value is (198,34,123). Sum of RGB (Red+Green+Blue) = 198+34+123=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6227B is #39DD84. Grayscale: #5C5C5C. Windows color (decimal): -3792261 or 8069830. OLE color: 8069830.
HSL color Cylindrical-coordinate representation of color #C6227B: hue angle of 327.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6227B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 123 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.22 |
| HSL | 327.44º | 0.71% | 0.45% | - |
| HSV(B) | 327.44º | 0.83% | 0.78% | - |
| XYZ | 27.44 | 14.58 | 20.11 | - |
| YUV | 93.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 123 | 0 | 0.83 | 0.38 | 0.22 | 327.44 | 0.71 | 0.45 |
| Hex | C6 | 22 | 7B | 0 | 53 | 26 | 16 | 147 | 47 | 2D |
| Octal | 306 | 42 | 173 | 0 | 123 | 46 | 26 | 507 | 107 | 55 |
| Binary | 11000110 | 100010 | 1111011 | 0 | 1010011 | 100110 | 10110 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C6227B
Complementary color
Monochromatic Colors of #C6227B
Black with #C6227B
Text Example
Text Example
White with #C6227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6227B; }
p { color: rgb(198,34,123); }
H1.HeaderClassName
{
color: #C6227B;
}
.AnyTagClassName
{
color: #C6227B;
}
</style>
background-color css
<style>
a { background-color: #C6227B; }
a { background-color: rgb(198,34,123); }
div.DivClassName
{
background-color: #C6227B;
}
.BgClassName
{
background-color: #C6227B;
}
</style>
border-color css
<style>
span { border-color: #C6227B; }
span { border-color: rgb(198,34,123); }
td.TdClassName
{
border-color: #C6227B;
}
.TagClassName
{
border-color: #C6227B;
}
</style>