Shades of Medium Red Violet #C8307A
Tints of Medium Red Violet #C8307A
RGB
CMYK
RGB Variations
Color information
#C8307A (or 0xC8307A) is known color: Medium Red Violet. HEX triplet: C8, 30 and 7A. RGB value is (200,48,122). Sum of RGB (Red+Green+Blue) = 200+48+122=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8307A is #37CF85. Grayscale: #656565. Windows color (decimal): -3657606 or 8007880. OLE color: 8007880.
HSL color Cylindrical-coordinate representation of color #C8307A: hue angle of 330.79º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8307A is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 122 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.22 |
| HSL | 330.79º | 0.61% | 0.49% | - |
| HSV(B) | 330.79º | 0.76% | 0.78% | - |
| XYZ | 28.39 | 15.8 | 19.97 | - |
| YUV | 101.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 122 | 0 | 0.76 | 0.39 | 0.22 | 330.79 | 0.61 | 0.49 |
| Hex | C8 | 30 | 7A | 0 | 4C | 27 | 16 | 14B | 3D | 31 |
| Octal | 310 | 60 | 172 | 0 | 114 | 47 | 26 | 513 | 75 | 61 |
| Binary | 11001000 | 110000 | 1111010 | 0 | 1001100 | 100111 | 10110 | 101001011 | 111101 | 110001 |
Color Harmonies of #C8307A
Complementary color
Monochromatic Colors of #C8307A
Black with #C8307A
Text Example
Text Example
White with #C8307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8307A; }
p { color: rgb(200,48,122); }
H1.HeaderClassName
{
color: #C8307A;
}
.AnyTagClassName
{
color: #C8307A;
}
</style>
background-color css
<style>
a { background-color: #C8307A; }
a { background-color: rgb(200,48,122); }
div.DivClassName
{
background-color: #C8307A;
}
.BgClassName
{
background-color: #C8307A;
}
</style>
border-color css
<style>
span { border-color: #C8307A; }
span { border-color: rgb(200,48,122); }
td.TdClassName
{
border-color: #C8307A;
}
.TagClassName
{
border-color: #C8307A;
}
</style>