Shades of Medium Violet Red #C02283
Tints of Medium Violet Red #C02283
RGB
CMYK
RGB Variations
Color information
#C02283 (or 0xC02283) is known color: Medium Violet Red. HEX triplet: C0, 22 and 83. RGB value is (192,34,131). Sum of RGB (Red+Green+Blue) = 192+34+131=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C02283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02283 is #3FDD7C. Grayscale: #5C5C5C. Windows color (decimal): -4185469 or 8594112. OLE color: 8594112.
HSL color Cylindrical-coordinate representation of color #C02283: hue angle of 323.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02283 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 131 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.25 |
| HSL | 323.16º | 0.7% | 0.44% | - |
| HSV(B) | 323.16º | 0.82% | 0.75% | - |
| XYZ | 26.41 | 13.99 | 22.78 | - |
| YUV | 92.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 131 | 0 | 0.82 | 0.32 | 0.25 | 323.16 | 0.7 | 0.44 |
| Hex | C0 | 22 | 83 | 0 | 52 | 20 | 19 | 143 | 46 | 2C |
| Octal | 300 | 42 | 203 | 0 | 122 | 40 | 31 | 503 | 106 | 54 |
| Binary | 11000000 | 100010 | 10000011 | 0 | 1010010 | 100000 | 11001 | 101000011 | 1000110 | 101100 |
Color Harmonies of #C02283
Complementary color
Monochromatic Colors of #C02283
Black with #C02283
Text Example
Text Example
White with #C02283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02283; }
p { color: rgb(192,34,131); }
H1.HeaderClassName
{
color: #C02283;
}
.AnyTagClassName
{
color: #C02283;
}
</style>
background-color css
<style>
a { background-color: #C02283; }
a { background-color: rgb(192,34,131); }
div.DivClassName
{
background-color: #C02283;
}
.BgClassName
{
background-color: #C02283;
}
</style>
border-color css
<style>
span { border-color: #C02283; }
span { border-color: rgb(192,34,131); }
td.TdClassName
{
border-color: #C02283;
}
.TagClassName
{
border-color: #C02283;
}
</style>