Shades of Medium Violet Red #CA1B82
Tints of Medium Violet Red #CA1B82
RGB
CMYK
RGB Variations
Color information
#CA1B82 (or 0xCA1B82) is known color: Medium Violet Red. HEX triplet: CA, 1B and 82. RGB value is (202,27,130). Sum of RGB (Red+Green+Blue) = 202+27+130=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1B82 is #35E47D. Grayscale: #5A5A5A. Windows color (decimal): -3531902 or 8526794. OLE color: 8526794.
HSL color Cylindrical-coordinate representation of color #CA1B82: hue angle of 324.69º 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 #CA1B82 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 130 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.21 |
| HSL | 324.69º | 0.76% | 0.45% | - |
| HSV(B) | 324.69º | 0.87% | 0.79% | - |
| XYZ | 28.78 | 14.95 | 22.49 | - |
| YUV | 91.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 130 | 0 | 0.87 | 0.36 | 0.21 | 324.69 | 0.76 | 0.45 |
| Hex | CA | 1B | 82 | 0 | 57 | 24 | 15 | 145 | 4C | 2D |
| Octal | 312 | 33 | 202 | 0 | 127 | 44 | 25 | 505 | 114 | 55 |
| Binary | 11001010 | 11011 | 10000010 | 0 | 1010111 | 100100 | 10101 | 101000101 | 1001100 | 101101 |
Color Harmonies of #CA1B82
Complementary color
Monochromatic Colors of #CA1B82
Black with #CA1B82
Text Example
Text Example
White with #CA1B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B82; }
p { color: rgb(202,27,130); }
H1.HeaderClassName
{
color: #CA1B82;
}
.AnyTagClassName
{
color: #CA1B82;
}
</style>
background-color css
<style>
a { background-color: #CA1B82; }
a { background-color: rgb(202,27,130); }
div.DivClassName
{
background-color: #CA1B82;
}
.BgClassName
{
background-color: #CA1B82;
}
</style>
border-color css
<style>
span { border-color: #CA1B82; }
span { border-color: rgb(202,27,130); }
td.TdClassName
{
border-color: #CA1B82;
}
.TagClassName
{
border-color: #CA1B82;
}
</style>