Shades of Medium Red Violet #CA348A
Tints of Medium Red Violet #CA348A
RGB
CMYK
RGB Variations
Color information
#CA348A (or 0xCA348A) is known color: Medium Red Violet. HEX triplet: CA, 34 and 8A. RGB value is (202,52,138). Sum of RGB (Red+Green+Blue) = 202+52+138=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA348A is #35CB75. Grayscale: #6A6A6A. Windows color (decimal): -3525494 or 9057482. OLE color: 9057482.
HSL color Cylindrical-coordinate representation of color #CA348A: hue angle of 325.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 #CA348A is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 138 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.21 |
| HSL | 325.6º | 0.59% | 0.5% | - |
| HSV(B) | 325.6º | 0.74% | 0.79% | - |
| XYZ | 30.17 | 16.85 | 25.71 | - |
| YUV | 106.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 138 | 0 | 0.74 | 0.32 | 0.21 | 325.6 | 0.59 | 0.5 |
| Hex | CA | 34 | 8A | 0 | 4A | 20 | 15 | 146 | 3B | 32 |
| Octal | 312 | 64 | 212 | 0 | 112 | 40 | 25 | 506 | 73 | 62 |
| Binary | 11001010 | 110100 | 10001010 | 0 | 1001010 | 100000 | 10101 | 101000110 | 111011 | 110010 |
Color Harmonies of #CA348A
Complementary color
Monochromatic Colors of #CA348A
Black with #CA348A
Text Example
Text Example
White with #CA348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA348A; }
p { color: rgb(202,52,138); }
H1.HeaderClassName
{
color: #CA348A;
}
.AnyTagClassName
{
color: #CA348A;
}
</style>
background-color css
<style>
a { background-color: #CA348A; }
a { background-color: rgb(202,52,138); }
div.DivClassName
{
background-color: #CA348A;
}
.BgClassName
{
background-color: #CA348A;
}
</style>
border-color css
<style>
span { border-color: #CA348A; }
span { border-color: rgb(202,52,138); }
td.TdClassName
{
border-color: #CA348A;
}
.TagClassName
{
border-color: #CA348A;
}
</style>