Shades of Medium Violet Red #CB04A2
Tints of Medium Violet Red #CB04A2
RGB
CMYK
RGB Variations
Color information
#CB04A2 (or 0xCB04A2) is known color: Medium Violet Red. HEX triplet: CB, 04 and A2. RGB value is (203,4,162). Sum of RGB (Red+Green+Blue) = 203+4+162=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB04A2 is #34FB5D. Grayscale: #515151. Windows color (decimal): -3472222 or 10618059. OLE color: 10618059.
HSL color Cylindrical-coordinate representation of color #CB04A2: hue angle of 312.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04A2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 162 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.20 |
| HSL | 312.36º | 0.96% | 0.41% | - |
| HSV(B) | 312.36º | 0.98% | 0.8% | - |
| XYZ | 31.19 | 15.39 | 35.51 | - |
| YUV | 81.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 162 | 0 | 0.98 | 0.20 | 0.20 | 312.36 | 0.96 | 0.41 |
| Hex | CB | 4 | A2 | 0 | 62 | 14 | 14 | 138 | 60 | 29 |
| Octal | 313 | 4 | 242 | 0 | 142 | 24 | 24 | 470 | 140 | 51 |
| Binary | 11001011 | 100 | 10100010 | 0 | 1100010 | 10100 | 10100 | 100111000 | 1100000 | 101001 |
Color Harmonies of #CB04A2
Complementary color
Monochromatic Colors of #CB04A2
Black with #CB04A2
Text Example
Text Example
White with #CB04A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB04A2; }
p { color: rgb(203,4,162); }
H1.HeaderClassName
{
color: #CB04A2;
}
.AnyTagClassName
{
color: #CB04A2;
}
</style>
background-color css
<style>
a { background-color: #CB04A2; }
a { background-color: rgb(203,4,162); }
div.DivClassName
{
background-color: #CB04A2;
}
.BgClassName
{
background-color: #CB04A2;
}
</style>
border-color css
<style>
span { border-color: #CB04A2; }
span { border-color: rgb(203,4,162); }
td.TdClassName
{
border-color: #CB04A2;
}
.TagClassName
{
border-color: #CB04A2;
}
</style>