Shades of Medium Red Violet #CA348E
Tints of Medium Red Violet #CA348E
RGB
CMYK
RGB Variations
Color information
#CA348E (or 0xCA348E) is known color: Medium Red Violet. HEX triplet: CA, 34 and 8E. RGB value is (202,52,142). Sum of RGB (Red+Green+Blue) = 202+52+142=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA348E is #35CB71. Grayscale: #6A6A6A. Windows color (decimal): -3525490 or 9319626. OLE color: 9319626.
HSL color Cylindrical-coordinate representation of color #CA348E: hue angle of 324º 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 #CA348E is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 142 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.21 |
| HSL | 324º | 0.59% | 0.5% | - |
| HSV(B) | 324º | 0.74% | 0.79% | - |
| XYZ | 30.47 | 16.97 | 27.26 | - |
| YUV | 107.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 142 | 0 | 0.74 | 0.30 | 0.21 | 324 | 0.59 | 0.5 |
| Hex | CA | 34 | 8E | 0 | 4A | 1E | 15 | 144 | 3B | 32 |
| Octal | 312 | 64 | 216 | 0 | 112 | 36 | 25 | 504 | 73 | 62 |
| Binary | 11001010 | 110100 | 10001110 | 0 | 1001010 | 11110 | 10101 | 101000100 | 111011 | 110010 |
Color Harmonies of #CA348E
Complementary color
Monochromatic Colors of #CA348E
Black with #CA348E
Text Example
Text Example
White with #CA348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA348E; }
p { color: rgb(202,52,142); }
H1.HeaderClassName
{
color: #CA348E;
}
.AnyTagClassName
{
color: #CA348E;
}
</style>
background-color css
<style>
a { background-color: #CA348E; }
a { background-color: rgb(202,52,142); }
div.DivClassName
{
background-color: #CA348E;
}
.BgClassName
{
background-color: #CA348E;
}
</style>
border-color css
<style>
span { border-color: #CA348E; }
span { border-color: rgb(202,52,142); }
td.TdClassName
{
border-color: #CA348E;
}
.TagClassName
{
border-color: #CA348E;
}
</style>