Shades of Medium Red Violet #CA34A8
Tints of Medium Red Violet #CA34A8
RGB
CMYK
RGB Variations
Color information
#CA34A8 (or 0xCA34A8) is known color: Medium Red Violet. HEX triplet: CA, 34 and A8. RGB value is (202,52,168). Sum of RGB (Red+Green+Blue) = 202+52+168=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA34A8 is #35CB57. Grayscale: #6D6D6D. Windows color (decimal): -3525464 or 11023562. OLE color: 11023562.
HSL color Cylindrical-coordinate representation of color #CA34A8: hue angle of 313.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 #CA34A8 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 168 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.21 |
| HSL | 313.6º | 0.59% | 0.5% | - |
| HSV(B) | 313.6º | 0.74% | 0.79% | - |
| XYZ | 32.65 | 17.84 | 38.77 | - |
| YUV | 110.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 168 | 0 | 0.74 | 0.17 | 0.21 | 313.6 | 0.59 | 0.5 |
| Hex | CA | 34 | A8 | 0 | 4A | 11 | 15 | 13A | 3B | 32 |
| Octal | 312 | 64 | 250 | 0 | 112 | 21 | 25 | 472 | 73 | 62 |
| Binary | 11001010 | 110100 | 10101000 | 0 | 1001010 | 10001 | 10101 | 100111010 | 111011 | 110010 |
Color Harmonies of #CA34A8
Complementary color
Monochromatic Colors of #CA34A8
Black with #CA34A8
Text Example
Text Example
White with #CA34A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34A8; }
p { color: rgb(202,52,168); }
H1.HeaderClassName
{
color: #CA34A8;
}
.AnyTagClassName
{
color: #CA34A8;
}
</style>
background-color css
<style>
a { background-color: #CA34A8; }
a { background-color: rgb(202,52,168); }
div.DivClassName
{
background-color: #CA34A8;
}
.BgClassName
{
background-color: #CA34A8;
}
</style>
border-color css
<style>
span { border-color: #CA34A8; }
span { border-color: rgb(202,52,168); }
td.TdClassName
{
border-color: #CA34A8;
}
.TagClassName
{
border-color: #CA34A8;
}
</style>