Shades of Medium Red Violet #CB288C
Tints of Medium Red Violet #CB288C
RGB
CMYK
RGB Variations
Color information
#CB288C (or 0xCB288C) is known color: Medium Red Violet. HEX triplet: CB, 28 and 8C. RGB value is (203,40,140). Sum of RGB (Red+Green+Blue) = 203+40+140=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB288C is #34D773. Grayscale: #636363. Windows color (decimal): -3463028 or 9185483. OLE color: 9185483.
HSL color Cylindrical-coordinate representation of color #CB288C: hue angle of 323.19º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB288C is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 140 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.20 |
| HSL | 323.19º | 0.67% | 0.48% | - |
| HSV(B) | 323.19º | 0.8% | 0.8% | - |
| XYZ | 30.12 | 16.11 | 26.33 | - |
| YUV | 100.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 140 | 0 | 0.80 | 0.31 | 0.20 | 323.19 | 0.67 | 0.48 |
| Hex | CB | 28 | 8C | 0 | 50 | 1F | 14 | 143 | 43 | 30 |
| Octal | 313 | 50 | 214 | 0 | 120 | 37 | 24 | 503 | 103 | 60 |
| Binary | 11001011 | 101000 | 10001100 | 0 | 1010000 | 11111 | 10100 | 101000011 | 1000011 | 110000 |
Color Harmonies of #CB288C
Complementary color
Monochromatic Colors of #CB288C
Black with #CB288C
Text Example
Text Example
White with #CB288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB288C; }
p { color: rgb(203,40,140); }
H1.HeaderClassName
{
color: #CB288C;
}
.AnyTagClassName
{
color: #CB288C;
}
</style>
background-color css
<style>
a { background-color: #CB288C; }
a { background-color: rgb(203,40,140); }
div.DivClassName
{
background-color: #CB288C;
}
.BgClassName
{
background-color: #CB288C;
}
</style>
border-color css
<style>
span { border-color: #CB288C; }
span { border-color: rgb(203,40,140); }
td.TdClassName
{
border-color: #CB288C;
}
.TagClassName
{
border-color: #CB288C;
}
</style>