Shades of Medium Red Violet #CB2DAB
Tints of Medium Red Violet #CB2DAB
RGB
CMYK
RGB Variations
Color information
#CB2DAB (or 0xCB2DAB) is known color: Medium Red Violet. HEX triplet: CB, 2D and AB. RGB value is (203,45,171). Sum of RGB (Red+Green+Blue) = 203+45+171=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2DAB is #34D254. Grayscale: #6A6A6A. Windows color (decimal): -3461717 or 11218379. OLE color: 11218379.
HSL color Cylindrical-coordinate representation of color #CB2DAB: hue angle of 312.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DAB is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 171 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.20 |
| HSL | 312.15º | 0.64% | 0.49% | - |
| HSV(B) | 312.15º | 0.78% | 0.8% | - |
| XYZ | 32.92 | 17.51 | 40.17 | - |
| YUV | 106.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 171 | 0 | 0.78 | 0.16 | 0.20 | 312.15 | 0.64 | 0.49 |
| Hex | CB | 2D | AB | 0 | 4E | 10 | 14 | 138 | 40 | 31 |
| Octal | 313 | 55 | 253 | 0 | 116 | 20 | 24 | 470 | 100 | 61 |
| Binary | 11001011 | 101101 | 10101011 | 0 | 1001110 | 10000 | 10100 | 100111000 | 1000000 | 110001 |
Color Harmonies of #CB2DAB
Complementary color
Monochromatic Colors of #CB2DAB
Black with #CB2DAB
Text Example
Text Example
White with #CB2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DAB; }
p { color: rgb(203,45,171); }
H1.HeaderClassName
{
color: #CB2DAB;
}
.AnyTagClassName
{
color: #CB2DAB;
}
</style>
background-color css
<style>
a { background-color: #CB2DAB; }
a { background-color: rgb(203,45,171); }
div.DivClassName
{
background-color: #CB2DAB;
}
.BgClassName
{
background-color: #CB2DAB;
}
</style>
border-color css
<style>
span { border-color: #CB2DAB; }
span { border-color: rgb(203,45,171); }
td.TdClassName
{
border-color: #CB2DAB;
}
.TagClassName
{
border-color: #CB2DAB;
}
</style>