Shades of Medium Violet Red #CA207B
Tints of Medium Violet Red #CA207B
RGB
CMYK
RGB Variations
Color information
#CA207B (or 0xCA207B) is known color: Medium Violet Red. HEX triplet: CA, 20 and 7B. RGB value is (202,32,123). Sum of RGB (Red+Green+Blue) = 202+32+123=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA207B is #35DF84. Grayscale: #5D5D5D. Windows color (decimal): -3530629 or 8069322. OLE color: 8069322.
HSL color Cylindrical-coordinate representation of color #CA207B: hue angle of 327.88º 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 #CA207B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 123 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.21 |
| HSL | 327.88º | 0.73% | 0.46% | - |
| HSV(B) | 327.88º | 0.84% | 0.79% | - |
| XYZ | 28.45 | 15.02 | 20.14 | - |
| YUV | 93.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 123 | 0 | 0.84 | 0.39 | 0.21 | 327.88 | 0.73 | 0.46 |
| Hex | CA | 20 | 7B | 0 | 54 | 27 | 15 | 148 | 49 | 2E |
| Octal | 312 | 40 | 173 | 0 | 124 | 47 | 25 | 510 | 111 | 56 |
| Binary | 11001010 | 100000 | 1111011 | 0 | 1010100 | 100111 | 10101 | 101001000 | 1001001 | 101110 |
Color Harmonies of #CA207B
Complementary color
Monochromatic Colors of #CA207B
Black with #CA207B
Text Example
Text Example
White with #CA207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA207B; }
p { color: rgb(202,32,123); }
H1.HeaderClassName
{
color: #CA207B;
}
.AnyTagClassName
{
color: #CA207B;
}
</style>
background-color css
<style>
a { background-color: #CA207B; }
a { background-color: rgb(202,32,123); }
div.DivClassName
{
background-color: #CA207B;
}
.BgClassName
{
background-color: #CA207B;
}
</style>
border-color css
<style>
span { border-color: #CA207B; }
span { border-color: rgb(202,32,123); }
td.TdClassName
{
border-color: #CA207B;
}
.TagClassName
{
border-color: #CA207B;
}
</style>