Shades of Medium Violet Red #C82479
Tints of Medium Violet Red #C82479
RGB
CMYK
RGB Variations
Color information
#C82479 (or 0xC82479) is known color: Medium Violet Red. HEX triplet: C8, 24 and 79. RGB value is (200,36,121). Sum of RGB (Red+Green+Blue) = 200+36+121=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C82479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82479 is #37DB86. Grayscale: #5E5E5E. Windows color (decimal): -3660679 or 7939272. OLE color: 7939272.
HSL color Cylindrical-coordinate representation of color #C82479: hue angle of 328.9º 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 #C82479 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 121 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.22 |
| HSL | 328.9º | 0.69% | 0.46% | - |
| HSV(B) | 328.9º | 0.82% | 0.78% | - |
| XYZ | 27.9 | 14.92 | 19.5 | - |
| YUV | 94.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 121 | 0 | 0.82 | 0.39 | 0.22 | 328.9 | 0.69 | 0.46 |
| Hex | C8 | 24 | 79 | 0 | 52 | 27 | 16 | 149 | 45 | 2E |
| Octal | 310 | 44 | 171 | 0 | 122 | 47 | 26 | 511 | 105 | 56 |
| Binary | 11001000 | 100100 | 1111001 | 0 | 1010010 | 100111 | 10110 | 101001001 | 1000101 | 101110 |
Color Harmonies of #C82479
Complementary color
Monochromatic Colors of #C82479
Black with #C82479
Text Example
Text Example
White with #C82479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82479; }
p { color: rgb(200,36,121); }
H1.HeaderClassName
{
color: #C82479;
}
.AnyTagClassName
{
color: #C82479;
}
</style>
background-color css
<style>
a { background-color: #C82479; }
a { background-color: rgb(200,36,121); }
div.DivClassName
{
background-color: #C82479;
}
.BgClassName
{
background-color: #C82479;
}
</style>
border-color css
<style>
span { border-color: #C82479; }
span { border-color: rgb(200,36,121); }
td.TdClassName
{
border-color: #C82479;
}
.TagClassName
{
border-color: #C82479;
}
</style>