Shades of Medium Red Violet #CA34A2
Tints of Medium Red Violet #CA34A2
RGB
CMYK
RGB Variations
Color information
#CA34A2 (or 0xCA34A2) is known color: Medium Red Violet. HEX triplet: CA, 34 and A2. RGB value is (202,52,162). Sum of RGB (Red+Green+Blue) = 202+52+162=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA34A2 is #35CB5D. Grayscale: #6D6D6D. Windows color (decimal): -3525470 or 10630346. OLE color: 10630346.
HSL color Cylindrical-coordinate representation of color #CA34A2: hue angle of 316º 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 #CA34A2 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 162 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.21 |
| HSL | 316º | 0.59% | 0.5% | - |
| HSV(B) | 316º | 0.74% | 0.79% | - |
| XYZ | 32.11 | 17.62 | 35.89 | - |
| YUV | 109.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 162 | 0 | 0.74 | 0.20 | 0.21 | 316 | 0.59 | 0.5 |
| Hex | CA | 34 | A2 | 0 | 4A | 14 | 15 | 13C | 3B | 32 |
| Octal | 312 | 64 | 242 | 0 | 112 | 24 | 25 | 474 | 73 | 62 |
| Binary | 11001010 | 110100 | 10100010 | 0 | 1001010 | 10100 | 10101 | 100111100 | 111011 | 110010 |
Color Harmonies of #CA34A2
Complementary color
Monochromatic Colors of #CA34A2
Black with #CA34A2
Text Example
Text Example
White with #CA34A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34A2; }
p { color: rgb(202,52,162); }
H1.HeaderClassName
{
color: #CA34A2;
}
.AnyTagClassName
{
color: #CA34A2;
}
</style>
background-color css
<style>
a { background-color: #CA34A2; }
a { background-color: rgb(202,52,162); }
div.DivClassName
{
background-color: #CA34A2;
}
.BgClassName
{
background-color: #CA34A2;
}
</style>
border-color css
<style>
span { border-color: #CA34A2; }
span { border-color: rgb(202,52,162); }
td.TdClassName
{
border-color: #CA34A2;
}
.TagClassName
{
border-color: #CA34A2;
}
</style>