Shades of Medium Red Violet #C8297D
Tints of Medium Red Violet #C8297D
RGB
CMYK
RGB Variations
Color information
#C8297D (or 0xC8297D) is known color: Medium Red Violet. HEX triplet: C8, 29 and 7D. RGB value is (200,41,125). Sum of RGB (Red+Green+Blue) = 200+41+125=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8297D is #37D682. Grayscale: #616161. Windows color (decimal): -3659395 or 8202696. OLE color: 8202696.
HSL color Cylindrical-coordinate representation of color #C8297D: hue angle of 328.3º 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 #C8297D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 125 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.22 |
| HSL | 328.3º | 0.66% | 0.47% | - |
| HSV(B) | 328.3º | 0.8% | 0.78% | - |
| XYZ | 28.31 | 15.35 | 20.87 | - |
| YUV | 98.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 125 | 0 | 0.80 | 0.38 | 0.22 | 328.3 | 0.66 | 0.47 |
| Hex | C8 | 29 | 7D | 0 | 50 | 26 | 16 | 148 | 42 | 2F |
| Octal | 310 | 51 | 175 | 0 | 120 | 46 | 26 | 510 | 102 | 57 |
| Binary | 11001000 | 101001 | 1111101 | 0 | 1010000 | 100110 | 10110 | 101001000 | 1000010 | 101111 |
Color Harmonies of #C8297D
Complementary color
Monochromatic Colors of #C8297D
Black with #C8297D
Text Example
Text Example
White with #C8297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8297D; }
p { color: rgb(200,41,125); }
H1.HeaderClassName
{
color: #C8297D;
}
.AnyTagClassName
{
color: #C8297D;
}
</style>
background-color css
<style>
a { background-color: #C8297D; }
a { background-color: rgb(200,41,125); }
div.DivClassName
{
background-color: #C8297D;
}
.BgClassName
{
background-color: #C8297D;
}
</style>
border-color css
<style>
span { border-color: #C8297D; }
span { border-color: rgb(200,41,125); }
td.TdClassName
{
border-color: #C8297D;
}
.TagClassName
{
border-color: #C8297D;
}
</style>