Shades of Medium Red Violet #C8307E
Tints of Medium Red Violet #C8307E
RGB
CMYK
RGB Variations
Color information
#C8307E (or 0xC8307E) is known color: Medium Red Violet. HEX triplet: C8, 30 and 7E. RGB value is (200,48,126). Sum of RGB (Red+Green+Blue) = 200+48+126=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8307E is #37CF81. Grayscale: #666666. Windows color (decimal): -3657602 or 8270024. OLE color: 8270024.
HSL color Cylindrical-coordinate representation of color #C8307E: hue angle of 329.21º 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 #C8307E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 126 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.22 |
| HSL | 329.21º | 0.61% | 0.49% | - |
| HSV(B) | 329.21º | 0.76% | 0.78% | - |
| XYZ | 28.64 | 15.9 | 21.3 | - |
| YUV | 102.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 126 | 0 | 0.76 | 0.37 | 0.22 | 329.21 | 0.61 | 0.49 |
| Hex | C8 | 30 | 7E | 0 | 4C | 25 | 16 | 149 | 3D | 31 |
| Octal | 310 | 60 | 176 | 0 | 114 | 45 | 26 | 511 | 75 | 61 |
| Binary | 11001000 | 110000 | 1111110 | 0 | 1001100 | 100101 | 10110 | 101001001 | 111101 | 110001 |
Color Harmonies of #C8307E
Complementary color
Monochromatic Colors of #C8307E
Black with #C8307E
Text Example
Text Example
White with #C8307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8307E; }
p { color: rgb(200,48,126); }
H1.HeaderClassName
{
color: #C8307E;
}
.AnyTagClassName
{
color: #C8307E;
}
</style>
background-color css
<style>
a { background-color: #C8307E; }
a { background-color: rgb(200,48,126); }
div.DivClassName
{
background-color: #C8307E;
}
.BgClassName
{
background-color: #C8307E;
}
</style>
border-color css
<style>
span { border-color: #C8307E; }
span { border-color: rgb(200,48,126); }
td.TdClassName
{
border-color: #C8307E;
}
.TagClassName
{
border-color: #C8307E;
}
</style>