Shades of Medium Violet Red #CB0382
Tints of Medium Violet Red #CB0382
RGB
CMYK
RGB Variations
Color information
#CB0382 (or 0xCB0382) is known color: Medium Violet Red. HEX triplet: CB, 03 and 82. RGB value is (203,3,130). Sum of RGB (Red+Green+Blue) = 203+3+130=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0382 is #34FC7D. Grayscale: #4C4C4C. Windows color (decimal): -3472510 or 8520651. OLE color: 8520651.
HSL color Cylindrical-coordinate representation of color #CB0382: hue angle of 321.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0382 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.20 |
| HSL | 321.9º | 0.97% | 0.4% | - |
| HSV(B) | 321.9º | 0.99% | 0.8% | - |
| XYZ | 28.69 | 14.37 | 22.38 | - |
| YUV | 77.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 130 | 0 | 0.99 | 0.36 | 0.20 | 321.9 | 0.97 | 0.4 |
| Hex | CB | 3 | 82 | 0 | 63 | 24 | 14 | 142 | 61 | 28 |
| Octal | 313 | 3 | 202 | 0 | 143 | 44 | 24 | 502 | 141 | 50 |
| Binary | 11001011 | 11 | 10000010 | 0 | 1100011 | 100100 | 10100 | 101000010 | 1100001 | 101000 |
Color Harmonies of #CB0382
Complementary color
Monochromatic Colors of #CB0382
Black with #CB0382
Text Example
Text Example
White with #CB0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0382; }
p { color: rgb(203,3,130); }
H1.HeaderClassName
{
color: #CB0382;
}
.AnyTagClassName
{
color: #CB0382;
}
</style>
background-color css
<style>
a { background-color: #CB0382; }
a { background-color: rgb(203,3,130); }
div.DivClassName
{
background-color: #CB0382;
}
.BgClassName
{
background-color: #CB0382;
}
</style>
border-color css
<style>
span { border-color: #CB0382; }
span { border-color: rgb(203,3,130); }
td.TdClassName
{
border-color: #CB0382;
}
.TagClassName
{
border-color: #CB0382;
}
</style>