Shades of Medium Red Violet #CB2DAA
Tints of Medium Red Violet #CB2DAA
RGB
CMYK
RGB Variations
Color information
#CB2DAA (or 0xCB2DAA) is known color: Medium Red Violet. HEX triplet: CB, 2D and AA. RGB value is (203,45,170). Sum of RGB (Red+Green+Blue) = 203+45+170=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2DAA is #34D255. Grayscale: #6A6A6A. Windows color (decimal): -3461718 or 11152843. OLE color: 11152843.
HSL color Cylindrical-coordinate representation of color #CB2DAA: hue angle of 312.53º 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 #CB2DAA is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 170 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.20 |
| HSL | 312.53º | 0.64% | 0.49% | - |
| HSV(B) | 312.53º | 0.78% | 0.8% | - |
| XYZ | 32.82 | 17.48 | 39.67 | - |
| YUV | 106.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 170 | 0 | 0.78 | 0.16 | 0.20 | 312.53 | 0.64 | 0.49 |
| Hex | CB | 2D | AA | 0 | 4E | 10 | 14 | 139 | 40 | 31 |
| Octal | 313 | 55 | 252 | 0 | 116 | 20 | 24 | 471 | 100 | 61 |
| Binary | 11001011 | 101101 | 10101010 | 0 | 1001110 | 10000 | 10100 | 100111001 | 1000000 | 110001 |
Color Harmonies of #CB2DAA
Complementary color
Monochromatic Colors of #CB2DAA
Black with #CB2DAA
Text Example
Text Example
White with #CB2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DAA; }
p { color: rgb(203,45,170); }
H1.HeaderClassName
{
color: #CB2DAA;
}
.AnyTagClassName
{
color: #CB2DAA;
}
</style>
background-color css
<style>
a { background-color: #CB2DAA; }
a { background-color: rgb(203,45,170); }
div.DivClassName
{
background-color: #CB2DAA;
}
.BgClassName
{
background-color: #CB2DAA;
}
</style>
border-color css
<style>
span { border-color: #CB2DAA; }
span { border-color: rgb(203,45,170); }
td.TdClassName
{
border-color: #CB2DAA;
}
.TagClassName
{
border-color: #CB2DAA;
}
</style>