Shades of Medium Violet Red #CA249C
Tints of Medium Violet Red #CA249C
RGB
CMYK
RGB Variations
Color information
#CA249C (or 0xCA249C) is known color: Medium Violet Red. HEX triplet: CA, 24 and 9C. RGB value is (202,36,156). Sum of RGB (Red+Green+Blue) = 202+36+156=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA249C is #35DB63. Grayscale: #626262. Windows color (decimal): -3529572 or 10233034. OLE color: 10233034.
HSL color Cylindrical-coordinate representation of color #CA249C: hue angle of 316.63º 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 #CA249C is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 156 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.21 |
| HSL | 316.63º | 0.7% | 0.47% | - |
| HSV(B) | 316.63º | 0.82% | 0.79% | - |
| XYZ | 30.99 | 16.22 | 32.95 | - |
| YUV | 99.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 156 | 0 | 0.82 | 0.23 | 0.21 | 316.63 | 0.7 | 0.47 |
| Hex | CA | 24 | 9C | 0 | 52 | 17 | 15 | 13D | 46 | 2F |
| Octal | 312 | 44 | 234 | 0 | 122 | 27 | 25 | 475 | 106 | 57 |
| Binary | 11001010 | 100100 | 10011100 | 0 | 1010010 | 10111 | 10101 | 100111101 | 1000110 | 101111 |
Color Harmonies of #CA249C
Complementary color
Monochromatic Colors of #CA249C
Black with #CA249C
Text Example
Text Example
White with #CA249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA249C; }
p { color: rgb(202,36,156); }
H1.HeaderClassName
{
color: #CA249C;
}
.AnyTagClassName
{
color: #CA249C;
}
</style>
background-color css
<style>
a { background-color: #CA249C; }
a { background-color: rgb(202,36,156); }
div.DivClassName
{
background-color: #CA249C;
}
.BgClassName
{
background-color: #CA249C;
}
</style>
border-color css
<style>
span { border-color: #CA249C; }
span { border-color: rgb(202,36,156); }
td.TdClassName
{
border-color: #CA249C;
}
.TagClassName
{
border-color: #CA249C;
}
</style>