Shades of Medium Violet Red #CA066D
Tints of Medium Violet Red #CA066D
RGB
CMYK
RGB Variations
Color information
#CA066D (or 0xCA066D) is known color: Medium Violet Red. HEX triplet: CA, 06 and 6D. RGB value is (202,6,109). Sum of RGB (Red+Green+Blue) = 202+6+109=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA066D is #35F992. Grayscale: #4C4C4C. Windows color (decimal): -3537299 or 7145162. OLE color: 7145162.
HSL color Cylindrical-coordinate representation of color #CA066D: hue angle of 328.47º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA066D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.21 |
| HSL | 328.47º | 0.94% | 0.41% | - |
| HSV(B) | 328.47º | 0.97% | 0.79% | - |
| XYZ | 27.18 | 13.79 | 15.7 | - |
| YUV | 76.35 | 146.43 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 109 | 0 | 0.97 | 0.46 | 0.21 | 328.47 | 0.94 | 0.41 |
| Hex | CA | 6 | 6D | 0 | 61 | 2E | 15 | 148 | 5E | 29 |
| Octal | 312 | 6 | 155 | 0 | 141 | 56 | 25 | 510 | 136 | 51 |
| Binary | 11001010 | 110 | 1101101 | 0 | 1100001 | 101110 | 10101 | 101001000 | 1011110 | 101001 |
Color Harmonies of #CA066D
Complementary color
Monochromatic Colors of #CA066D
Black with #CA066D
Text Example
Text Example
White with #CA066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA066D; }
p { color: rgb(202,6,109); }
H1.HeaderClassName
{
color: #CA066D;
}
.AnyTagClassName
{
color: #CA066D;
}
</style>
background-color css
<style>
a { background-color: #CA066D; }
a { background-color: rgb(202,6,109); }
div.DivClassName
{
background-color: #CA066D;
}
.BgClassName
{
background-color: #CA066D;
}
</style>
border-color css
<style>
span { border-color: #CA066D; }
span { border-color: rgb(202,6,109); }
td.TdClassName
{
border-color: #CA066D;
}
.TagClassName
{
border-color: #CA066D;
}
</style>