Shades of Medium Red Violet #CA339A
Tints of Medium Red Violet #CA339A
RGB
CMYK
RGB Variations
Color information
#CA339A (or 0xCA339A) is known color: Medium Red Violet. HEX triplet: CA, 33 and 9A. RGB value is (202,51,154). Sum of RGB (Red+Green+Blue) = 202+51+154=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA339A is #35CC65. Grayscale: #6B6B6B. Windows color (decimal): -3525734 or 10105802. OLE color: 10105802.
HSL color Cylindrical-coordinate representation of color #CA339A: hue angle of 319.07º 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 #CA339A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 154 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.21 |
| HSL | 319.07º | 0.6% | 0.5% | - |
| HSV(B) | 319.07º | 0.75% | 0.79% | - |
| XYZ | 31.37 | 17.26 | 32.25 | - |
| YUV | 107.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 154 | 0 | 0.75 | 0.24 | 0.21 | 319.07 | 0.6 | 0.5 |
| Hex | CA | 33 | 9A | 0 | 4B | 18 | 15 | 13F | 3C | 32 |
| Octal | 312 | 63 | 232 | 0 | 113 | 30 | 25 | 477 | 74 | 62 |
| Binary | 11001010 | 110011 | 10011010 | 0 | 1001011 | 11000 | 10101 | 100111111 | 111100 | 110010 |
Color Harmonies of #CA339A
Complementary color
Monochromatic Colors of #CA339A
Black with #CA339A
Text Example
Text Example
White with #CA339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA339A; }
p { color: rgb(202,51,154); }
H1.HeaderClassName
{
color: #CA339A;
}
.AnyTagClassName
{
color: #CA339A;
}
</style>
background-color css
<style>
a { background-color: #CA339A; }
a { background-color: rgb(202,51,154); }
div.DivClassName
{
background-color: #CA339A;
}
.BgClassName
{
background-color: #CA339A;
}
</style>
border-color css
<style>
span { border-color: #CA339A; }
span { border-color: rgb(202,51,154); }
td.TdClassName
{
border-color: #CA339A;
}
.TagClassName
{
border-color: #CA339A;
}
</style>