Shades of Medium Violet Red #CA207A
Tints of Medium Violet Red #CA207A
RGB
CMYK
RGB Variations
Color information
#CA207A (or 0xCA207A) is known color: Medium Violet Red. HEX triplet: CA, 20 and 7A. RGB value is (202,32,122). Sum of RGB (Red+Green+Blue) = 202+32+122=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA207A is #35DF85. Grayscale: #5C5C5C. Windows color (decimal): -3530630 or 8003786. OLE color: 8003786.
HSL color Cylindrical-coordinate representation of color #CA207A: hue angle of 328.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA207A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 122 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.21 |
| HSL | 328.24º | 0.73% | 0.46% | - |
| HSV(B) | 328.24º | 0.84% | 0.79% | - |
| XYZ | 28.39 | 14.99 | 19.81 | - |
| YUV | 93.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 122 | 0 | 0.84 | 0.40 | 0.21 | 328.24 | 0.73 | 0.46 |
| Hex | CA | 20 | 7A | 0 | 54 | 28 | 15 | 148 | 49 | 2E |
| Octal | 312 | 40 | 172 | 0 | 124 | 50 | 25 | 510 | 111 | 56 |
| Binary | 11001010 | 100000 | 1111010 | 0 | 1010100 | 101000 | 10101 | 101001000 | 1001001 | 101110 |
Color Harmonies of #CA207A
Complementary color
Monochromatic Colors of #CA207A
Black with #CA207A
Text Example
Text Example
White with #CA207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA207A; }
p { color: rgb(202,32,122); }
H1.HeaderClassName
{
color: #CA207A;
}
.AnyTagClassName
{
color: #CA207A;
}
</style>
background-color css
<style>
a { background-color: #CA207A; }
a { background-color: rgb(202,32,122); }
div.DivClassName
{
background-color: #CA207A;
}
.BgClassName
{
background-color: #CA207A;
}
</style>
border-color css
<style>
span { border-color: #CA207A; }
span { border-color: rgb(202,32,122); }
td.TdClassName
{
border-color: #CA207A;
}
.TagClassName
{
border-color: #CA207A;
}
</style>