Shades of Medium Red Violet #CB2CAD
Tints of Medium Red Violet #CB2CAD
RGB
CMYK
RGB Variations
Color information
#CB2CAD (or 0xCB2CAD) is known color: Medium Red Violet. HEX triplet: CB, 2C and AD. RGB value is (203,44,173). Sum of RGB (Red+Green+Blue) = 203+44+173=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2CAD is #34D352. Grayscale: #696969. Windows color (decimal): -3461971 or 11349195. OLE color: 11349195.
HSL color Cylindrical-coordinate representation of color #CB2CAD: hue angle of 311.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2CAD is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 173 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.20 |
| HSL | 311.32º | 0.64% | 0.48% | - |
| HSV(B) | 311.32º | 0.78% | 0.8% | - |
| XYZ | 33.07 | 17.52 | 41.17 | - |
| YUV | 106.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 173 | 0 | 0.78 | 0.15 | 0.20 | 311.32 | 0.64 | 0.48 |
| Hex | CB | 2C | AD | 0 | 4E | F | 14 | 137 | 40 | 30 |
| Octal | 313 | 54 | 255 | 0 | 116 | 17 | 24 | 467 | 100 | 60 |
| Binary | 11001011 | 101100 | 10101101 | 0 | 1001110 | 1111 | 10100 | 100110111 | 1000000 | 110000 |
Color Harmonies of #CB2CAD
Complementary color
Monochromatic Colors of #CB2CAD
Black with #CB2CAD
Text Example
Text Example
White with #CB2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CAD; }
p { color: rgb(203,44,173); }
H1.HeaderClassName
{
color: #CB2CAD;
}
.AnyTagClassName
{
color: #CB2CAD;
}
</style>
background-color css
<style>
a { background-color: #CB2CAD; }
a { background-color: rgb(203,44,173); }
div.DivClassName
{
background-color: #CB2CAD;
}
.BgClassName
{
background-color: #CB2CAD;
}
</style>
border-color css
<style>
span { border-color: #CB2CAD; }
span { border-color: rgb(203,44,173); }
td.TdClassName
{
border-color: #CB2CAD;
}
.TagClassName
{
border-color: #CB2CAD;
}
</style>