Shades of Medium Red Violet #C0288B
Tints of Medium Red Violet #C0288B
RGB
CMYK
RGB Variations
Color information
#C0288B (or 0xC0288B) is known color: Medium Red Violet. HEX triplet: C0, 28 and 8B. RGB value is (192,40,139). Sum of RGB (Red+Green+Blue) = 192+40+139=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288B is #3FD774. Grayscale: #606060. Windows color (decimal): -4183925 or 9119936. OLE color: 9119936.
HSL color Cylindrical-coordinate representation of color #C0288B: hue angle of 320.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0288B is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 139 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.25 |
| HSL | 320.92º | 0.66% | 0.45% | - |
| HSV(B) | 320.92º | 0.79% | 0.75% | - |
| XYZ | 27.16 | 14.59 | 25.81 | - |
| YUV | 96.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 139 | 0 | 0.79 | 0.28 | 0.25 | 320.92 | 0.66 | 0.45 |
| Hex | C0 | 28 | 8B | 0 | 4F | 1C | 19 | 141 | 42 | 2D |
| Octal | 300 | 50 | 213 | 0 | 117 | 34 | 31 | 501 | 102 | 55 |
| Binary | 11000000 | 101000 | 10001011 | 0 | 1001111 | 11100 | 11001 | 101000001 | 1000010 | 101101 |
Color Harmonies of #C0288B
Complementary color
Monochromatic Colors of #C0288B
Black with #C0288B
Text Example
Text Example
White with #C0288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0288B; }
p { color: rgb(192,40,139); }
H1.HeaderClassName
{
color: #C0288B;
}
.AnyTagClassName
{
color: #C0288B;
}
</style>
background-color css
<style>
a { background-color: #C0288B; }
a { background-color: rgb(192,40,139); }
div.DivClassName
{
background-color: #C0288B;
}
.BgClassName
{
background-color: #C0288B;
}
</style>
border-color css
<style>
span { border-color: #C0288B; }
span { border-color: rgb(192,40,139); }
td.TdClassName
{
border-color: #C0288B;
}
.TagClassName
{
border-color: #C0288B;
}
</style>