Shades of Medium Violet Red #CA107F
Tints of Medium Violet Red #CA107F
RGB
CMYK
RGB Variations
Color information
#CA107F (or 0xCA107F) is known color: Medium Violet Red. HEX triplet: CA, 10 and 7F. RGB value is (202,16,127). Sum of RGB (Red+Green+Blue) = 202+16+127=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA107F is #35EF80. Grayscale: #545454. Windows color (decimal): -3534721 or 8327370. OLE color: 8327370.
HSL color Cylindrical-coordinate representation of color #CA107F: hue angle of 324.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA107F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 127 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.21 |
| HSL | 324.19º | 0.85% | 0.43% | - |
| HSV(B) | 324.19º | 0.92% | 0.79% | - |
| XYZ | 28.37 | 14.46 | 21.37 | - |
| YUV | 84.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 127 | 0 | 0.92 | 0.37 | 0.21 | 324.19 | 0.85 | 0.43 |
| Hex | CA | 10 | 7F | 0 | 5C | 25 | 15 | 144 | 55 | 2B |
| Octal | 312 | 20 | 177 | 0 | 134 | 45 | 25 | 504 | 125 | 53 |
| Binary | 11001010 | 10000 | 1111111 | 0 | 1011100 | 100101 | 10101 | 101000100 | 1010101 | 101011 |
Color Harmonies of #CA107F
Complementary color
Monochromatic Colors of #CA107F
Black with #CA107F
Text Example
Text Example
White with #CA107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA107F; }
p { color: rgb(202,16,127); }
H1.HeaderClassName
{
color: #CA107F;
}
.AnyTagClassName
{
color: #CA107F;
}
</style>
background-color css
<style>
a { background-color: #CA107F; }
a { background-color: rgb(202,16,127); }
div.DivClassName
{
background-color: #CA107F;
}
.BgClassName
{
background-color: #CA107F;
}
</style>
border-color css
<style>
span { border-color: #CA107F; }
span { border-color: rgb(202,16,127); }
td.TdClassName
{
border-color: #CA107F;
}
.TagClassName
{
border-color: #CA107F;
}
</style>