Shades of Medium Violet Red #CA1C7B
Tints of Medium Violet Red #CA1C7B
RGB
CMYK
RGB Variations
Color information
#CA1C7B (or 0xCA1C7B) is known color: Medium Violet Red. HEX triplet: CA, 1C and 7B. RGB value is (202,28,123). Sum of RGB (Red+Green+Blue) = 202+28+123=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C7B is #35E384. Grayscale: #5A5A5A. Windows color (decimal): -3531653 or 8068298. OLE color: 8068298.
HSL color Cylindrical-coordinate representation of color #CA1C7B: hue angle of 327.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C7B is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 123 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.21 |
| HSL | 327.24º | 0.76% | 0.45% | - |
| HSV(B) | 327.24º | 0.86% | 0.79% | - |
| XYZ | 28.35 | 14.82 | 20.1 | - |
| YUV | 90.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 123 | 0 | 0.86 | 0.39 | 0.21 | 327.24 | 0.76 | 0.45 |
| Hex | CA | 1C | 7B | 0 | 56 | 27 | 15 | 147 | 4C | 2D |
| Octal | 312 | 34 | 173 | 0 | 126 | 47 | 25 | 507 | 114 | 55 |
| Binary | 11001010 | 11100 | 1111011 | 0 | 1010110 | 100111 | 10101 | 101000111 | 1001100 | 101101 |
Color Harmonies of #CA1C7B
Complementary color
Monochromatic Colors of #CA1C7B
Black with #CA1C7B
Text Example
Text Example
White with #CA1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1C7B; }
p { color: rgb(202,28,123); }
H1.HeaderClassName
{
color: #CA1C7B;
}
.AnyTagClassName
{
color: #CA1C7B;
}
</style>
background-color css
<style>
a { background-color: #CA1C7B; }
a { background-color: rgb(202,28,123); }
div.DivClassName
{
background-color: #CA1C7B;
}
.BgClassName
{
background-color: #CA1C7B;
}
</style>
border-color css
<style>
span { border-color: #CA1C7B; }
span { border-color: rgb(202,28,123); }
td.TdClassName
{
border-color: #CA1C7B;
}
.TagClassName
{
border-color: #CA1C7B;
}
</style>