Shades of Medium Red Violet #C8287F
Tints of Medium Red Violet #C8287F
RGB
CMYK
RGB Variations
Color information
#C8287F (or 0xC8287F) is known color: Medium Red Violet. HEX triplet: C8, 28 and 7F. RGB value is (200,40,127). Sum of RGB (Red+Green+Blue) = 200+40+127=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8287F is #37D780. Grayscale: #616161. Windows color (decimal): -3659649 or 8333512. OLE color: 8333512.
HSL color Cylindrical-coordinate representation of color #C8287F: hue angle of 327.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8287F is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 127 | - |
| CMYK | 0 | 0.8 | 0.36 | 0.22 |
| HSL | 327.38º | 0.67% | 0.47% | - |
| HSV(B) | 327.38º | 0.8% | 0.78% | - |
| XYZ | 28.41 | 15.33 | 21.54 | - |
| YUV | 97.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 127 | 0 | 0.8 | 0.36 | 0.22 | 327.38 | 0.67 | 0.47 |
| Hex | C8 | 28 | 7F | 0 | 50 | 24 | 16 | 147 | 43 | 2F |
| Octal | 310 | 50 | 177 | 0 | 120 | 44 | 26 | 507 | 103 | 57 |
| Binary | 11001000 | 101000 | 1111111 | 0 | 1010000 | 100100 | 10110 | 101000111 | 1000011 | 101111 |
Color Harmonies of #C8287F
Complementary color
Monochromatic Colors of #C8287F
Black with #C8287F
Text Example
Text Example
White with #C8287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8287F; }
p { color: rgb(200,40,127); }
H1.HeaderClassName
{
color: #C8287F;
}
.AnyTagClassName
{
color: #C8287F;
}
</style>
background-color css
<style>
a { background-color: #C8287F; }
a { background-color: rgb(200,40,127); }
div.DivClassName
{
background-color: #C8287F;
}
.BgClassName
{
background-color: #C8287F;
}
</style>
border-color css
<style>
span { border-color: #C8287F; }
span { border-color: rgb(200,40,127); }
td.TdClassName
{
border-color: #C8287F;
}
.TagClassName
{
border-color: #C8287F;
}
</style>