Shades of Medium Violet Red #CA2384
Tints of Medium Violet Red #CA2384
RGB
CMYK
RGB Variations
Color information
#CA2384 (or 0xCA2384) is known color: Medium Violet Red. HEX triplet: CA, 23 and 84. RGB value is (202,35,132). Sum of RGB (Red+Green+Blue) = 202+35+132=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2384 is #35DC7B. Grayscale: #5F5F5F. Windows color (decimal): -3529852 or 8659914. OLE color: 8659914.
HSL color Cylindrical-coordinate representation of color #CA2384: hue angle of 325.15º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2384 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 132 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.21 |
| HSL | 325.15º | 0.7% | 0.46% | - |
| HSV(B) | 325.15º | 0.83% | 0.79% | - |
| XYZ | 29.12 | 15.42 | 23.27 | - |
| YUV | 95.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 132 | 0 | 0.83 | 0.35 | 0.21 | 325.15 | 0.7 | 0.46 |
| Hex | CA | 23 | 84 | 0 | 53 | 23 | 15 | 145 | 46 | 2E |
| Octal | 312 | 43 | 204 | 0 | 123 | 43 | 25 | 505 | 106 | 56 |
| Binary | 11001010 | 100011 | 10000100 | 0 | 1010011 | 100011 | 10101 | 101000101 | 1000110 | 101110 |
Color Harmonies of #CA2384
Complementary color
Monochromatic Colors of #CA2384
Black with #CA2384
Text Example
Text Example
White with #CA2384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2384; }
p { color: rgb(202,35,132); }
H1.HeaderClassName
{
color: #CA2384;
}
.AnyTagClassName
{
color: #CA2384;
}
</style>
background-color css
<style>
a { background-color: #CA2384; }
a { background-color: rgb(202,35,132); }
div.DivClassName
{
background-color: #CA2384;
}
.BgClassName
{
background-color: #CA2384;
}
</style>
border-color css
<style>
span { border-color: #CA2384; }
span { border-color: rgb(202,35,132); }
td.TdClassName
{
border-color: #CA2384;
}
.TagClassName
{
border-color: #CA2384;
}
</style>