Shades of Medium Violet Red #CB0976
Tints of Medium Violet Red #CB0976
RGB
CMYK
RGB Variations
Color information
#CB0976 (or 0xCB0976) is known color: Medium Violet Red. HEX triplet: CB, 09 and 76. RGB value is (203,9,118). Sum of RGB (Red+Green+Blue) = 203+9+118=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0976 is #34F689. Grayscale: #4F4F4F. Windows color (decimal): -3470986 or 7735755. OLE color: 7735755.
HSL color Cylindrical-coordinate representation of color #CB0976: hue angle of 326.29º 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 #CB0976 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.20 |
| HSL | 326.29º | 0.92% | 0.42% | - |
| HSV(B) | 326.29º | 0.96% | 0.8% | - |
| XYZ | 28 | 14.2 | 18.4 | - |
| YUV | 79.43 | 149.77 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 118 | 0 | 0.96 | 0.42 | 0.20 | 326.29 | 0.92 | 0.42 |
| Hex | CB | 9 | 76 | 0 | 60 | 2A | 14 | 146 | 5C | 2A |
| Octal | 313 | 11 | 166 | 0 | 140 | 52 | 24 | 506 | 134 | 52 |
| Binary | 11001011 | 1001 | 1110110 | 0 | 1100000 | 101010 | 10100 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CB0976
Complementary color
Monochromatic Colors of #CB0976
Black with #CB0976
Text Example
Text Example
White with #CB0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0976; }
p { color: rgb(203,9,118); }
H1.HeaderClassName
{
color: #CB0976;
}
.AnyTagClassName
{
color: #CB0976;
}
</style>
background-color css
<style>
a { background-color: #CB0976; }
a { background-color: rgb(203,9,118); }
div.DivClassName
{
background-color: #CB0976;
}
.BgClassName
{
background-color: #CB0976;
}
</style>
border-color css
<style>
span { border-color: #CB0976; }
span { border-color: rgb(203,9,118); }
td.TdClassName
{
border-color: #CB0976;
}
.TagClassName
{
border-color: #CB0976;
}
</style>