Shades of Medium Violet Red #CA016E
Tints of Medium Violet Red #CA016E
RGB
CMYK
RGB Variations
Color information
#CA016E (or 0xCA016E) is known color: Medium Violet Red. HEX triplet: CA, 01 and 6E. RGB value is (202,1,110). Sum of RGB (Red+Green+Blue) = 202+1+110=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA016E is #35FE91. Grayscale: #494949. Windows color (decimal): -3538578 or 7209418. OLE color: 7209418.
HSL color Cylindrical-coordinate representation of color #CA016E: hue angle of 327.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA016E is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.21 |
| HSL | 327.46º | 0.99% | 0.4% | - |
| HSV(B) | 327.46º | 1% | 0.79% | - |
| XYZ | 27.18 | 13.7 | 15.96 | - |
| YUV | 73.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 110 | 0 | 1.00 | 0.46 | 0.21 | 327.46 | 0.99 | 0.4 |
| Hex | CA | 1 | 6E | 0 | 64 | 2E | 15 | 147 | 63 | 28 |
| Octal | 312 | 1 | 156 | 0 | 144 | 56 | 25 | 507 | 143 | 50 |
| Binary | 11001010 | 1 | 1101110 | 0 | 1100100 | 101110 | 10101 | 101000111 | 1100011 | 101000 |
Color Harmonies of #CA016E
Complementary color
Monochromatic Colors of #CA016E
Black with #CA016E
Text Example
Text Example
White with #CA016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA016E; }
p { color: rgb(202,1,110); }
H1.HeaderClassName
{
color: #CA016E;
}
.AnyTagClassName
{
color: #CA016E;
}
</style>
background-color css
<style>
a { background-color: #CA016E; }
a { background-color: rgb(202,1,110); }
div.DivClassName
{
background-color: #CA016E;
}
.BgClassName
{
background-color: #CA016E;
}
</style>
border-color css
<style>
span { border-color: #CA016E; }
span { border-color: rgb(202,1,110); }
td.TdClassName
{
border-color: #CA016E;
}
.TagClassName
{
border-color: #CA016E;
}
</style>