Shades of Medium Violet Red #CA249F
Tints of Medium Violet Red #CA249F
RGB
CMYK
RGB Variations
Color information
#CA249F (or 0xCA249F) is known color: Medium Violet Red. HEX triplet: CA, 24 and 9F. RGB value is (202,36,159). Sum of RGB (Red+Green+Blue) = 202+36+159=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA249F is #35DB60. Grayscale: #636363. Windows color (decimal): -3529569 or 10429642. OLE color: 10429642.
HSL color Cylindrical-coordinate representation of color #CA249F: hue angle of 315.54º degrees, saturation: 0.7, 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 #CA249F is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 159 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.21 |
| HSL | 315.54º | 0.7% | 0.47% | - |
| HSV(B) | 315.54º | 0.82% | 0.79% | - |
| XYZ | 31.25 | 16.32 | 34.3 | - |
| YUV | 99.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 159 | 0 | 0.82 | 0.21 | 0.21 | 315.54 | 0.7 | 0.47 |
| Hex | CA | 24 | 9F | 0 | 52 | 15 | 15 | 13C | 46 | 2F |
| Octal | 312 | 44 | 237 | 0 | 122 | 25 | 25 | 474 | 106 | 57 |
| Binary | 11001010 | 100100 | 10011111 | 0 | 1010010 | 10101 | 10101 | 100111100 | 1000110 | 101111 |
Color Harmonies of #CA249F
Complementary color
Monochromatic Colors of #CA249F
Black with #CA249F
Text Example
Text Example
White with #CA249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA249F; }
p { color: rgb(202,36,159); }
H1.HeaderClassName
{
color: #CA249F;
}
.AnyTagClassName
{
color: #CA249F;
}
</style>
background-color css
<style>
a { background-color: #CA249F; }
a { background-color: rgb(202,36,159); }
div.DivClassName
{
background-color: #CA249F;
}
.BgClassName
{
background-color: #CA249F;
}
</style>
border-color css
<style>
span { border-color: #CA249F; }
span { border-color: rgb(202,36,159); }
td.TdClassName
{
border-color: #CA249F;
}
.TagClassName
{
border-color: #CA249F;
}
</style>