Shades of Medium Violet Red #CB0975
Tints of Medium Violet Red #CB0975
RGB
CMYK
RGB Variations
Color information
#CB0975 (or 0xCB0975) is known color: Medium Violet Red. HEX triplet: CB, 09 and 75. RGB value is (203,9,117). Sum of RGB (Red+Green+Blue) = 203+9+117=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0975 is #34F68A. Grayscale: #4F4F4F. Windows color (decimal): -3470987 or 7670219. OLE color: 7670219.
HSL color Cylindrical-coordinate representation of color #CB0975: hue angle of 326.6º 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 #CB0975 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.20 |
| HSL | 326.6º | 0.92% | 0.42% | - |
| HSV(B) | 326.6º | 0.96% | 0.8% | - |
| XYZ | 27.94 | 14.18 | 18.09 | - |
| YUV | 79.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 117 | 0 | 0.96 | 0.42 | 0.20 | 326.6 | 0.92 | 0.42 |
| Hex | CB | 9 | 75 | 0 | 60 | 2A | 14 | 147 | 5C | 2A |
| Octal | 313 | 11 | 165 | 0 | 140 | 52 | 24 | 507 | 134 | 52 |
| Binary | 11001011 | 1001 | 1110101 | 0 | 1100000 | 101010 | 10100 | 101000111 | 1011100 | 101010 |
Color Harmonies of #CB0975
Complementary color
Monochromatic Colors of #CB0975
Black with #CB0975
Text Example
Text Example
White with #CB0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0975; }
p { color: rgb(203,9,117); }
H1.HeaderClassName
{
color: #CB0975;
}
.AnyTagClassName
{
color: #CB0975;
}
</style>
background-color css
<style>
a { background-color: #CB0975; }
a { background-color: rgb(203,9,117); }
div.DivClassName
{
background-color: #CB0975;
}
.BgClassName
{
background-color: #CB0975;
}
</style>
border-color css
<style>
span { border-color: #CB0975; }
span { border-color: rgb(203,9,117); }
td.TdClassName
{
border-color: #CB0975;
}
.TagClassName
{
border-color: #CB0975;
}
</style>