Shades of Medium Red Violet #C8308B
Tints of Medium Red Violet #C8308B
RGB
CMYK
RGB Variations
Color information
#C8308B (or 0xC8308B) is known color: Medium Red Violet. HEX triplet: C8, 30 and 8B. RGB value is (200,48,139). Sum of RGB (Red+Green+Blue) = 200+48+139=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8308B is #37CF74. Grayscale: #676767. Windows color (decimal): -3657589 or 9121992. OLE color: 9121992.
HSL color Cylindrical-coordinate representation of color #C8308B: hue angle of 324.08º 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 #C8308B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 139 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.22 |
| HSL | 324.08º | 0.61% | 0.49% | - |
| HSV(B) | 324.08º | 0.76% | 0.78% | - |
| XYZ | 29.54 | 16.26 | 26.01 | - |
| YUV | 103.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 139 | 0 | 0.76 | 0.30 | 0.22 | 324.08 | 0.61 | 0.49 |
| Hex | C8 | 30 | 8B | 0 | 4C | 1E | 16 | 144 | 3D | 31 |
| Octal | 310 | 60 | 213 | 0 | 114 | 36 | 26 | 504 | 75 | 61 |
| Binary | 11001000 | 110000 | 10001011 | 0 | 1001100 | 11110 | 10110 | 101000100 | 111101 | 110001 |
Color Harmonies of #C8308B
Complementary color
Monochromatic Colors of #C8308B
Black with #C8308B
Text Example
Text Example
White with #C8308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8308B; }
p { color: rgb(200,48,139); }
H1.HeaderClassName
{
color: #C8308B;
}
.AnyTagClassName
{
color: #C8308B;
}
</style>
background-color css
<style>
a { background-color: #C8308B; }
a { background-color: rgb(200,48,139); }
div.DivClassName
{
background-color: #C8308B;
}
.BgClassName
{
background-color: #C8308B;
}
</style>
border-color css
<style>
span { border-color: #C8308B; }
span { border-color: rgb(200,48,139); }
td.TdClassName
{
border-color: #C8308B;
}
.TagClassName
{
border-color: #C8308B;
}
</style>