Shades of Medium Violet Red #CA28A6
Tints of Medium Violet Red #CA28A6
RGB
CMYK
RGB Variations
Color information
#CA28A6 (or 0xCA28A6) is known color: Medium Violet Red. HEX triplet: CA, 28 and A6. RGB value is (202,40,166). Sum of RGB (Red+Green+Blue) = 202+40+166=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28A6 is #35D759. Grayscale: #666666. Windows color (decimal): -3528538 or 10889418. OLE color: 10889418.
HSL color Cylindrical-coordinate representation of color #CA28A6: hue angle of 313.33º 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 #CA28A6 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 166 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.21 |
| HSL | 313.33º | 0.67% | 0.47% | - |
| HSV(B) | 313.33º | 0.8% | 0.79% | - |
| XYZ | 32 | 16.83 | 37.64 | - |
| YUV | 102.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 166 | 0 | 0.80 | 0.18 | 0.21 | 313.33 | 0.67 | 0.47 |
| Hex | CA | 28 | A6 | 0 | 50 | 12 | 15 | 139 | 43 | 2F |
| Octal | 312 | 50 | 246 | 0 | 120 | 22 | 25 | 471 | 103 | 57 |
| Binary | 11001010 | 101000 | 10100110 | 0 | 1010000 | 10010 | 10101 | 100111001 | 1000011 | 101111 |
Color Harmonies of #CA28A6
Complementary color
Monochromatic Colors of #CA28A6
Black with #CA28A6
Text Example
Text Example
White with #CA28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28A6; }
p { color: rgb(202,40,166); }
H1.HeaderClassName
{
color: #CA28A6;
}
.AnyTagClassName
{
color: #CA28A6;
}
</style>
background-color css
<style>
a { background-color: #CA28A6; }
a { background-color: rgb(202,40,166); }
div.DivClassName
{
background-color: #CA28A6;
}
.BgClassName
{
background-color: #CA28A6;
}
</style>
border-color css
<style>
span { border-color: #CA28A6; }
span { border-color: rgb(202,40,166); }
td.TdClassName
{
border-color: #CA28A6;
}
.TagClassName
{
border-color: #CA28A6;
}
</style>