Shades of Medium Violet Red #C00182
Tints of Medium Violet Red #C00182
RGB
CMYK
RGB Variations
Color information
#C00182 (or 0xC00182) is known color: Medium Violet Red. HEX triplet: C0, 01 and 82. RGB value is (192,1,130). Sum of RGB (Red+Green+Blue) = 192+1+130=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C00182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00182 is #3FFE7D. Grayscale: #484848. Windows color (decimal): -4193918 or 8520128. OLE color: 8520128.
HSL color Cylindrical-coordinate representation of color #C00182: hue angle of 319.48º degrees, saturation: 0.99, 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 #C00182 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.48º | 0.99% | 0.38% | - |
| HSV(B) | 319.48º | 0.99% | 0.75% | - |
| XYZ | 25.78 | 12.84 | 22.24 | - |
| YUV | 72.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 130 | 0 | 0.99 | 0.32 | 0.25 | 319.48 | 0.99 | 0.38 |
| Hex | C0 | 1 | 82 | 0 | 63 | 20 | 19 | 13F | 63 | 26 |
| Octal | 300 | 1 | 202 | 0 | 143 | 40 | 31 | 477 | 143 | 46 |
| Binary | 11000000 | 1 | 10000010 | 0 | 1100011 | 100000 | 11001 | 100111111 | 1100011 | 100110 |
Color Harmonies of #C00182
Complementary color
Monochromatic Colors of #C00182
Black with #C00182
Text Example
Text Example
White with #C00182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00182; }
p { color: rgb(192,1,130); }
H1.HeaderClassName
{
color: #C00182;
}
.AnyTagClassName
{
color: #C00182;
}
</style>
background-color css
<style>
a { background-color: #C00182; }
a { background-color: rgb(192,1,130); }
div.DivClassName
{
background-color: #C00182;
}
.BgClassName
{
background-color: #C00182;
}
</style>
border-color css
<style>
span { border-color: #C00182; }
span { border-color: rgb(192,1,130); }
td.TdClassName
{
border-color: #C00182;
}
.TagClassName
{
border-color: #C00182;
}
</style>