Shades of Medium Red Violet #C8357B
Tints of Medium Red Violet #C8357B
RGB
CMYK
RGB Variations
Color information
#C8357B (or 0xC8357B) is known color: Medium Red Violet. HEX triplet: C8, 35 and 7B. RGB value is (200,53,123). Sum of RGB (Red+Green+Blue) = 200+53+123=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8357B is #37CA84. Grayscale: #686868. Windows color (decimal): -3656325 or 8074696. OLE color: 8074696.
HSL color Cylindrical-coordinate representation of color #C8357B: hue angle of 331.43º 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 #C8357B is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.22 |
| HSL | 331.43º | 0.58% | 0.5% | - |
| HSV(B) | 331.43º | 0.74% | 0.78% | - |
| XYZ | 28.67 | 16.26 | 20.37 | - |
| YUV | 104.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 123 | 0 | 0.74 | 0.38 | 0.22 | 331.43 | 0.58 | 0.5 |
| Hex | C8 | 35 | 7B | 0 | 4A | 26 | 16 | 14B | 3A | 32 |
| Octal | 310 | 65 | 173 | 0 | 112 | 46 | 26 | 513 | 72 | 62 |
| Binary | 11001000 | 110101 | 1111011 | 0 | 1001010 | 100110 | 10110 | 101001011 | 111010 | 110010 |
Color Harmonies of #C8357B
Complementary color
Monochromatic Colors of #C8357B
Black with #C8357B
Text Example
Text Example
White with #C8357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8357B; }
p { color: rgb(200,53,123); }
H1.HeaderClassName
{
color: #C8357B;
}
.AnyTagClassName
{
color: #C8357B;
}
</style>
background-color css
<style>
a { background-color: #C8357B; }
a { background-color: rgb(200,53,123); }
div.DivClassName
{
background-color: #C8357B;
}
.BgClassName
{
background-color: #C8357B;
}
</style>
border-color css
<style>
span { border-color: #C8357B; }
span { border-color: rgb(200,53,123); }
td.TdClassName
{
border-color: #C8357B;
}
.TagClassName
{
border-color: #C8357B;
}
</style>