Shades of Medium Violet Red #C02381
Tints of Medium Violet Red #C02381
RGB
CMYK
RGB Variations
Color information
#C02381 (or 0xC02381) is known color: Medium Violet Red. HEX triplet: C0, 23 and 81. RGB value is (192,35,129). Sum of RGB (Red+Green+Blue) = 192+35+129=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02381 is #3FDC7E. Grayscale: #5C5C5C. Windows color (decimal): -4185215 or 8463296. OLE color: 8463296.
HSL color Cylindrical-coordinate representation of color #C02381: hue angle of 324.08º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02381 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 129 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.25 |
| HSL | 324.08º | 0.69% | 0.45% | - |
| HSV(B) | 324.08º | 0.82% | 0.75% | - |
| XYZ | 26.3 | 13.99 | 22.08 | - |
| YUV | 92.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 129 | 0 | 0.82 | 0.33 | 0.25 | 324.08 | 0.69 | 0.45 |
| Hex | C0 | 23 | 81 | 0 | 52 | 21 | 19 | 144 | 45 | 2D |
| Octal | 300 | 43 | 201 | 0 | 122 | 41 | 31 | 504 | 105 | 55 |
| Binary | 11000000 | 100011 | 10000001 | 0 | 1010010 | 100001 | 11001 | 101000100 | 1000101 | 101101 |
Color Harmonies of #C02381
Complementary color
Monochromatic Colors of #C02381
Black with #C02381
Text Example
Text Example
White with #C02381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02381; }
p { color: rgb(192,35,129); }
H1.HeaderClassName
{
color: #C02381;
}
.AnyTagClassName
{
color: #C02381;
}
</style>
background-color css
<style>
a { background-color: #C02381; }
a { background-color: rgb(192,35,129); }
div.DivClassName
{
background-color: #C02381;
}
.BgClassName
{
background-color: #C02381;
}
</style>
border-color css
<style>
span { border-color: #C02381; }
span { border-color: rgb(192,35,129); }
td.TdClassName
{
border-color: #C02381;
}
.TagClassName
{
border-color: #C02381;
}
</style>