Shades of Medium Violet Red #CB1475
Tints of Medium Violet Red #CB1475
RGB
CMYK
RGB Variations
Color information
#CB1475 (or 0xCB1475) is known color: Medium Violet Red. HEX triplet: CB, 14 and 75. RGB value is (203,20,117). Sum of RGB (Red+Green+Blue) = 203+20+117=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1475 is #34EB8A. Grayscale: #555555. Windows color (decimal): -3468171 or 7673035. OLE color: 7673035.
HSL color Cylindrical-coordinate representation of color #CB1475: hue angle of 328.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1475 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 117 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.20 |
| HSL | 328.2º | 0.82% | 0.44% | - |
| HSV(B) | 328.2º | 0.9% | 0.8% | - |
| XYZ | 28.09 | 14.48 | 18.14 | - |
| YUV | 85.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 117 | 0 | 0.90 | 0.42 | 0.20 | 328.2 | 0.82 | 0.44 |
| Hex | CB | 14 | 75 | 0 | 5A | 2A | 14 | 148 | 52 | 2C |
| Octal | 313 | 24 | 165 | 0 | 132 | 52 | 24 | 510 | 122 | 54 |
| Binary | 11001011 | 10100 | 1110101 | 0 | 1011010 | 101010 | 10100 | 101001000 | 1010010 | 101100 |
Color Harmonies of #CB1475
Complementary color
Monochromatic Colors of #CB1475
Black with #CB1475
Text Example
Text Example
White with #CB1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1475; }
p { color: rgb(203,20,117); }
H1.HeaderClassName
{
color: #CB1475;
}
.AnyTagClassName
{
color: #CB1475;
}
</style>
background-color css
<style>
a { background-color: #CB1475; }
a { background-color: rgb(203,20,117); }
div.DivClassName
{
background-color: #CB1475;
}
.BgClassName
{
background-color: #CB1475;
}
</style>
border-color css
<style>
span { border-color: #CB1475; }
span { border-color: rgb(203,20,117); }
td.TdClassName
{
border-color: #CB1475;
}
.TagClassName
{
border-color: #CB1475;
}
</style>