Shades of Medium Red Violet #C8358A
Tints of Medium Red Violet #C8358A
RGB
CMYK
RGB Variations
Color information
#C8358A (or 0xC8358A) is known color: Medium Red Violet. HEX triplet: C8, 35 and 8A. RGB value is (200,53,138). Sum of RGB (Red+Green+Blue) = 200+53+138=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8358A is #37CA75. Grayscale: #6A6A6A. Windows color (decimal): -3656310 or 9057736. OLE color: 9057736.
HSL color Cylindrical-coordinate representation of color #C8358A: hue angle of 325.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8358A is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 138 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.22 |
| HSL | 325.31º | 0.58% | 0.5% | - |
| HSV(B) | 325.31º | 0.74% | 0.78% | - |
| XYZ | 29.68 | 16.66 | 25.7 | - |
| YUV | 106.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 138 | 0 | 0.74 | 0.31 | 0.22 | 325.31 | 0.58 | 0.5 |
| Hex | C8 | 35 | 8A | 0 | 4A | 1F | 16 | 145 | 3A | 32 |
| Octal | 310 | 65 | 212 | 0 | 112 | 37 | 26 | 505 | 72 | 62 |
| Binary | 11001000 | 110101 | 10001010 | 0 | 1001010 | 11111 | 10110 | 101000101 | 111010 | 110010 |
Color Harmonies of #C8358A
Complementary color
Monochromatic Colors of #C8358A
Black with #C8358A
Text Example
Text Example
White with #C8358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8358A; }
p { color: rgb(200,53,138); }
H1.HeaderClassName
{
color: #C8358A;
}
.AnyTagClassName
{
color: #C8358A;
}
</style>
background-color css
<style>
a { background-color: #C8358A; }
a { background-color: rgb(200,53,138); }
div.DivClassName
{
background-color: #C8358A;
}
.BgClassName
{
background-color: #C8358A;
}
</style>
border-color css
<style>
span { border-color: #C8358A; }
span { border-color: rgb(200,53,138); }
td.TdClassName
{
border-color: #C8358A;
}
.TagClassName
{
border-color: #C8358A;
}
</style>