Shades of Medium Violet Red #CB0175
Tints of Medium Violet Red #CB0175
RGB
CMYK
RGB Variations
Color information
#CB0175 (or 0xCB0175) is known color: Medium Violet Red. HEX triplet: CB, 01 and 75. RGB value is (203,1,117). Sum of RGB (Red+Green+Blue) = 203+1+117=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0175 is #34FE8A. Grayscale: #4A4A4A. Windows color (decimal): -3473035 or 7668171. OLE color: 7668171.
HSL color Cylindrical-coordinate representation of color #CB0175: hue angle of 325.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0175 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.20 |
| HSL | 325.54º | 0.99% | 0.4% | - |
| HSV(B) | 325.54º | 1% | 0.8% | - |
| XYZ | 27.85 | 14 | 18.06 | - |
| YUV | 74.62 | 151.92 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 117 | 0 | 1.00 | 0.42 | 0.20 | 325.54 | 0.99 | 0.4 |
| Hex | CB | 1 | 75 | 0 | 64 | 2A | 14 | 146 | 63 | 28 |
| Octal | 313 | 1 | 165 | 0 | 144 | 52 | 24 | 506 | 143 | 50 |
| Binary | 11001011 | 1 | 1110101 | 0 | 1100100 | 101010 | 10100 | 101000110 | 1100011 | 101000 |
Color Harmonies of #CB0175
Complementary color
Monochromatic Colors of #CB0175
Black with #CB0175
Text Example
Text Example
White with #CB0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0175; }
p { color: rgb(203,1,117); }
H1.HeaderClassName
{
color: #CB0175;
}
.AnyTagClassName
{
color: #CB0175;
}
</style>
background-color css
<style>
a { background-color: #CB0175; }
a { background-color: rgb(203,1,117); }
div.DivClassName
{
background-color: #CB0175;
}
.BgClassName
{
background-color: #CB0175;
}
</style>
border-color css
<style>
span { border-color: #CB0175; }
span { border-color: rgb(203,1,117); }
td.TdClassName
{
border-color: #CB0175;
}
.TagClassName
{
border-color: #CB0175;
}
</style>