Shades of Medium Violet Red #CA1BA4
Tints of Medium Violet Red #CA1BA4
RGB
CMYK
RGB Variations
Color information
#CA1BA4 (or 0xCA1BA4) is known color: Medium Violet Red. HEX triplet: CA, 1B and A4. RGB value is (202,27,164). Sum of RGB (Red+Green+Blue) = 202+27+164=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BA4 is #35E45B. Grayscale: #5E5E5E. Windows color (decimal): -3531868 or 10755018. OLE color: 10755018.
HSL color Cylindrical-coordinate representation of color #CA1BA4: hue angle of 313.03º 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 #CA1BA4 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 164 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.21 |
| HSL | 313.03º | 0.76% | 0.45% | - |
| HSV(B) | 313.03º | 0.87% | 0.79% | - |
| XYZ | 31.45 | 16.02 | 36.56 | - |
| YUV | 94.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 164 | 0 | 0.87 | 0.19 | 0.21 | 313.03 | 0.76 | 0.45 |
| Hex | CA | 1B | A4 | 0 | 57 | 13 | 15 | 139 | 4C | 2D |
| Octal | 312 | 33 | 244 | 0 | 127 | 23 | 25 | 471 | 114 | 55 |
| Binary | 11001010 | 11011 | 10100100 | 0 | 1010111 | 10011 | 10101 | 100111001 | 1001100 | 101101 |
Color Harmonies of #CA1BA4
Complementary color
Monochromatic Colors of #CA1BA4
Black with #CA1BA4
Text Example
Text Example
White with #CA1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BA4; }
p { color: rgb(202,27,164); }
H1.HeaderClassName
{
color: #CA1BA4;
}
.AnyTagClassName
{
color: #CA1BA4;
}
</style>
background-color css
<style>
a { background-color: #CA1BA4; }
a { background-color: rgb(202,27,164); }
div.DivClassName
{
background-color: #CA1BA4;
}
.BgClassName
{
background-color: #CA1BA4;
}
</style>
border-color css
<style>
span { border-color: #CA1BA4; }
span { border-color: rgb(202,27,164); }
td.TdClassName
{
border-color: #CA1BA4;
}
.TagClassName
{
border-color: #CA1BA4;
}
</style>