Shades of Medium Red Violet #C8318F
Tints of Medium Red Violet #C8318F
RGB
CMYK
RGB Variations
Color information
#C8318F (or 0xC8318F) is known color: Medium Red Violet. HEX triplet: C8, 31 and 8F. RGB value is (200,49,143). Sum of RGB (Red+Green+Blue) = 200+49+143=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8318F is #37CE70. Grayscale: #686868. Windows color (decimal): -3657329 or 9384392. OLE color: 9384392.
HSL color Cylindrical-coordinate representation of color #C8318F: hue angle of 322.65º 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 #C8318F is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 143 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.22 |
| HSL | 322.65º | 0.61% | 0.49% | - |
| HSV(B) | 322.65º | 0.76% | 0.78% | - |
| XYZ | 29.88 | 16.46 | 27.59 | - |
| YUV | 104.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 143 | 0 | 0.76 | 0.28 | 0.22 | 322.65 | 0.61 | 0.49 |
| Hex | C8 | 31 | 8F | 0 | 4C | 1C | 16 | 143 | 3D | 31 |
| Octal | 310 | 61 | 217 | 0 | 114 | 34 | 26 | 503 | 75 | 61 |
| Binary | 11001000 | 110001 | 10001111 | 0 | 1001100 | 11100 | 10110 | 101000011 | 111101 | 110001 |
Color Harmonies of #C8318F
Complementary color
Monochromatic Colors of #C8318F
Black with #C8318F
Text Example
Text Example
White with #C8318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8318F; }
p { color: rgb(200,49,143); }
H1.HeaderClassName
{
color: #C8318F;
}
.AnyTagClassName
{
color: #C8318F;
}
</style>
background-color css
<style>
a { background-color: #C8318F; }
a { background-color: rgb(200,49,143); }
div.DivClassName
{
background-color: #C8318F;
}
.BgClassName
{
background-color: #C8318F;
}
</style>
border-color css
<style>
span { border-color: #C8318F; }
span { border-color: rgb(200,49,143); }
td.TdClassName
{
border-color: #C8318F;
}
.TagClassName
{
border-color: #C8318F;
}
</style>