Shades of Medium Violet Red #C62283
Tints of Medium Violet Red #C62283
RGB
CMYK
RGB Variations
Color information
#C62283 (or 0xC62283) is known color: Medium Violet Red. HEX triplet: C6, 22 and 83. RGB value is (198,34,131). Sum of RGB (Red+Green+Blue) = 198+34+131=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C62283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62283 is #39DD7C. Grayscale: #5D5D5D. Windows color (decimal): -3792253 or 8594118. OLE color: 8594118.
HSL color Cylindrical-coordinate representation of color #C62283: hue angle of 324.51º 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 #C62283 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 131 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.22 |
| HSL | 324.51º | 0.71% | 0.45% | - |
| HSV(B) | 324.51º | 0.83% | 0.78% | - |
| XYZ | 27.96 | 14.79 | 22.85 | - |
| YUV | 94.09 | 148.83 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 131 | 0 | 0.83 | 0.34 | 0.22 | 324.51 | 0.71 | 0.45 |
| Hex | C6 | 22 | 83 | 0 | 53 | 22 | 16 | 145 | 47 | 2D |
| Octal | 306 | 42 | 203 | 0 | 123 | 42 | 26 | 505 | 107 | 55 |
| Binary | 11000110 | 100010 | 10000011 | 0 | 1010011 | 100010 | 10110 | 101000101 | 1000111 | 101101 |
Color Harmonies of #C62283
Complementary color
Monochromatic Colors of #C62283
Black with #C62283
Text Example
Text Example
White with #C62283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62283; }
p { color: rgb(198,34,131); }
H1.HeaderClassName
{
color: #C62283;
}
.AnyTagClassName
{
color: #C62283;
}
</style>
background-color css
<style>
a { background-color: #C62283; }
a { background-color: rgb(198,34,131); }
div.DivClassName
{
background-color: #C62283;
}
.BgClassName
{
background-color: #C62283;
}
</style>
border-color css
<style>
span { border-color: #C62283; }
span { border-color: rgb(198,34,131); }
td.TdClassName
{
border-color: #C62283;
}
.TagClassName
{
border-color: #C62283;
}
</style>