Shades of Medium Violet Red #CB26A5
Tints of Medium Violet Red #CB26A5
RGB
CMYK
RGB Variations
Color information
#CB26A5 (or 0xCB26A5) is known color: Medium Violet Red. HEX triplet: CB, 26 and A5. RGB value is (203,38,165). Sum of RGB (Red+Green+Blue) = 203+38+165=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB26A5 is #34D95A. Grayscale: #656565. Windows color (decimal): -3463515 or 10823371. OLE color: 10823371.
HSL color Cylindrical-coordinate representation of color #CB26A5: hue angle of 313.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB26A5 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 165 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.20 |
| HSL | 313.82º | 0.68% | 0.47% | - |
| HSV(B) | 313.82º | 0.81% | 0.8% | - |
| XYZ | 32.11 | 16.8 | 37.15 | - |
| YUV | 101.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 165 | 0 | 0.81 | 0.19 | 0.20 | 313.82 | 0.68 | 0.47 |
| Hex | CB | 26 | A5 | 0 | 51 | 13 | 14 | 13A | 44 | 2F |
| Octal | 313 | 46 | 245 | 0 | 121 | 23 | 24 | 472 | 104 | 57 |
| Binary | 11001011 | 100110 | 10100101 | 0 | 1010001 | 10011 | 10100 | 100111010 | 1000100 | 101111 |
Color Harmonies of #CB26A5
Complementary color
Monochromatic Colors of #CB26A5
Black with #CB26A5
Text Example
Text Example
White with #CB26A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB26A5; }
p { color: rgb(203,38,165); }
H1.HeaderClassName
{
color: #CB26A5;
}
.AnyTagClassName
{
color: #CB26A5;
}
</style>
background-color css
<style>
a { background-color: #CB26A5; }
a { background-color: rgb(203,38,165); }
div.DivClassName
{
background-color: #CB26A5;
}
.BgClassName
{
background-color: #CB26A5;
}
</style>
border-color css
<style>
span { border-color: #CB26A5; }
span { border-color: rgb(203,38,165); }
td.TdClassName
{
border-color: #CB26A5;
}
.TagClassName
{
border-color: #CB26A5;
}
</style>