Shades of Medium Violet Red #CB00A5
Tints of Medium Violet Red #CB00A5
RGB
CMYK
RGB Variations
Color information
#CB00A5 (or 0xCB00A5) is known color: Medium Violet Red. HEX triplet: CB, 00 and A5. RGB value is (203,0,165). Sum of RGB (Red+Green+Blue) = 203+0+165=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00A5 is #34FF5A. Grayscale: #4F4F4F. Windows color (decimal): -3473243 or 10813643. OLE color: 10813643.
HSL color Cylindrical-coordinate representation of color #CB00A5: hue angle of 311.23º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00A5 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.19 | 0.20 |
| HSL | 311.23º | 1% | 0.4% | - |
| HSV(B) | 311.23º | 1% | 0.8% | - |
| XYZ | 31.42 | 15.41 | 36.92 | - |
| YUV | 79.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 165 | 0 | 1 | 0.19 | 0.20 | 311.23 | 1 | 0.4 |
| Hex | CB | 0 | A5 | 0 | 64 | 13 | 14 | 137 | 64 | 28 |
| Octal | 313 | 0 | 245 | 0 | 144 | 23 | 24 | 467 | 144 | 50 |
| Binary | 11001011 | 0 | 10100101 | 0 | 1100100 | 10011 | 10100 | 100110111 | 1100100 | 101000 |
Color Harmonies of #CB00A5
Complementary color
Monochromatic Colors of #CB00A5
Black with #CB00A5
Text Example
Text Example
White with #CB00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00A5; }
p { color: rgb(203,0,165); }
H1.HeaderClassName
{
color: #CB00A5;
}
.AnyTagClassName
{
color: #CB00A5;
}
</style>
background-color css
<style>
a { background-color: #CB00A5; }
a { background-color: rgb(203,0,165); }
div.DivClassName
{
background-color: #CB00A5;
}
.BgClassName
{
background-color: #CB00A5;
}
</style>
border-color css
<style>
span { border-color: #CB00A5; }
span { border-color: rgb(203,0,165); }
td.TdClassName
{
border-color: #CB00A5;
}
.TagClassName
{
border-color: #CB00A5;
}
</style>