Shades of Medium Red Violet #C8367A
Tints of Medium Red Violet #C8367A
RGB
CMYK
RGB Variations
Color information
#C8367A (or 0xC8367A) is known color: Medium Red Violet. HEX triplet: C8, 36 and 7A. RGB value is (200,54,122). Sum of RGB (Red+Green+Blue) = 200+54+122=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8367A is #37C985. Grayscale: #696969. Windows color (decimal): -3656070 or 8009416. OLE color: 8009416.
HSL color Cylindrical-coordinate representation of color #C8367A: hue angle of 332.05º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8367A is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 122 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.22 |
| HSL | 332.05º | 0.57% | 0.5% | - |
| HSV(B) | 332.05º | 0.73% | 0.78% | - |
| XYZ | 28.65 | 16.32 | 20.05 | - |
| YUV | 105.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 122 | 0 | 0.73 | 0.39 | 0.22 | 332.05 | 0.57 | 0.5 |
| Hex | C8 | 36 | 7A | 0 | 49 | 27 | 16 | 14C | 39 | 32 |
| Octal | 310 | 66 | 172 | 0 | 111 | 47 | 26 | 514 | 71 | 62 |
| Binary | 11001000 | 110110 | 1111010 | 0 | 1001001 | 100111 | 10110 | 101001100 | 111001 | 110010 |
Color Harmonies of #C8367A
Complementary color
Monochromatic Colors of #C8367A
Black with #C8367A
Text Example
Text Example
White with #C8367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8367A; }
p { color: rgb(200,54,122); }
H1.HeaderClassName
{
color: #C8367A;
}
.AnyTagClassName
{
color: #C8367A;
}
</style>
background-color css
<style>
a { background-color: #C8367A; }
a { background-color: rgb(200,54,122); }
div.DivClassName
{
background-color: #C8367A;
}
.BgClassName
{
background-color: #C8367A;
}
</style>
border-color css
<style>
span { border-color: #C8367A; }
span { border-color: rgb(200,54,122); }
td.TdClassName
{
border-color: #C8367A;
}
.TagClassName
{
border-color: #C8367A;
}
</style>