Shades of Medium Violet Red #CB1883
Tints of Medium Violet Red #CB1883
RGB
CMYK
RGB Variations
Color information
#CB1883 (or 0xCB1883) is known color: Medium Violet Red. HEX triplet: CB, 18 and 83. RGB value is (203,24,131). Sum of RGB (Red+Green+Blue) = 203+24+131=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1883 is #34E77C. Grayscale: #595959. Windows color (decimal): -3467133 or 8591563. OLE color: 8591563.
HSL color Cylindrical-coordinate representation of color #CB1883: hue angle of 324.13º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1883 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 131 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.20 |
| HSL | 324.13º | 0.79% | 0.45% | - |
| HSV(B) | 324.13º | 0.88% | 0.8% | - |
| XYZ | 29.05 | 14.99 | 22.83 | - |
| YUV | 89.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 131 | 0 | 0.88 | 0.35 | 0.20 | 324.13 | 0.79 | 0.45 |
| Hex | CB | 18 | 83 | 0 | 58 | 23 | 14 | 144 | 4F | 2D |
| Octal | 313 | 30 | 203 | 0 | 130 | 43 | 24 | 504 | 117 | 55 |
| Binary | 11001011 | 11000 | 10000011 | 0 | 1011000 | 100011 | 10100 | 101000100 | 1001111 | 101101 |
Color Harmonies of #CB1883
Complementary color
Monochromatic Colors of #CB1883
Black with #CB1883
Text Example
Text Example
White with #CB1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1883; }
p { color: rgb(203,24,131); }
H1.HeaderClassName
{
color: #CB1883;
}
.AnyTagClassName
{
color: #CB1883;
}
</style>
background-color css
<style>
a { background-color: #CB1883; }
a { background-color: rgb(203,24,131); }
div.DivClassName
{
background-color: #CB1883;
}
.BgClassName
{
background-color: #CB1883;
}
</style>
border-color css
<style>
span { border-color: #CB1883; }
span { border-color: rgb(203,24,131); }
td.TdClassName
{
border-color: #CB1883;
}
.TagClassName
{
border-color: #CB1883;
}
</style>