Shades of Medium Red Violet #C82C8B
Tints of Medium Red Violet #C82C8B
RGB
CMYK
RGB Variations
Color information
#C82C8B (or 0xC82C8B) is known color: Medium Red Violet. HEX triplet: C8, 2C and 8B. RGB value is (200,44,139). Sum of RGB (Red+Green+Blue) = 200+44+139=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82C8B is #37D374. Grayscale: #656565. Windows color (decimal): -3658613 or 9120968. OLE color: 9120968.
HSL color Cylindrical-coordinate representation of color #C82C8B: hue angle of 323.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82C8B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 139 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.22 |
| HSL | 323.46º | 0.64% | 0.48% | - |
| HSV(B) | 323.46º | 0.78% | 0.78% | - |
| XYZ | 29.38 | 15.94 | 25.96 | - |
| YUV | 101.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 139 | 0 | 0.78 | 0.30 | 0.22 | 323.46 | 0.64 | 0.48 |
| Hex | C8 | 2C | 8B | 0 | 4E | 1E | 16 | 143 | 40 | 30 |
| Octal | 310 | 54 | 213 | 0 | 116 | 36 | 26 | 503 | 100 | 60 |
| Binary | 11001000 | 101100 | 10001011 | 0 | 1001110 | 11110 | 10110 | 101000011 | 1000000 | 110000 |
Color Harmonies of #C82C8B
Complementary color
Monochromatic Colors of #C82C8B
Black with #C82C8B
Text Example
Text Example
White with #C82C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C8B; }
p { color: rgb(200,44,139); }
H1.HeaderClassName
{
color: #C82C8B;
}
.AnyTagClassName
{
color: #C82C8B;
}
</style>
background-color css
<style>
a { background-color: #C82C8B; }
a { background-color: rgb(200,44,139); }
div.DivClassName
{
background-color: #C82C8B;
}
.BgClassName
{
background-color: #C82C8B;
}
</style>
border-color css
<style>
span { border-color: #C82C8B; }
span { border-color: rgb(200,44,139); }
td.TdClassName
{
border-color: #C82C8B;
}
.TagClassName
{
border-color: #C82C8B;
}
</style>