Shades of Medium Red Violet #C8318A
Tints of Medium Red Violet #C8318A
RGB
CMYK
RGB Variations
Color information
#C8318A (or 0xC8318A) is known color: Medium Red Violet. HEX triplet: C8, 31 and 8A. RGB value is (200,49,138). Sum of RGB (Red+Green+Blue) = 200+49+138=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8318A is #37CE75. Grayscale: #686868. Windows color (decimal): -3657334 or 9056712. OLE color: 9056712.
HSL color Cylindrical-coordinate representation of color #C8318A: hue angle of 324.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8318A is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 138 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.22 |
| HSL | 324.64º | 0.61% | 0.49% | - |
| HSV(B) | 324.64º | 0.76% | 0.78% | - |
| XYZ | 29.51 | 16.31 | 25.64 | - |
| YUV | 104.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 138 | 0 | 0.76 | 0.31 | 0.22 | 324.64 | 0.61 | 0.49 |
| Hex | C8 | 31 | 8A | 0 | 4C | 1F | 16 | 145 | 3D | 31 |
| Octal | 310 | 61 | 212 | 0 | 114 | 37 | 26 | 505 | 75 | 61 |
| Binary | 11001000 | 110001 | 10001010 | 0 | 1001100 | 11111 | 10110 | 101000101 | 111101 | 110001 |
Color Harmonies of #C8318A
Complementary color
Monochromatic Colors of #C8318A
Black with #C8318A
Text Example
Text Example
White with #C8318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8318A; }
p { color: rgb(200,49,138); }
H1.HeaderClassName
{
color: #C8318A;
}
.AnyTagClassName
{
color: #C8318A;
}
</style>
background-color css
<style>
a { background-color: #C8318A; }
a { background-color: rgb(200,49,138); }
div.DivClassName
{
background-color: #C8318A;
}
.BgClassName
{
background-color: #C8318A;
}
</style>
border-color css
<style>
span { border-color: #C8318A; }
span { border-color: rgb(200,49,138); }
td.TdClassName
{
border-color: #C8318A;
}
.TagClassName
{
border-color: #C8318A;
}
</style>