Shades of Medium Violet Red #CB2170
Tints of Medium Violet Red #CB2170
RGB
CMYK
RGB Variations
Color information
#CB2170 (or 0xCB2170) is known color: Medium Violet Red. HEX triplet: CB, 21 and 70. RGB value is (203,33,112). Sum of RGB (Red+Green+Blue) = 203+33+112=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2170 is #34DE8F. Grayscale: #5C5C5C. Windows color (decimal): -3464848 or 7348683. OLE color: 7348683.
HSL color Cylindrical-coordinate representation of color #CB2170: hue angle of 332.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2170 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 112 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.20 |
| HSL | 332.12º | 0.72% | 0.46% | - |
| HSV(B) | 332.12º | 0.84% | 0.8% | - |
| XYZ | 28.1 | 14.95 | 16.73 | - |
| YUV | 92.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 112 | 0 | 0.84 | 0.45 | 0.20 | 332.12 | 0.72 | 0.46 |
| Hex | CB | 21 | 70 | 0 | 54 | 2D | 14 | 14C | 48 | 2E |
| Octal | 313 | 41 | 160 | 0 | 124 | 55 | 24 | 514 | 110 | 56 |
| Binary | 11001011 | 100001 | 1110000 | 0 | 1010100 | 101101 | 10100 | 101001100 | 1001000 | 101110 |
Color Harmonies of #CB2170
Complementary color
Monochromatic Colors of #CB2170
Black with #CB2170
Text Example
Text Example
White with #CB2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2170; }
p { color: rgb(203,33,112); }
H1.HeaderClassName
{
color: #CB2170;
}
.AnyTagClassName
{
color: #CB2170;
}
</style>
background-color css
<style>
a { background-color: #CB2170; }
a { background-color: rgb(203,33,112); }
div.DivClassName
{
background-color: #CB2170;
}
.BgClassName
{
background-color: #CB2170;
}
</style>
border-color css
<style>
span { border-color: #CB2170; }
span { border-color: rgb(203,33,112); }
td.TdClassName
{
border-color: #CB2170;
}
.TagClassName
{
border-color: #CB2170;
}
</style>