Shades of Medium Violet Red #CA1B88
Tints of Medium Violet Red #CA1B88
RGB
CMYK
RGB Variations
Color information
#CA1B88 (or 0xCA1B88) is known color: Medium Violet Red. HEX triplet: CA, 1B and 88. RGB value is (202,27,136). Sum of RGB (Red+Green+Blue) = 202+27+136=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1B88 is #35E477. Grayscale: #5B5B5B. Windows color (decimal): -3531896 or 8920010. OLE color: 8920010.
HSL color Cylindrical-coordinate representation of color #CA1B88: hue angle of 322.63º 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 #CA1B88 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 136 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.21 |
| HSL | 322.63º | 0.76% | 0.45% | - |
| HSV(B) | 322.63º | 0.87% | 0.79% | - |
| XYZ | 29.19 | 15.12 | 24.67 | - |
| YUV | 91.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 136 | 0 | 0.87 | 0.33 | 0.21 | 322.63 | 0.76 | 0.45 |
| Hex | CA | 1B | 88 | 0 | 57 | 21 | 15 | 143 | 4C | 2D |
| Octal | 312 | 33 | 210 | 0 | 127 | 41 | 25 | 503 | 114 | 55 |
| Binary | 11001010 | 11011 | 10001000 | 0 | 1010111 | 100001 | 10101 | 101000011 | 1001100 | 101101 |
Color Harmonies of #CA1B88
Complementary color
Monochromatic Colors of #CA1B88
Black with #CA1B88
Text Example
Text Example
White with #CA1B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B88; }
p { color: rgb(202,27,136); }
H1.HeaderClassName
{
color: #CA1B88;
}
.AnyTagClassName
{
color: #CA1B88;
}
</style>
background-color css
<style>
a { background-color: #CA1B88; }
a { background-color: rgb(202,27,136); }
div.DivClassName
{
background-color: #CA1B88;
}
.BgClassName
{
background-color: #CA1B88;
}
</style>
border-color css
<style>
span { border-color: #CA1B88; }
span { border-color: rgb(202,27,136); }
td.TdClassName
{
border-color: #CA1B88;
}
.TagClassName
{
border-color: #CA1B88;
}
</style>