Shades of Medium Violet Red #CB0982
Tints of Medium Violet Red #CB0982
RGB
CMYK
RGB Variations
Color information
#CB0982 (or 0xCB0982) is known color: Medium Violet Red. HEX triplet: CB, 09 and 82. RGB value is (203,9,130). Sum of RGB (Red+Green+Blue) = 203+9+130=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0982 is #34F67D. Grayscale: #505050. Windows color (decimal): -3470974 or 8522187. OLE color: 8522187.
HSL color Cylindrical-coordinate representation of color #CB0982: hue angle of 322.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0982 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.20 |
| HSL | 322.58º | 0.92% | 0.42% | - |
| HSV(B) | 322.58º | 0.96% | 0.8% | - |
| XYZ | 28.76 | 14.5 | 22.4 | - |
| YUV | 80.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 130 | 0 | 0.96 | 0.36 | 0.20 | 322.58 | 0.92 | 0.42 |
| Hex | CB | 9 | 82 | 0 | 60 | 24 | 14 | 143 | 5C | 2A |
| Octal | 313 | 11 | 202 | 0 | 140 | 44 | 24 | 503 | 134 | 52 |
| Binary | 11001011 | 1001 | 10000010 | 0 | 1100000 | 100100 | 10100 | 101000011 | 1011100 | 101010 |
Color Harmonies of #CB0982
Complementary color
Monochromatic Colors of #CB0982
Black with #CB0982
Text Example
Text Example
White with #CB0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0982; }
p { color: rgb(203,9,130); }
H1.HeaderClassName
{
color: #CB0982;
}
.AnyTagClassName
{
color: #CB0982;
}
</style>
background-color css
<style>
a { background-color: #CB0982; }
a { background-color: rgb(203,9,130); }
div.DivClassName
{
background-color: #CB0982;
}
.BgClassName
{
background-color: #CB0982;
}
</style>
border-color css
<style>
span { border-color: #CB0982; }
span { border-color: rgb(203,9,130); }
td.TdClassName
{
border-color: #CB0982;
}
.TagClassName
{
border-color: #CB0982;
}
</style>