Shades of Medium Violet Red #CA0384
Tints of Medium Violet Red #CA0384
RGB
CMYK
RGB Variations
Color information
#CA0384 (or 0xCA0384) is known color: Medium Violet Red. HEX triplet: CA, 03 and 84. RGB value is (202,3,132). Sum of RGB (Red+Green+Blue) = 202+3+132=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0384 is #35FC7B. Grayscale: #4C4C4C. Windows color (decimal): -3538044 or 8651722. OLE color: 8651722.
HSL color Cylindrical-coordinate representation of color #CA0384: hue angle of 321.11º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0384 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.21 |
| HSL | 321.11º | 0.97% | 0.4% | - |
| HSV(B) | 321.11º | 0.99% | 0.79% | - |
| XYZ | 28.55 | 14.29 | 23.08 | - |
| YUV | 77.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 132 | 0 | 0.99 | 0.35 | 0.21 | 321.11 | 0.97 | 0.4 |
| Hex | CA | 3 | 84 | 0 | 63 | 23 | 15 | 141 | 61 | 28 |
| Octal | 312 | 3 | 204 | 0 | 143 | 43 | 25 | 501 | 141 | 50 |
| Binary | 11001010 | 11 | 10000100 | 0 | 1100011 | 100011 | 10101 | 101000001 | 1100001 | 101000 |
Color Harmonies of #CA0384
Complementary color
Monochromatic Colors of #CA0384
Black with #CA0384
Text Example
Text Example
White with #CA0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0384; }
p { color: rgb(202,3,132); }
H1.HeaderClassName
{
color: #CA0384;
}
.AnyTagClassName
{
color: #CA0384;
}
</style>
background-color css
<style>
a { background-color: #CA0384; }
a { background-color: rgb(202,3,132); }
div.DivClassName
{
background-color: #CA0384;
}
.BgClassName
{
background-color: #CA0384;
}
</style>
border-color css
<style>
span { border-color: #CA0384; }
span { border-color: rgb(202,3,132); }
td.TdClassName
{
border-color: #CA0384;
}
.TagClassName
{
border-color: #CA0384;
}
</style>