Shades of Medium Red Violet #C8358B
Tints of Medium Red Violet #C8358B
RGB
CMYK
RGB Variations
Color information
#C8358B (or 0xC8358B) is known color: Medium Red Violet. HEX triplet: C8, 35 and 8B. RGB value is (200,53,139). Sum of RGB (Red+Green+Blue) = 200+53+139=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8358B is #37CA74. Grayscale: #6A6A6A. Windows color (decimal): -3656309 or 9123272. OLE color: 9123272.
HSL color Cylindrical-coordinate representation of color #C8358B: hue angle of 324.9º 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 #C8358B is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 139 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.22 |
| HSL | 324.9º | 0.58% | 0.5% | - |
| HSV(B) | 324.9º | 0.74% | 0.78% | - |
| XYZ | 29.75 | 16.69 | 26.08 | - |
| YUV | 106.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 139 | 0 | 0.74 | 0.30 | 0.22 | 324.9 | 0.58 | 0.5 |
| Hex | C8 | 35 | 8B | 0 | 4A | 1E | 16 | 145 | 3A | 32 |
| Octal | 310 | 65 | 213 | 0 | 112 | 36 | 26 | 505 | 72 | 62 |
| Binary | 11001000 | 110101 | 10001011 | 0 | 1001010 | 11110 | 10110 | 101000101 | 111010 | 110010 |
Color Harmonies of #C8358B
Complementary color
Monochromatic Colors of #C8358B
Black with #C8358B
Text Example
Text Example
White with #C8358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8358B; }
p { color: rgb(200,53,139); }
H1.HeaderClassName
{
color: #C8358B;
}
.AnyTagClassName
{
color: #C8358B;
}
</style>
background-color css
<style>
a { background-color: #C8358B; }
a { background-color: rgb(200,53,139); }
div.DivClassName
{
background-color: #C8358B;
}
.BgClassName
{
background-color: #C8358B;
}
</style>
border-color css
<style>
span { border-color: #C8358B; }
span { border-color: rgb(200,53,139); }
td.TdClassName
{
border-color: #C8358B;
}
.TagClassName
{
border-color: #C8358B;
}
</style>