Shades of Medium Violet Red #CB0182
Tints of Medium Violet Red #CB0182
RGB
CMYK
RGB Variations
Color information
#CB0182 (or 0xCB0182) is known color: Medium Violet Red. HEX triplet: CB, 01 and 82. RGB value is (203,1,130). Sum of RGB (Red+Green+Blue) = 203+1+130=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0182 is #34FE7D. Grayscale: #4B4B4B. Windows color (decimal): -3473022 or 8520139. OLE color: 8520139.
HSL color Cylindrical-coordinate representation of color #CB0182: hue angle of 321.68º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0182 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.20 |
| HSL | 321.68º | 0.99% | 0.4% | - |
| HSV(B) | 321.68º | 1% | 0.8% | - |
| XYZ | 28.67 | 14.33 | 22.37 | - |
| YUV | 76.1 | 158.42 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 130 | 0 | 1.00 | 0.36 | 0.20 | 321.68 | 0.99 | 0.4 |
| Hex | CB | 1 | 82 | 0 | 64 | 24 | 14 | 142 | 63 | 28 |
| Octal | 313 | 1 | 202 | 0 | 144 | 44 | 24 | 502 | 143 | 50 |
| Binary | 11001011 | 1 | 10000010 | 0 | 1100100 | 100100 | 10100 | 101000010 | 1100011 | 101000 |
Color Harmonies of #CB0182
Complementary color
Monochromatic Colors of #CB0182
Black with #CB0182
Text Example
Text Example
White with #CB0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0182; }
p { color: rgb(203,1,130); }
H1.HeaderClassName
{
color: #CB0182;
}
.AnyTagClassName
{
color: #CB0182;
}
</style>
background-color css
<style>
a { background-color: #CB0182; }
a { background-color: rgb(203,1,130); }
div.DivClassName
{
background-color: #CB0182;
}
.BgClassName
{
background-color: #CB0182;
}
</style>
border-color css
<style>
span { border-color: #CB0182; }
span { border-color: rgb(203,1,130); }
td.TdClassName
{
border-color: #CB0182;
}
.TagClassName
{
border-color: #CB0182;
}
</style>