Shades of Medium Violet Red #CA1B7B
Tints of Medium Violet Red #CA1B7B
RGB
CMYK
RGB Variations
Color information
#CA1B7B (or 0xCA1B7B) is known color: Medium Violet Red. HEX triplet: CA, 1B and 7B. RGB value is (202,27,123). Sum of RGB (Red+Green+Blue) = 202+27+123=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1B7B is #35E484. Grayscale: #5A5A5A. Windows color (decimal): -3531909 or 8068042. OLE color: 8068042.
HSL color Cylindrical-coordinate representation of color #CA1B7B: hue angle of 327.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B7B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 123 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.21 |
| HSL | 327.09º | 0.76% | 0.45% | - |
| HSV(B) | 327.09º | 0.87% | 0.79% | - |
| XYZ | 28.32 | 14.77 | 20.1 | - |
| YUV | 90.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 123 | 0 | 0.87 | 0.39 | 0.21 | 327.09 | 0.76 | 0.45 |
| Hex | CA | 1B | 7B | 0 | 57 | 27 | 15 | 147 | 4C | 2D |
| Octal | 312 | 33 | 173 | 0 | 127 | 47 | 25 | 507 | 114 | 55 |
| Binary | 11001010 | 11011 | 1111011 | 0 | 1010111 | 100111 | 10101 | 101000111 | 1001100 | 101101 |
Color Harmonies of #CA1B7B
Complementary color
Monochromatic Colors of #CA1B7B
Black with #CA1B7B
Text Example
Text Example
White with #CA1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B7B; }
p { color: rgb(202,27,123); }
H1.HeaderClassName
{
color: #CA1B7B;
}
.AnyTagClassName
{
color: #CA1B7B;
}
</style>
background-color css
<style>
a { background-color: #CA1B7B; }
a { background-color: rgb(202,27,123); }
div.DivClassName
{
background-color: #CA1B7B;
}
.BgClassName
{
background-color: #CA1B7B;
}
</style>
border-color css
<style>
span { border-color: #CA1B7B; }
span { border-color: rgb(202,27,123); }
td.TdClassName
{
border-color: #CA1B7B;
}
.TagClassName
{
border-color: #CA1B7B;
}
</style>