Shades of Medium Violet Red #C62287
Tints of Medium Violet Red #C62287
RGB
CMYK
RGB Variations
Color information
#C62287 (or 0xC62287) is known color: Medium Violet Red. HEX triplet: C6, 22 and 87. RGB value is (198,34,135). Sum of RGB (Red+Green+Blue) = 198+34+135=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C62287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62287 is #39DD78. Grayscale: #5E5E5E. Windows color (decimal): -3792249 or 8856262. OLE color: 8856262.
HSL color Cylindrical-coordinate representation of color #C62287: hue angle of 323.05º 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 #C62287 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 135 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.22 |
| HSL | 323.05º | 0.71% | 0.45% | - |
| HSV(B) | 323.05º | 0.83% | 0.78% | - |
| XYZ | 28.23 | 14.9 | 24.31 | - |
| YUV | 94.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 135 | 0 | 0.83 | 0.32 | 0.22 | 323.05 | 0.71 | 0.45 |
| Hex | C6 | 22 | 87 | 0 | 53 | 20 | 16 | 143 | 47 | 2D |
| Octal | 306 | 42 | 207 | 0 | 123 | 40 | 26 | 503 | 107 | 55 |
| Binary | 11000110 | 100010 | 10000111 | 0 | 1010011 | 100000 | 10110 | 101000011 | 1000111 | 101101 |
Color Harmonies of #C62287
Complementary color
Monochromatic Colors of #C62287
Black with #C62287
Text Example
Text Example
White with #C62287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62287; }
p { color: rgb(198,34,135); }
H1.HeaderClassName
{
color: #C62287;
}
.AnyTagClassName
{
color: #C62287;
}
</style>
background-color css
<style>
a { background-color: #C62287; }
a { background-color: rgb(198,34,135); }
div.DivClassName
{
background-color: #C62287;
}
.BgClassName
{
background-color: #C62287;
}
</style>
border-color css
<style>
span { border-color: #C62287; }
span { border-color: rgb(198,34,135); }
td.TdClassName
{
border-color: #C62287;
}
.TagClassName
{
border-color: #C62287;
}
</style>