Shades of Medium Violet Red #CA107B
Tints of Medium Violet Red #CA107B
RGB
CMYK
RGB Variations
Color information
#CA107B (or 0xCA107B) is known color: Medium Violet Red. HEX triplet: CA, 10 and 7B. RGB value is (202,16,123). Sum of RGB (Red+Green+Blue) = 202+16+123=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA107B is #35EF84. Grayscale: #535353. Windows color (decimal): -3534725 or 8065226. OLE color: 8065226.
HSL color Cylindrical-coordinate representation of color #CA107B: hue angle of 325.48º 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 #CA107B is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.21 |
| HSL | 325.48º | 0.85% | 0.43% | - |
| HSV(B) | 325.48º | 0.92% | 0.79% | - |
| XYZ | 28.12 | 14.36 | 20.03 | - |
| YUV | 83.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 123 | 0 | 0.92 | 0.39 | 0.21 | 325.48 | 0.85 | 0.43 |
| Hex | CA | 10 | 7B | 0 | 5C | 27 | 15 | 145 | 55 | 2B |
| Octal | 312 | 20 | 173 | 0 | 134 | 47 | 25 | 505 | 125 | 53 |
| Binary | 11001010 | 10000 | 1111011 | 0 | 1011100 | 100111 | 10101 | 101000101 | 1010101 | 101011 |
Color Harmonies of #CA107B
Complementary color
Monochromatic Colors of #CA107B
Black with #CA107B
Text Example
Text Example
White with #CA107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA107B; }
p { color: rgb(202,16,123); }
H1.HeaderClassName
{
color: #CA107B;
}
.AnyTagClassName
{
color: #CA107B;
}
</style>
background-color css
<style>
a { background-color: #CA107B; }
a { background-color: rgb(202,16,123); }
div.DivClassName
{
background-color: #CA107B;
}
.BgClassName
{
background-color: #CA107B;
}
</style>
border-color css
<style>
span { border-color: #CA107B; }
span { border-color: rgb(202,16,123); }
td.TdClassName
{
border-color: #CA107B;
}
.TagClassName
{
border-color: #CA107B;
}
</style>