Shades of Medium Red Violet #C82B93
Tints of Medium Red Violet #C82B93
RGB
CMYK
RGB Variations
Color information
#C82B93 (or 0xC82B93) is known color: Medium Red Violet. HEX triplet: C8, 2B and 93. RGB value is (200,43,147). Sum of RGB (Red+Green+Blue) = 200+43+147=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82B93 is #37D46C. Grayscale: #656565. Windows color (decimal): -3658861 or 9645000. OLE color: 9645000.
HSL color Cylindrical-coordinate representation of color #C82B93: hue angle of 320.25º degrees, saturation: 0.65, 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 #C82B93 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 147 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.22 |
| HSL | 320.25º | 0.65% | 0.48% | - |
| HSV(B) | 320.25º | 0.79% | 0.78% | - |
| XYZ | 29.95 | 16.11 | 29.14 | - |
| YUV | 101.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 147 | 0 | 0.78 | 0.26 | 0.22 | 320.25 | 0.65 | 0.48 |
| Hex | C8 | 2B | 93 | 0 | 4E | 1A | 16 | 140 | 41 | 30 |
| Octal | 310 | 53 | 223 | 0 | 116 | 32 | 26 | 500 | 101 | 60 |
| Binary | 11001000 | 101011 | 10010011 | 0 | 1001110 | 11010 | 10110 | 101000000 | 1000001 | 110000 |
Color Harmonies of #C82B93
Complementary color
Monochromatic Colors of #C82B93
Black with #C82B93
Text Example
Text Example
White with #C82B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B93; }
p { color: rgb(200,43,147); }
H1.HeaderClassName
{
color: #C82B93;
}
.AnyTagClassName
{
color: #C82B93;
}
</style>
background-color css
<style>
a { background-color: #C82B93; }
a { background-color: rgb(200,43,147); }
div.DivClassName
{
background-color: #C82B93;
}
.BgClassName
{
background-color: #C82B93;
}
</style>
border-color css
<style>
span { border-color: #C82B93; }
span { border-color: rgb(200,43,147); }
td.TdClassName
{
border-color: #C82B93;
}
.TagClassName
{
border-color: #C82B93;
}
</style>