Shades of Medium Violet Red #CA26A5
Tints of Medium Violet Red #CA26A5
RGB
CMYK
RGB Variations
Color information
#CA26A5 (or 0xCA26A5) is known color: Medium Violet Red. HEX triplet: CA, 26 and A5. RGB value is (202,38,165). Sum of RGB (Red+Green+Blue) = 202+38+165=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA26A5 is #35D95A. Grayscale: #656565. Windows color (decimal): -3529051 or 10823370. OLE color: 10823370.
HSL color Cylindrical-coordinate representation of color #CA26A5: hue angle of 313.54º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA26A5 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 165 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.21 |
| HSL | 313.54º | 0.68% | 0.47% | - |
| HSV(B) | 313.54º | 0.81% | 0.79% | - |
| XYZ | 31.84 | 16.66 | 37.13 | - |
| YUV | 101.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 165 | 0 | 0.81 | 0.18 | 0.21 | 313.54 | 0.68 | 0.47 |
| Hex | CA | 26 | A5 | 0 | 51 | 12 | 15 | 13A | 44 | 2F |
| Octal | 312 | 46 | 245 | 0 | 121 | 22 | 25 | 472 | 104 | 57 |
| Binary | 11001010 | 100110 | 10100101 | 0 | 1010001 | 10010 | 10101 | 100111010 | 1000100 | 101111 |
Color Harmonies of #CA26A5
Complementary color
Monochromatic Colors of #CA26A5
Black with #CA26A5
Text Example
Text Example
White with #CA26A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26A5; }
p { color: rgb(202,38,165); }
H1.HeaderClassName
{
color: #CA26A5;
}
.AnyTagClassName
{
color: #CA26A5;
}
</style>
background-color css
<style>
a { background-color: #CA26A5; }
a { background-color: rgb(202,38,165); }
div.DivClassName
{
background-color: #CA26A5;
}
.BgClassName
{
background-color: #CA26A5;
}
</style>
border-color css
<style>
span { border-color: #CA26A5; }
span { border-color: rgb(202,38,165); }
td.TdClassName
{
border-color: #CA26A5;
}
.TagClassName
{
border-color: #CA26A5;
}
</style>