Shades of Medium Violet Red #CA2673
Tints of Medium Violet Red #CA2673
RGB
CMYK
RGB Variations
Color information
#CA2673 (or 0xCA2673) is known color: Medium Violet Red. HEX triplet: CA, 26 and 73. RGB value is (202,38,115). Sum of RGB (Red+Green+Blue) = 202+38+115=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2673 is #35D98C. Grayscale: #5F5F5F. Windows color (decimal): -3529101 or 7546570. OLE color: 7546570.
HSL color Cylindrical-coordinate representation of color #CA2673: hue angle of 331.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2673 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 115 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.21 |
| HSL | 331.83º | 0.68% | 0.47% | - |
| HSV(B) | 331.83º | 0.81% | 0.79% | - |
| XYZ | 28.14 | 15.18 | 17.67 | - |
| YUV | 95.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 115 | 0 | 0.81 | 0.43 | 0.21 | 331.83 | 0.68 | 0.47 |
| Hex | CA | 26 | 73 | 0 | 51 | 2B | 15 | 14C | 44 | 2F |
| Octal | 312 | 46 | 163 | 0 | 121 | 53 | 25 | 514 | 104 | 57 |
| Binary | 11001010 | 100110 | 1110011 | 0 | 1010001 | 101011 | 10101 | 101001100 | 1000100 | 101111 |
Color Harmonies of #CA2673
Complementary color
Monochromatic Colors of #CA2673
Black with #CA2673
Text Example
Text Example
White with #CA2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2673; }
p { color: rgb(202,38,115); }
H1.HeaderClassName
{
color: #CA2673;
}
.AnyTagClassName
{
color: #CA2673;
}
</style>
background-color css
<style>
a { background-color: #CA2673; }
a { background-color: rgb(202,38,115); }
div.DivClassName
{
background-color: #CA2673;
}
.BgClassName
{
background-color: #CA2673;
}
</style>
border-color css
<style>
span { border-color: #CA2673; }
span { border-color: rgb(202,38,115); }
td.TdClassName
{
border-color: #CA2673;
}
.TagClassName
{
border-color: #CA2673;
}
</style>