Shades of Medium Red Violet #CA3485
Tints of Medium Red Violet #CA3485
RGB
CMYK
RGB Variations
Color information
#CA3485 (or 0xCA3485) is known color: Medium Red Violet. HEX triplet: CA, 34 and 85. RGB value is (202,52,133). Sum of RGB (Red+Green+Blue) = 202+52+133=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3485 is #35CB7A. Grayscale: #696969. Windows color (decimal): -3525499 or 8729802. OLE color: 8729802.
HSL color Cylindrical-coordinate representation of color #CA3485: hue angle of 327.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3485 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 133 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.21 |
| HSL | 327.6º | 0.59% | 0.5% | - |
| HSV(B) | 327.6º | 0.74% | 0.79% | - |
| XYZ | 29.82 | 16.71 | 23.84 | - |
| YUV | 106.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 133 | 0 | 0.74 | 0.34 | 0.21 | 327.6 | 0.59 | 0.5 |
| Hex | CA | 34 | 85 | 0 | 4A | 22 | 15 | 148 | 3B | 32 |
| Octal | 312 | 64 | 205 | 0 | 112 | 42 | 25 | 510 | 73 | 62 |
| Binary | 11001010 | 110100 | 10000101 | 0 | 1001010 | 100010 | 10101 | 101001000 | 111011 | 110010 |
Color Harmonies of #CA3485
Complementary color
Monochromatic Colors of #CA3485
Black with #CA3485
Text Example
Text Example
White with #CA3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3485; }
p { color: rgb(202,52,133); }
H1.HeaderClassName
{
color: #CA3485;
}
.AnyTagClassName
{
color: #CA3485;
}
</style>
background-color css
<style>
a { background-color: #CA3485; }
a { background-color: rgb(202,52,133); }
div.DivClassName
{
background-color: #CA3485;
}
.BgClassName
{
background-color: #CA3485;
}
</style>
border-color css
<style>
span { border-color: #CA3485; }
span { border-color: rgb(202,52,133); }
td.TdClassName
{
border-color: #CA3485;
}
.TagClassName
{
border-color: #CA3485;
}
</style>