Shades of Medium Violet Red #CB09A0
Tints of Medium Violet Red #CB09A0
RGB
CMYK
RGB Variations
Color information
#CB09A0 (or 0xCB09A0) is known color: Medium Violet Red. HEX triplet: CB, 09 and A0. RGB value is (203,9,160). Sum of RGB (Red+Green+Blue) = 203+9+160=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09A0 is #34F65F. Grayscale: #535353. Windows color (decimal): -3470944 or 10488267. OLE color: 10488267.
HSL color Cylindrical-coordinate representation of color #CB09A0: hue angle of 313.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.20 |
| HSL | 313.3º | 0.92% | 0.42% | - |
| HSV(B) | 313.3º | 0.96% | 0.8% | - |
| XYZ | 31.07 | 15.43 | 34.6 | - |
| YUV | 84.22 | 170.77 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 160 | 0 | 0.96 | 0.21 | 0.20 | 313.3 | 0.92 | 0.42 |
| Hex | CB | 9 | A0 | 0 | 60 | 15 | 14 | 139 | 5C | 2A |
| Octal | 313 | 11 | 240 | 0 | 140 | 25 | 24 | 471 | 134 | 52 |
| Binary | 11001011 | 1001 | 10100000 | 0 | 1100000 | 10101 | 10100 | 100111001 | 1011100 | 101010 |
Color Harmonies of #CB09A0
Complementary color
Monochromatic Colors of #CB09A0
Black with #CB09A0
Text Example
Text Example
White with #CB09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09A0; }
p { color: rgb(203,9,160); }
H1.HeaderClassName
{
color: #CB09A0;
}
.AnyTagClassName
{
color: #CB09A0;
}
</style>
background-color css
<style>
a { background-color: #CB09A0; }
a { background-color: rgb(203,9,160); }
div.DivClassName
{
background-color: #CB09A0;
}
.BgClassName
{
background-color: #CB09A0;
}
</style>
border-color css
<style>
span { border-color: #CB09A0; }
span { border-color: rgb(203,9,160); }
td.TdClassName
{
border-color: #CB09A0;
}
.TagClassName
{
border-color: #CB09A0;
}
</style>