Shades of Medium Red Violet #C0288C
Tints of Medium Red Violet #C0288C
RGB
CMYK
RGB Variations
Color information
#C0288C (or 0xC0288C) is known color: Medium Red Violet. HEX triplet: C0, 28 and 8C. RGB value is (192,40,140). Sum of RGB (Red+Green+Blue) = 192+40+140=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0288C is #3FD773. Grayscale: #606060. Windows color (decimal): -4183924 or 9185472. OLE color: 9185472.
HSL color Cylindrical-coordinate representation of color #C0288C: hue angle of 320.53º 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 #C0288C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 140 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.25 |
| HSL | 320.53º | 0.66% | 0.45% | - |
| HSV(B) | 320.53º | 0.79% | 0.75% | - |
| XYZ | 27.23 | 14.62 | 26.2 | - |
| YUV | 96.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 140 | 0 | 0.79 | 0.27 | 0.25 | 320.53 | 0.66 | 0.45 |
| Hex | C0 | 28 | 8C | 0 | 4F | 1B | 19 | 141 | 42 | 2D |
| Octal | 300 | 50 | 214 | 0 | 117 | 33 | 31 | 501 | 102 | 55 |
| Binary | 11000000 | 101000 | 10001100 | 0 | 1001111 | 11011 | 11001 | 101000001 | 1000010 | 101101 |
Color Harmonies of #C0288C
Complementary color
Monochromatic Colors of #C0288C
Black with #C0288C
Text Example
Text Example
White with #C0288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0288C; }
p { color: rgb(192,40,140); }
H1.HeaderClassName
{
color: #C0288C;
}
.AnyTagClassName
{
color: #C0288C;
}
</style>
background-color css
<style>
a { background-color: #C0288C; }
a { background-color: rgb(192,40,140); }
div.DivClassName
{
background-color: #C0288C;
}
.BgClassName
{
background-color: #C0288C;
}
</style>
border-color css
<style>
span { border-color: #C0288C; }
span { border-color: rgb(192,40,140); }
td.TdClassName
{
border-color: #C0288C;
}
.TagClassName
{
border-color: #C0288C;
}
</style>