Shades of Medium Violet Red #CA28A8
Tints of Medium Violet Red #CA28A8
RGB
CMYK
RGB Variations
Color information
#CA28A8 (or 0xCA28A8) is known color: Medium Violet Red. HEX triplet: CA, 28 and A8. RGB value is (202,40,168). Sum of RGB (Red+Green+Blue) = 202+40+168=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28A8 is #35D757. Grayscale: #666666. Windows color (decimal): -3528536 or 11020490. OLE color: 11020490.
HSL color Cylindrical-coordinate representation of color #CA28A8: hue angle of 312.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA28A8 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 168 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.21 |
| HSL | 312.59º | 0.67% | 0.47% | - |
| HSV(B) | 312.59º | 0.8% | 0.79% | - |
| XYZ | 32.18 | 16.9 | 38.61 | - |
| YUV | 103.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 168 | 0 | 0.80 | 0.17 | 0.21 | 312.59 | 0.67 | 0.47 |
| Hex | CA | 28 | A8 | 0 | 50 | 11 | 15 | 139 | 43 | 2F |
| Octal | 312 | 50 | 250 | 0 | 120 | 21 | 25 | 471 | 103 | 57 |
| Binary | 11001010 | 101000 | 10101000 | 0 | 1010000 | 10001 | 10101 | 100111001 | 1000011 | 101111 |
Color Harmonies of #CA28A8
Complementary color
Monochromatic Colors of #CA28A8
Black with #CA28A8
Text Example
Text Example
White with #CA28A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28A8; }
p { color: rgb(202,40,168); }
H1.HeaderClassName
{
color: #CA28A8;
}
.AnyTagClassName
{
color: #CA28A8;
}
</style>
background-color css
<style>
a { background-color: #CA28A8; }
a { background-color: rgb(202,40,168); }
div.DivClassName
{
background-color: #CA28A8;
}
.BgClassName
{
background-color: #CA28A8;
}
</style>
border-color css
<style>
span { border-color: #CA28A8; }
span { border-color: rgb(202,40,168); }
td.TdClassName
{
border-color: #CA28A8;
}
.TagClassName
{
border-color: #CA28A8;
}
</style>