Shades of Medium Violet Red #CA087D
Tints of Medium Violet Red #CA087D
RGB
CMYK
RGB Variations
Color information
#CA087D (or 0xCA087D) is known color: Medium Violet Red. HEX triplet: CA, 08 and 7D. RGB value is (202,8,125). Sum of RGB (Red+Green+Blue) = 202+8+125=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA087D is #35F782. Grayscale: #4F4F4F. Windows color (decimal): -3536771 or 8194250. OLE color: 8194250.
HSL color Cylindrical-coordinate representation of color #CA087D: hue angle of 323.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA087D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.21 |
| HSL | 323.81º | 0.92% | 0.41% | - |
| HSV(B) | 323.81º | 0.96% | 0.79% | - |
| XYZ | 28.15 | 14.21 | 20.66 | - |
| YUV | 79.34 | 153.77 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 125 | 0 | 0.96 | 0.38 | 0.21 | 323.81 | 0.92 | 0.41 |
| Hex | CA | 8 | 7D | 0 | 60 | 26 | 15 | 144 | 5C | 29 |
| Octal | 312 | 10 | 175 | 0 | 140 | 46 | 25 | 504 | 134 | 51 |
| Binary | 11001010 | 1000 | 1111101 | 0 | 1100000 | 100110 | 10101 | 101000100 | 1011100 | 101001 |
Color Harmonies of #CA087D
Complementary color
Monochromatic Colors of #CA087D
Black with #CA087D
Text Example
Text Example
White with #CA087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA087D; }
p { color: rgb(202,8,125); }
H1.HeaderClassName
{
color: #CA087D;
}
.AnyTagClassName
{
color: #CA087D;
}
</style>
background-color css
<style>
a { background-color: #CA087D; }
a { background-color: rgb(202,8,125); }
div.DivClassName
{
background-color: #CA087D;
}
.BgClassName
{
background-color: #CA087D;
}
</style>
border-color css
<style>
span { border-color: #CA087D; }
span { border-color: rgb(202,8,125); }
td.TdClassName
{
border-color: #CA087D;
}
.TagClassName
{
border-color: #CA087D;
}
</style>