Shades of Medium Violet Red #CB0D8A
Tints of Medium Violet Red #CB0D8A
RGB
CMYK
RGB Variations
Color information
#CB0D8A (or 0xCB0D8A) is known color: Medium Violet Red. HEX triplet: CB, 0D and 8A. RGB value is (203,13,138). Sum of RGB (Red+Green+Blue) = 203+13+138=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0D8A is #34F275. Grayscale: #535353. Windows color (decimal): -3469942 or 9047499. OLE color: 9047499.
HSL color Cylindrical-coordinate representation of color #CB0D8A: hue angle of 320.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D8A is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 138 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.20 |
| HSL | 320.53º | 0.88% | 0.42% | - |
| HSV(B) | 320.53º | 0.94% | 0.8% | - |
| XYZ | 29.36 | 14.82 | 25.36 | - |
| YUV | 84.06 | 158.45 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 138 | 0 | 0.94 | 0.32 | 0.20 | 320.53 | 0.88 | 0.42 |
| Hex | CB | D | 8A | 0 | 5E | 20 | 14 | 141 | 58 | 2A |
| Octal | 313 | 15 | 212 | 0 | 136 | 40 | 24 | 501 | 130 | 52 |
| Binary | 11001011 | 1101 | 10001010 | 0 | 1011110 | 100000 | 10100 | 101000001 | 1011000 | 101010 |
Color Harmonies of #CB0D8A
Complementary color
Monochromatic Colors of #CB0D8A
Black with #CB0D8A
Text Example
Text Example
White with #CB0D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D8A; }
p { color: rgb(203,13,138); }
H1.HeaderClassName
{
color: #CB0D8A;
}
.AnyTagClassName
{
color: #CB0D8A;
}
</style>
background-color css
<style>
a { background-color: #CB0D8A; }
a { background-color: rgb(203,13,138); }
div.DivClassName
{
background-color: #CB0D8A;
}
.BgClassName
{
background-color: #CB0D8A;
}
</style>
border-color css
<style>
span { border-color: #CB0D8A; }
span { border-color: rgb(203,13,138); }
td.TdClassName
{
border-color: #CB0D8A;
}
.TagClassName
{
border-color: #CB0D8A;
}
</style>