Shades of Medium Violet Red #CB0275
Tints of Medium Violet Red #CB0275
RGB
CMYK
RGB Variations
Color information
#CB0275 (or 0xCB0275) is known color: Medium Violet Red. HEX triplet: CB, 02 and 75. RGB value is (203,2,117). Sum of RGB (Red+Green+Blue) = 203+2+117=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0275 is #34FD8A. Grayscale: #4A4A4A. Windows color (decimal): -3472779 or 7668427. OLE color: 7668427.
HSL color Cylindrical-coordinate representation of color #CB0275: hue angle of 325.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0275 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.20 |
| HSL | 325.67º | 0.98% | 0.4% | - |
| HSV(B) | 325.67º | 0.99% | 0.8% | - |
| XYZ | 27.86 | 14.02 | 18.07 | - |
| YUV | 75.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 117 | 0 | 0.99 | 0.42 | 0.20 | 325.67 | 0.98 | 0.4 |
| Hex | CB | 2 | 75 | 0 | 63 | 2A | 14 | 146 | 62 | 28 |
| Octal | 313 | 2 | 165 | 0 | 143 | 52 | 24 | 506 | 142 | 50 |
| Binary | 11001011 | 10 | 1110101 | 0 | 1100011 | 101010 | 10100 | 101000110 | 1100010 | 101000 |
Color Harmonies of #CB0275
Complementary color
Monochromatic Colors of #CB0275
Black with #CB0275
Text Example
Text Example
White with #CB0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0275; }
p { color: rgb(203,2,117); }
H1.HeaderClassName
{
color: #CB0275;
}
.AnyTagClassName
{
color: #CB0275;
}
</style>
background-color css
<style>
a { background-color: #CB0275; }
a { background-color: rgb(203,2,117); }
div.DivClassName
{
background-color: #CB0275;
}
.BgClassName
{
background-color: #CB0275;
}
</style>
border-color css
<style>
span { border-color: #CB0275; }
span { border-color: rgb(203,2,117); }
td.TdClassName
{
border-color: #CB0275;
}
.TagClassName
{
border-color: #CB0275;
}
</style>