Shades of Medium Violet Red #CB03A2
Tints of Medium Violet Red #CB03A2
RGB
CMYK
RGB Variations
Color information
#CB03A2 (or 0xCB03A2) is known color: Medium Violet Red. HEX triplet: CB, 03 and A2. RGB value is (203,3,162). Sum of RGB (Red+Green+Blue) = 203+3+162=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB03A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB03A2 is #34FC5D. Grayscale: #505050. Windows color (decimal): -3472478 or 10617803. OLE color: 10617803.
HSL color Cylindrical-coordinate representation of color #CB03A2: hue angle of 312.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03A2 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.20 |
| HSL | 312.3º | 0.97% | 0.4% | - |
| HSV(B) | 312.3º | 0.99% | 0.8% | - |
| XYZ | 31.18 | 15.37 | 35.51 | - |
| YUV | 80.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 162 | 0 | 0.99 | 0.20 | 0.20 | 312.3 | 0.97 | 0.4 |
| Hex | CB | 3 | A2 | 0 | 63 | 14 | 14 | 138 | 61 | 28 |
| Octal | 313 | 3 | 242 | 0 | 143 | 24 | 24 | 470 | 141 | 50 |
| Binary | 11001011 | 11 | 10100010 | 0 | 1100011 | 10100 | 10100 | 100111000 | 1100001 | 101000 |
Color Harmonies of #CB03A2
Complementary color
Monochromatic Colors of #CB03A2
Black with #CB03A2
Text Example
Text Example
White with #CB03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB03A2; }
p { color: rgb(203,3,162); }
H1.HeaderClassName
{
color: #CB03A2;
}
.AnyTagClassName
{
color: #CB03A2;
}
</style>
background-color css
<style>
a { background-color: #CB03A2; }
a { background-color: rgb(203,3,162); }
div.DivClassName
{
background-color: #CB03A2;
}
.BgClassName
{
background-color: #CB03A2;
}
</style>
border-color css
<style>
span { border-color: #CB03A2; }
span { border-color: rgb(203,3,162); }
td.TdClassName
{
border-color: #CB03A2;
}
.TagClassName
{
border-color: #CB03A2;
}
</style>