Shades of Medium Red Violet #C8299C
Tints of Medium Red Violet #C8299C
RGB
CMYK
RGB Variations
Color information
#C8299C (or 0xC8299C) is known color: Medium Red Violet. HEX triplet: C8, 29 and 9C. RGB value is (200,41,156). Sum of RGB (Red+Green+Blue) = 200+41+156=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8299C is #37D663. Grayscale: #656565. Windows color (decimal): -3659364 or 10234312. OLE color: 10234312.
HSL color Cylindrical-coordinate representation of color #C8299C: hue angle of 316.6º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8299C is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 156 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.22 |
| HSL | 316.6º | 0.66% | 0.47% | - |
| HSV(B) | 316.6º | 0.8% | 0.78% | - |
| XYZ | 30.61 | 16.27 | 32.98 | - |
| YUV | 101.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 156 | 0 | 0.80 | 0.22 | 0.22 | 316.6 | 0.66 | 0.47 |
| Hex | C8 | 29 | 9C | 0 | 50 | 16 | 16 | 13D | 42 | 2F |
| Octal | 310 | 51 | 234 | 0 | 120 | 26 | 26 | 475 | 102 | 57 |
| Binary | 11001000 | 101001 | 10011100 | 0 | 1010000 | 10110 | 10110 | 100111101 | 1000010 | 101111 |
Color Harmonies of #C8299C
Complementary color
Monochromatic Colors of #C8299C
Black with #C8299C
Text Example
Text Example
White with #C8299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8299C; }
p { color: rgb(200,41,156); }
H1.HeaderClassName
{
color: #C8299C;
}
.AnyTagClassName
{
color: #C8299C;
}
</style>
background-color css
<style>
a { background-color: #C8299C; }
a { background-color: rgb(200,41,156); }
div.DivClassName
{
background-color: #C8299C;
}
.BgClassName
{
background-color: #C8299C;
}
</style>
border-color css
<style>
span { border-color: #C8299C; }
span { border-color: rgb(200,41,156); }
td.TdClassName
{
border-color: #C8299C;
}
.TagClassName
{
border-color: #C8299C;
}
</style>