Shades of Medium Violet Red #C6229B
Tints of Medium Violet Red #C6229B
RGB
CMYK
RGB Variations
Color information
#C6229B (or 0xC6229B) is known color: Medium Violet Red. HEX triplet: C6, 22 and 9B. RGB value is (198,34,155). Sum of RGB (Red+Green+Blue) = 198+34+155=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6229B is #39DD64. Grayscale: #606060. Windows color (decimal): -3792229 or 10166982. OLE color: 10166982.
HSL color Cylindrical-coordinate representation of color #C6229B: hue angle of 315.73º 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 #C6229B is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 155 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.22 |
| HSL | 315.73º | 0.71% | 0.45% | - |
| HSV(B) | 315.73º | 0.83% | 0.78% | - |
| XYZ | 29.78 | 15.52 | 32.44 | - |
| YUV | 96.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 155 | 0 | 0.83 | 0.22 | 0.22 | 315.73 | 0.71 | 0.45 |
| Hex | C6 | 22 | 9B | 0 | 53 | 16 | 16 | 13C | 47 | 2D |
| Octal | 306 | 42 | 233 | 0 | 123 | 26 | 26 | 474 | 107 | 55 |
| Binary | 11000110 | 100010 | 10011011 | 0 | 1010011 | 10110 | 10110 | 100111100 | 1000111 | 101101 |
Color Harmonies of #C6229B
Complementary color
Monochromatic Colors of #C6229B
Black with #C6229B
Text Example
Text Example
White with #C6229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6229B; }
p { color: rgb(198,34,155); }
H1.HeaderClassName
{
color: #C6229B;
}
.AnyTagClassName
{
color: #C6229B;
}
</style>
background-color css
<style>
a { background-color: #C6229B; }
a { background-color: rgb(198,34,155); }
div.DivClassName
{
background-color: #C6229B;
}
.BgClassName
{
background-color: #C6229B;
}
</style>
border-color css
<style>
span { border-color: #C6229B; }
span { border-color: rgb(198,34,155); }
td.TdClassName
{
border-color: #C6229B;
}
.TagClassName
{
border-color: #C6229B;
}
</style>