Shades of Medium Red Violet #C8298B
Tints of Medium Red Violet #C8298B
RGB
CMYK
RGB Variations
Color information
#C8298B (or 0xC8298B) is known color: Medium Red Violet. HEX triplet: C8, 29 and 8B. RGB value is (200,41,139). Sum of RGB (Red+Green+Blue) = 200+41+139=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8298B is #37D674. Grayscale: #636363. Windows color (decimal): -3659381 or 9120200. OLE color: 9120200.
HSL color Cylindrical-coordinate representation of color #C8298B: hue angle of 323.02º 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 #C8298B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 139 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.22 |
| HSL | 323.02º | 0.66% | 0.47% | - |
| HSV(B) | 323.02º | 0.8% | 0.78% | - |
| XYZ | 29.27 | 15.73 | 25.92 | - |
| YUV | 99.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 139 | 0 | 0.80 | 0.30 | 0.22 | 323.02 | 0.66 | 0.47 |
| Hex | C8 | 29 | 8B | 0 | 50 | 1E | 16 | 143 | 42 | 2F |
| Octal | 310 | 51 | 213 | 0 | 120 | 36 | 26 | 503 | 102 | 57 |
| Binary | 11001000 | 101001 | 10001011 | 0 | 1010000 | 11110 | 10110 | 101000011 | 1000010 | 101111 |
Color Harmonies of #C8298B
Complementary color
Monochromatic Colors of #C8298B
Black with #C8298B
Text Example
Text Example
White with #C8298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8298B; }
p { color: rgb(200,41,139); }
H1.HeaderClassName
{
color: #C8298B;
}
.AnyTagClassName
{
color: #C8298B;
}
</style>
background-color css
<style>
a { background-color: #C8298B; }
a { background-color: rgb(200,41,139); }
div.DivClassName
{
background-color: #C8298B;
}
.BgClassName
{
background-color: #C8298B;
}
</style>
border-color css
<style>
span { border-color: #C8298B; }
span { border-color: rgb(200,41,139); }
td.TdClassName
{
border-color: #C8298B;
}
.TagClassName
{
border-color: #C8298B;
}
</style>