Shades of Medium Violet Red #C00283
Tints of Medium Violet Red #C00283
RGB
CMYK
RGB Variations
Color information
#C00283 (or 0xC00283) is known color: Medium Violet Red. HEX triplet: C0, 02 and 83. RGB value is (192,2,131). Sum of RGB (Red+Green+Blue) = 192+2+131=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C00283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00283 is #3FFD7C. Grayscale: #494949. Windows color (decimal): -4193661 or 8585920. OLE color: 8585920.
HSL color Cylindrical-coordinate representation of color #C00283: hue angle of 319.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00283 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.26º | 0.98% | 0.38% | - |
| HSV(B) | 319.26º | 0.99% | 0.75% | - |
| XYZ | 25.86 | 12.89 | 22.6 | - |
| YUV | 73.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 131 | 0 | 0.99 | 0.32 | 0.25 | 319.26 | 0.98 | 0.38 |
| Hex | C0 | 2 | 83 | 0 | 63 | 20 | 19 | 13F | 62 | 26 |
| Octal | 300 | 2 | 203 | 0 | 143 | 40 | 31 | 477 | 142 | 46 |
| Binary | 11000000 | 10 | 10000011 | 0 | 1100011 | 100000 | 11001 | 100111111 | 1100010 | 100110 |
Color Harmonies of #C00283
Complementary color
Monochromatic Colors of #C00283
Black with #C00283
Text Example
Text Example
White with #C00283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00283; }
p { color: rgb(192,2,131); }
H1.HeaderClassName
{
color: #C00283;
}
.AnyTagClassName
{
color: #C00283;
}
</style>
background-color css
<style>
a { background-color: #C00283; }
a { background-color: rgb(192,2,131); }
div.DivClassName
{
background-color: #C00283;
}
.BgClassName
{
background-color: #C00283;
}
</style>
border-color css
<style>
span { border-color: #C00283; }
span { border-color: rgb(192,2,131); }
td.TdClassName
{
border-color: #C00283;
}
.TagClassName
{
border-color: #C00283;
}
</style>