Shades of Medium Violet Red #CB2282
Tints of Medium Violet Red #CB2282
RGB
CMYK
RGB Variations
Color information
#CB2282 (or 0xCB2282) is known color: Medium Violet Red. HEX triplet: CB, 22 and 82. RGB value is (203,34,130). Sum of RGB (Red+Green+Blue) = 203+34+130=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2282 is #34DD7D. Grayscale: #5F5F5F. Windows color (decimal): -3464574 or 8528587. OLE color: 8528587.
HSL color Cylindrical-coordinate representation of color #CB2282: hue angle of 325.92º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2282 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 130 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.20 |
| HSL | 325.92º | 0.71% | 0.46% | - |
| HSV(B) | 325.92º | 0.83% | 0.8% | - |
| XYZ | 29.23 | 15.45 | 22.56 | - |
| YUV | 95.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 130 | 0 | 0.83 | 0.36 | 0.20 | 325.92 | 0.71 | 0.46 |
| Hex | CB | 22 | 82 | 0 | 53 | 24 | 14 | 146 | 47 | 2E |
| Octal | 313 | 42 | 202 | 0 | 123 | 44 | 24 | 506 | 107 | 56 |
| Binary | 11001011 | 100010 | 10000010 | 0 | 1010011 | 100100 | 10100 | 101000110 | 1000111 | 101110 |
Color Harmonies of #CB2282
Complementary color
Monochromatic Colors of #CB2282
Black with #CB2282
Text Example
Text Example
White with #CB2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2282; }
p { color: rgb(203,34,130); }
H1.HeaderClassName
{
color: #CB2282;
}
.AnyTagClassName
{
color: #CB2282;
}
</style>
background-color css
<style>
a { background-color: #CB2282; }
a { background-color: rgb(203,34,130); }
div.DivClassName
{
background-color: #CB2282;
}
.BgClassName
{
background-color: #CB2282;
}
</style>
border-color css
<style>
span { border-color: #CB2282; }
span { border-color: rgb(203,34,130); }
td.TdClassName
{
border-color: #CB2282;
}
.TagClassName
{
border-color: #CB2282;
}
</style>