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