Shades of Medium Red Violet #C8299B
Tints of Medium Red Violet #C8299B
RGB
CMYK
RGB Variations
Color information
#C8299B (or 0xC8299B) is known color: Medium Red Violet. HEX triplet: C8, 29 and 9B. RGB value is (200,41,155). Sum of RGB (Red+Green+Blue) = 200+41+155=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8299B is #37D664. Grayscale: #656565. Windows color (decimal): -3659365 or 10168776. OLE color: 10168776.
HSL color Cylindrical-coordinate representation of color #C8299B: hue angle of 316.98º 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 #C8299B is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 155 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.22 |
| HSL | 316.98º | 0.66% | 0.47% | - |
| HSV(B) | 316.98º | 0.8% | 0.78% | - |
| XYZ | 30.53 | 16.23 | 32.53 | - |
| YUV | 101.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 155 | 0 | 0.80 | 0.22 | 0.22 | 316.98 | 0.66 | 0.47 |
| Hex | C8 | 29 | 9B | 0 | 50 | 16 | 16 | 13D | 42 | 2F |
| Octal | 310 | 51 | 233 | 0 | 120 | 26 | 26 | 475 | 102 | 57 |
| Binary | 11001000 | 101001 | 10011011 | 0 | 1010000 | 10110 | 10110 | 100111101 | 1000010 | 101111 |
Color Harmonies of #C8299B
Complementary color
Monochromatic Colors of #C8299B
Black with #C8299B
Text Example
Text Example
White with #C8299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8299B; }
p { color: rgb(200,41,155); }
H1.HeaderClassName
{
color: #C8299B;
}
.AnyTagClassName
{
color: #C8299B;
}
</style>
background-color css
<style>
a { background-color: #C8299B; }
a { background-color: rgb(200,41,155); }
div.DivClassName
{
background-color: #C8299B;
}
.BgClassName
{
background-color: #C8299B;
}
</style>
border-color css
<style>
span { border-color: #C8299B; }
span { border-color: rgb(200,41,155); }
td.TdClassName
{
border-color: #C8299B;
}
.TagClassName
{
border-color: #C8299B;
}
</style>