Shades of Medium Red Violet #C8288B
Tints of Medium Red Violet #C8288B
RGB
CMYK
RGB Variations
Color information
#C8288B (or 0xC8288B) is known color: Medium Red Violet. HEX triplet: C8, 28 and 8B. RGB value is (200,40,139). Sum of RGB (Red+Green+Blue) = 200+40+139=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8288B is #37D774. Grayscale: #626262. Windows color (decimal): -3659637 or 9119944. OLE color: 9119944.
HSL color Cylindrical-coordinate representation of color #C8288B: hue angle of 322.88º 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 #C8288B is Cyan = 0, Magento = 0.8, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 139 | - |
| CMYK | 0 | 0.8 | 0.30 | 0.22 |
| HSL | 322.88º | 0.67% | 0.47% | - |
| HSV(B) | 322.88º | 0.8% | 0.78% | - |
| XYZ | 29.24 | 15.66 | 25.91 | - |
| YUV | 99.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 139 | 0 | 0.8 | 0.30 | 0.22 | 322.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 8B | 0 | 50 | 1E | 16 | 143 | 43 | 2F |
| Octal | 310 | 50 | 213 | 0 | 120 | 36 | 26 | 503 | 103 | 57 |
| Binary | 11001000 | 101000 | 10001011 | 0 | 1010000 | 11110 | 10110 | 101000011 | 1000011 | 101111 |
Color Harmonies of #C8288B
Complementary color
Monochromatic Colors of #C8288B
Black with #C8288B
Text Example
Text Example
White with #C8288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8288B; }
p { color: rgb(200,40,139); }
H1.HeaderClassName
{
color: #C8288B;
}
.AnyTagClassName
{
color: #C8288B;
}
</style>
background-color css
<style>
a { background-color: #C8288B; }
a { background-color: rgb(200,40,139); }
div.DivClassName
{
background-color: #C8288B;
}
.BgClassName
{
background-color: #C8288B;
}
</style>
border-color css
<style>
span { border-color: #C8288B; }
span { border-color: rgb(200,40,139); }
td.TdClassName
{
border-color: #C8288B;
}
.TagClassName
{
border-color: #C8288B;
}
</style>