Shades of Medium Violet Red #C42283
Tints of Medium Violet Red #C42283
RGB
CMYK
RGB Variations
Color information
#C42283 (or 0xC42283) is known color: Medium Violet Red. HEX triplet: C4, 22 and 83. RGB value is (196,34,131). Sum of RGB (Red+Green+Blue) = 196+34+131=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42283 is #3BDD7C. Grayscale: #5D5D5D. Windows color (decimal): -3923325 or 8594116. OLE color: 8594116.
HSL color Cylindrical-coordinate representation of color #C42283: hue angle of 324.07º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42283 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 131 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.23 |
| HSL | 324.07º | 0.7% | 0.45% | - |
| HSV(B) | 324.07º | 0.83% | 0.77% | - |
| XYZ | 27.43 | 14.52 | 22.83 | - |
| YUV | 93.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 131 | 0 | 0.83 | 0.33 | 0.23 | 324.07 | 0.7 | 0.45 |
| Hex | C4 | 22 | 83 | 0 | 53 | 21 | 17 | 144 | 46 | 2D |
| Octal | 304 | 42 | 203 | 0 | 123 | 41 | 27 | 504 | 106 | 55 |
| Binary | 11000100 | 100010 | 10000011 | 0 | 1010011 | 100001 | 10111 | 101000100 | 1000110 | 101101 |
Color Harmonies of #C42283
Complementary color
Monochromatic Colors of #C42283
Black with #C42283
Text Example
Text Example
White with #C42283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42283; }
p { color: rgb(196,34,131); }
H1.HeaderClassName
{
color: #C42283;
}
.AnyTagClassName
{
color: #C42283;
}
</style>
background-color css
<style>
a { background-color: #C42283; }
a { background-color: rgb(196,34,131); }
div.DivClassName
{
background-color: #C42283;
}
.BgClassName
{
background-color: #C42283;
}
</style>
border-color css
<style>
span { border-color: #C42283; }
span { border-color: rgb(196,34,131); }
td.TdClassName
{
border-color: #C42283;
}
.TagClassName
{
border-color: #C42283;
}
</style>