Shades of Medium Red Violet #CA287D
Tints of Medium Red Violet #CA287D
RGB
CMYK
RGB Variations
Color information
#CA287D (or 0xCA287D) is known color: Medium Red Violet. HEX triplet: CA, 28 and 7D. RGB value is (202,40,125). Sum of RGB (Red+Green+Blue) = 202+40+125=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA287D is #35D782. Grayscale: #616161. Windows color (decimal): -3528579 or 8202442. OLE color: 8202442.
HSL color Cylindrical-coordinate representation of color #CA287D: hue angle of 328.52º 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 #CA287D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 125 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.21 |
| HSL | 328.52º | 0.67% | 0.47% | - |
| HSV(B) | 328.52º | 0.8% | 0.79% | - |
| XYZ | 28.82 | 15.55 | 20.89 | - |
| YUV | 98.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 125 | 0 | 0.80 | 0.38 | 0.21 | 328.52 | 0.67 | 0.47 |
| Hex | CA | 28 | 7D | 0 | 50 | 26 | 15 | 149 | 43 | 2F |
| Octal | 312 | 50 | 175 | 0 | 120 | 46 | 25 | 511 | 103 | 57 |
| Binary | 11001010 | 101000 | 1111101 | 0 | 1010000 | 100110 | 10101 | 101001001 | 1000011 | 101111 |
Color Harmonies of #CA287D
Complementary color
Monochromatic Colors of #CA287D
Black with #CA287D
Text Example
Text Example
White with #CA287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA287D; }
p { color: rgb(202,40,125); }
H1.HeaderClassName
{
color: #CA287D;
}
.AnyTagClassName
{
color: #CA287D;
}
</style>
background-color css
<style>
a { background-color: #CA287D; }
a { background-color: rgb(202,40,125); }
div.DivClassName
{
background-color: #CA287D;
}
.BgClassName
{
background-color: #CA287D;
}
</style>
border-color css
<style>
span { border-color: #CA287D; }
span { border-color: rgb(202,40,125); }
td.TdClassName
{
border-color: #CA287D;
}
.TagClassName
{
border-color: #CA287D;
}
</style>