Shades of Medium Violet Red #CB0075
Tints of Medium Violet Red #CB0075
RGB
CMYK
RGB Variations
Color information
#CB0075 (or 0xCB0075) is known color: Medium Violet Red. HEX triplet: CB, 00 and 75. RGB value is (203,0,117). Sum of RGB (Red+Green+Blue) = 203+0+117=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0075 is #34FF8A. Grayscale: #494949. Windows color (decimal): -3473291 or 7667915. OLE color: 7667915.
HSL color Cylindrical-coordinate representation of color #CB0075: hue angle of 325.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0075 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.42 | 0.20 |
| HSL | 325.42º | 1% | 0.4% | - |
| HSV(B) | 325.42º | 1% | 0.8% | - |
| XYZ | 27.84 | 13.98 | 18.06 | - |
| YUV | 74.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 117 | 0 | 1 | 0.42 | 0.20 | 325.42 | 1 | 0.4 |
| Hex | CB | 0 | 75 | 0 | 64 | 2A | 14 | 145 | 64 | 28 |
| Octal | 313 | 0 | 165 | 0 | 144 | 52 | 24 | 505 | 144 | 50 |
| Binary | 11001011 | 0 | 1110101 | 0 | 1100100 | 101010 | 10100 | 101000101 | 1100100 | 101000 |
Color Harmonies of #CB0075
Complementary color
Monochromatic Colors of #CB0075
Black with #CB0075
Text Example
Text Example
White with #CB0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0075; }
p { color: rgb(203,0,117); }
H1.HeaderClassName
{
color: #CB0075;
}
.AnyTagClassName
{
color: #CB0075;
}
</style>
background-color css
<style>
a { background-color: #CB0075; }
a { background-color: rgb(203,0,117); }
div.DivClassName
{
background-color: #CB0075;
}
.BgClassName
{
background-color: #CB0075;
}
</style>
border-color css
<style>
span { border-color: #CB0075; }
span { border-color: rgb(203,0,117); }
td.TdClassName
{
border-color: #CB0075;
}
.TagClassName
{
border-color: #CB0075;
}
</style>