Shades of Medium Violet Red #CB25A0
Tints of Medium Violet Red #CB25A0
RGB
CMYK
RGB Variations
Color information
#CB25A0 (or 0xCB25A0) is known color: Medium Violet Red. HEX triplet: CB, 25 and A0. RGB value is (203,37,160). Sum of RGB (Red+Green+Blue) = 203+37+160=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25A0 is #34DA5F. Grayscale: #646464. Windows color (decimal): -3463776 or 10495435. OLE color: 10495435.
HSL color Cylindrical-coordinate representation of color #CB25A0: hue angle of 315.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB25A0 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 160 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.20 |
| HSL | 315.54º | 0.69% | 0.47% | - |
| HSV(B) | 315.54º | 0.82% | 0.8% | - |
| XYZ | 31.64 | 16.56 | 34.79 | - |
| YUV | 100.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 160 | 0 | 0.82 | 0.21 | 0.20 | 315.54 | 0.69 | 0.47 |
| Hex | CB | 25 | A0 | 0 | 52 | 15 | 14 | 13C | 45 | 2F |
| Octal | 313 | 45 | 240 | 0 | 122 | 25 | 24 | 474 | 105 | 57 |
| Binary | 11001011 | 100101 | 10100000 | 0 | 1010010 | 10101 | 10100 | 100111100 | 1000101 | 101111 |
Color Harmonies of #CB25A0
Complementary color
Monochromatic Colors of #CB25A0
Black with #CB25A0
Text Example
Text Example
White with #CB25A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25A0; }
p { color: rgb(203,37,160); }
H1.HeaderClassName
{
color: #CB25A0;
}
.AnyTagClassName
{
color: #CB25A0;
}
</style>
background-color css
<style>
a { background-color: #CB25A0; }
a { background-color: rgb(203,37,160); }
div.DivClassName
{
background-color: #CB25A0;
}
.BgClassName
{
background-color: #CB25A0;
}
</style>
border-color css
<style>
span { border-color: #CB25A0; }
span { border-color: rgb(203,37,160); }
td.TdClassName
{
border-color: #CB25A0;
}
.TagClassName
{
border-color: #CB25A0;
}
</style>