Shades of Medium Violet Red #CA259B
Tints of Medium Violet Red #CA259B
RGB
CMYK
RGB Variations
Color information
#CA259B (or 0xCA259B) is known color: Medium Violet Red. HEX triplet: CA, 25 and 9B. RGB value is (202,37,155). Sum of RGB (Red+Green+Blue) = 202+37+155=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA259B is #35DA64. Grayscale: #636363. Windows color (decimal): -3529317 or 10167754. OLE color: 10167754.
HSL color Cylindrical-coordinate representation of color #CA259B: hue angle of 317.09º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA259B is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 155 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.21 |
| HSL | 317.09º | 0.69% | 0.47% | - |
| HSV(B) | 317.09º | 0.82% | 0.79% | - |
| XYZ | 30.94 | 16.25 | 32.52 | - |
| YUV | 99.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 155 | 0 | 0.82 | 0.23 | 0.21 | 317.09 | 0.69 | 0.47 |
| Hex | CA | 25 | 9B | 0 | 52 | 17 | 15 | 13D | 45 | 2F |
| Octal | 312 | 45 | 233 | 0 | 122 | 27 | 25 | 475 | 105 | 57 |
| Binary | 11001010 | 100101 | 10011011 | 0 | 1010010 | 10111 | 10101 | 100111101 | 1000101 | 101111 |
Color Harmonies of #CA259B
Complementary color
Monochromatic Colors of #CA259B
Black with #CA259B
Text Example
Text Example
White with #CA259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA259B; }
p { color: rgb(202,37,155); }
H1.HeaderClassName
{
color: #CA259B;
}
.AnyTagClassName
{
color: #CA259B;
}
</style>
background-color css
<style>
a { background-color: #CA259B; }
a { background-color: rgb(202,37,155); }
div.DivClassName
{
background-color: #CA259B;
}
.BgClassName
{
background-color: #CA259B;
}
</style>
border-color css
<style>
span { border-color: #CA259B; }
span { border-color: rgb(202,37,155); }
td.TdClassName
{
border-color: #CA259B;
}
.TagClassName
{
border-color: #CA259B;
}
</style>