Shades of Medium Red Violet #C8307F
Tints of Medium Red Violet #C8307F
RGB
CMYK
RGB Variations
Color information
#C8307F (or 0xC8307F) is known color: Medium Red Violet. HEX triplet: C8, 30 and 7F. RGB value is (200,48,127). Sum of RGB (Red+Green+Blue) = 200+48+127=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8307F is #37CF80. Grayscale: #666666. Windows color (decimal): -3657601 or 8335560. OLE color: 8335560.
HSL color Cylindrical-coordinate representation of color #C8307F: hue angle of 328.82º 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 #C8307F is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 127 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.22 |
| HSL | 328.82º | 0.61% | 0.49% | - |
| HSV(B) | 328.82º | 0.76% | 0.78% | - |
| XYZ | 28.71 | 15.93 | 21.64 | - |
| YUV | 102.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 127 | 0 | 0.76 | 0.36 | 0.22 | 328.82 | 0.61 | 0.49 |
| Hex | C8 | 30 | 7F | 0 | 4C | 24 | 16 | 149 | 3D | 31 |
| Octal | 310 | 60 | 177 | 0 | 114 | 44 | 26 | 511 | 75 | 61 |
| Binary | 11001000 | 110000 | 1111111 | 0 | 1001100 | 100100 | 10110 | 101001001 | 111101 | 110001 |
Color Harmonies of #C8307F
Complementary color
Monochromatic Colors of #C8307F
Black with #C8307F
Text Example
Text Example
White with #C8307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8307F; }
p { color: rgb(200,48,127); }
H1.HeaderClassName
{
color: #C8307F;
}
.AnyTagClassName
{
color: #C8307F;
}
</style>
background-color css
<style>
a { background-color: #C8307F; }
a { background-color: rgb(200,48,127); }
div.DivClassName
{
background-color: #C8307F;
}
.BgClassName
{
background-color: #C8307F;
}
</style>
border-color css
<style>
span { border-color: #C8307F; }
span { border-color: rgb(200,48,127); }
td.TdClassName
{
border-color: #C8307F;
}
.TagClassName
{
border-color: #C8307F;
}
</style>