Shades of Medium Violet Red #C82481
Tints of Medium Violet Red #C82481
RGB
CMYK
RGB Variations
Color information
#C82481 (or 0xC82481) is known color: Medium Violet Red. HEX triplet: C8, 24 and 81. RGB value is (200,36,129). Sum of RGB (Red+Green+Blue) = 200+36+129=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C82481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82481 is #37DB7E. Grayscale: #5F5F5F. Windows color (decimal): -3660671 or 8463560. OLE color: 8463560.
HSL color Cylindrical-coordinate representation of color #C82481: hue angle of 325.98º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82481 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 129 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.22 |
| HSL | 325.98º | 0.69% | 0.46% | - |
| HSV(B) | 325.98º | 0.82% | 0.78% | - |
| XYZ | 28.41 | 15.13 | 22.19 | - |
| YUV | 95.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 129 | 0 | 0.82 | 0.36 | 0.22 | 325.98 | 0.69 | 0.46 |
| Hex | C8 | 24 | 81 | 0 | 52 | 24 | 16 | 146 | 45 | 2E |
| Octal | 310 | 44 | 201 | 0 | 122 | 44 | 26 | 506 | 105 | 56 |
| Binary | 11001000 | 100100 | 10000001 | 0 | 1010010 | 100100 | 10110 | 101000110 | 1000101 | 101110 |
Color Harmonies of #C82481
Complementary color
Monochromatic Colors of #C82481
Black with #C82481
Text Example
Text Example
White with #C82481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82481; }
p { color: rgb(200,36,129); }
H1.HeaderClassName
{
color: #C82481;
}
.AnyTagClassName
{
color: #C82481;
}
</style>
background-color css
<style>
a { background-color: #C82481; }
a { background-color: rgb(200,36,129); }
div.DivClassName
{
background-color: #C82481;
}
.BgClassName
{
background-color: #C82481;
}
</style>
border-color css
<style>
span { border-color: #C82481; }
span { border-color: rgb(200,36,129); }
td.TdClassName
{
border-color: #C82481;
}
.TagClassName
{
border-color: #C82481;
}
</style>