Shades of Medium Violet Red #C80283
Tints of Medium Violet Red #C80283
RGB
CMYK
RGB Variations
Color information
#C80283 (or 0xC80283) is known color: Medium Violet Red. HEX triplet: C8, 02 and 83. RGB value is (200,2,131). Sum of RGB (Red+Green+Blue) = 200+2+131=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C80283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80283 is #37FD7C. Grayscale: #4B4B4B. Windows color (decimal): -3669373 or 8585928. OLE color: 8585928.
HSL color Cylindrical-coordinate representation of color #C80283: hue angle of 320.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80283 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.22 |
| HSL | 320.91º | 0.98% | 0.4% | - |
| HSV(B) | 320.91º | 0.99% | 0.78% | - |
| XYZ | 27.94 | 13.96 | 22.7 | - |
| YUV | 75.91 | 159.1 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 131 | 0 | 0.99 | 0.34 | 0.22 | 320.91 | 0.98 | 0.4 |
| Hex | C8 | 2 | 83 | 0 | 63 | 22 | 16 | 141 | 62 | 28 |
| Octal | 310 | 2 | 203 | 0 | 143 | 42 | 26 | 501 | 142 | 50 |
| Binary | 11001000 | 10 | 10000011 | 0 | 1100011 | 100010 | 10110 | 101000001 | 1100010 | 101000 |
Color Harmonies of #C80283
Complementary color
Monochromatic Colors of #C80283
Black with #C80283
Text Example
Text Example
White with #C80283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80283; }
p { color: rgb(200,2,131); }
H1.HeaderClassName
{
color: #C80283;
}
.AnyTagClassName
{
color: #C80283;
}
</style>
background-color css
<style>
a { background-color: #C80283; }
a { background-color: rgb(200,2,131); }
div.DivClassName
{
background-color: #C80283;
}
.BgClassName
{
background-color: #C80283;
}
</style>
border-color css
<style>
span { border-color: #C80283; }
span { border-color: rgb(200,2,131); }
td.TdClassName
{
border-color: #C80283;
}
.TagClassName
{
border-color: #C80283;
}
</style>