Shades of Medium Red Violet #CA338D
Tints of Medium Red Violet #CA338D
RGB
CMYK
RGB Variations
Color information
#CA338D (or 0xCA338D) is known color: Medium Red Violet. HEX triplet: CA, 33 and 8D. RGB value is (202,51,141). Sum of RGB (Red+Green+Blue) = 202+51+141=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA338D is #35CC72. Grayscale: #6A6A6A. Windows color (decimal): -3525747 or 9253834. OLE color: 9253834.
HSL color Cylindrical-coordinate representation of color #CA338D: hue angle of 324.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA338D is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 141 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.21 |
| HSL | 324.24º | 0.6% | 0.5% | - |
| HSV(B) | 324.24º | 0.75% | 0.79% | - |
| XYZ | 30.35 | 16.85 | 26.85 | - |
| YUV | 106.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 141 | 0 | 0.75 | 0.30 | 0.21 | 324.24 | 0.6 | 0.5 |
| Hex | CA | 33 | 8D | 0 | 4B | 1E | 15 | 144 | 3C | 32 |
| Octal | 312 | 63 | 215 | 0 | 113 | 36 | 25 | 504 | 74 | 62 |
| Binary | 11001010 | 110011 | 10001101 | 0 | 1001011 | 11110 | 10101 | 101000100 | 111100 | 110010 |
Color Harmonies of #CA338D
Complementary color
Monochromatic Colors of #CA338D
Black with #CA338D
Text Example
Text Example
White with #CA338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA338D; }
p { color: rgb(202,51,141); }
H1.HeaderClassName
{
color: #CA338D;
}
.AnyTagClassName
{
color: #CA338D;
}
</style>
background-color css
<style>
a { background-color: #CA338D; }
a { background-color: rgb(202,51,141); }
div.DivClassName
{
background-color: #CA338D;
}
.BgClassName
{
background-color: #CA338D;
}
</style>
border-color css
<style>
span { border-color: #CA338D; }
span { border-color: rgb(202,51,141); }
td.TdClassName
{
border-color: #CA338D;
}
.TagClassName
{
border-color: #CA338D;
}
</style>