Shades of Medium Violet Red #CB0B82
Tints of Medium Violet Red #CB0B82
RGB
CMYK
RGB Variations
Color information
#CB0B82 (or 0xCB0B82) is known color: Medium Violet Red. HEX triplet: CB, 0B and 82. RGB value is (203,11,130). Sum of RGB (Red+Green+Blue) = 203+11+130=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0B82 is #34F47D. Grayscale: #515151. Windows color (decimal): -3470462 or 8522699. OLE color: 8522699.
HSL color Cylindrical-coordinate representation of color #CB0B82: hue angle of 322.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B82 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 130 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.20 |
| HSL | 322.81º | 0.9% | 0.42% | - |
| HSV(B) | 322.81º | 0.95% | 0.8% | - |
| XYZ | 28.78 | 14.55 | 22.41 | - |
| YUV | 81.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 130 | 0 | 0.95 | 0.36 | 0.20 | 322.81 | 0.9 | 0.42 |
| Hex | CB | B | 82 | 0 | 5F | 24 | 14 | 143 | 5A | 2A |
| Octal | 313 | 13 | 202 | 0 | 137 | 44 | 24 | 503 | 132 | 52 |
| Binary | 11001011 | 1011 | 10000010 | 0 | 1011111 | 100100 | 10100 | 101000011 | 1011010 | 101010 |
Color Harmonies of #CB0B82
Complementary color
Monochromatic Colors of #CB0B82
Black with #CB0B82
Text Example
Text Example
White with #CB0B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B82; }
p { color: rgb(203,11,130); }
H1.HeaderClassName
{
color: #CB0B82;
}
.AnyTagClassName
{
color: #CB0B82;
}
</style>
background-color css
<style>
a { background-color: #CB0B82; }
a { background-color: rgb(203,11,130); }
div.DivClassName
{
background-color: #CB0B82;
}
.BgClassName
{
background-color: #CB0B82;
}
</style>
border-color css
<style>
span { border-color: #CB0B82; }
span { border-color: rgb(203,11,130); }
td.TdClassName
{
border-color: #CB0B82;
}
.TagClassName
{
border-color: #CB0B82;
}
</style>