Shades of Medium Violet Red #CA259C
Tints of Medium Violet Red #CA259C
RGB
CMYK
RGB Variations
Color information
#CA259C (or 0xCA259C) is known color: Medium Violet Red. HEX triplet: CA, 25 and 9C. RGB value is (202,37,156). Sum of RGB (Red+Green+Blue) = 202+37+156=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA259C is #35DA63. Grayscale: #636363. Windows color (decimal): -3529316 or 10233290. OLE color: 10233290.
HSL color Cylindrical-coordinate representation of color #CA259C: hue angle of 316.73º 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 #CA259C is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 156 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.21 |
| HSL | 316.73º | 0.69% | 0.47% | - |
| HSV(B) | 316.73º | 0.82% | 0.79% | - |
| XYZ | 31.02 | 16.28 | 32.96 | - |
| YUV | 99.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 156 | 0 | 0.82 | 0.23 | 0.21 | 316.73 | 0.69 | 0.47 |
| Hex | CA | 25 | 9C | 0 | 52 | 17 | 15 | 13D | 45 | 2F |
| Octal | 312 | 45 | 234 | 0 | 122 | 27 | 25 | 475 | 105 | 57 |
| Binary | 11001010 | 100101 | 10011100 | 0 | 1010010 | 10111 | 10101 | 100111101 | 1000101 | 101111 |
Color Harmonies of #CA259C
Complementary color
Monochromatic Colors of #CA259C
Black with #CA259C
Text Example
Text Example
White with #CA259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA259C; }
p { color: rgb(202,37,156); }
H1.HeaderClassName
{
color: #CA259C;
}
.AnyTagClassName
{
color: #CA259C;
}
</style>
background-color css
<style>
a { background-color: #CA259C; }
a { background-color: rgb(202,37,156); }
div.DivClassName
{
background-color: #CA259C;
}
.BgClassName
{
background-color: #CA259C;
}
</style>
border-color css
<style>
span { border-color: #CA259C; }
span { border-color: rgb(202,37,156); }
td.TdClassName
{
border-color: #CA259C;
}
.TagClassName
{
border-color: #CA259C;
}
</style>