Shades of Medium Violet Red #CA069E
Tints of Medium Violet Red #CA069E
RGB
CMYK
RGB Variations
Color information
#CA069E (or 0xCA069E) is known color: Medium Violet Red. HEX triplet: CA, 06 and 9E. RGB value is (202,6,158). Sum of RGB (Red+Green+Blue) = 202+6+158=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA069E is #35F961. Grayscale: #515151. Windows color (decimal): -3537250 or 10356426. OLE color: 10356426.
HSL color Cylindrical-coordinate representation of color #CA069E: hue angle of 313.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 #CA069E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.21 |
| HSL | 313.47º | 0.94% | 0.41% | - |
| HSV(B) | 313.47º | 0.97% | 0.79% | - |
| XYZ | 30.59 | 15.16 | 33.66 | - |
| YUV | 81.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 158 | 0 | 0.97 | 0.22 | 0.21 | 313.47 | 0.94 | 0.41 |
| Hex | CA | 6 | 9E | 0 | 61 | 16 | 15 | 139 | 5E | 29 |
| Octal | 312 | 6 | 236 | 0 | 141 | 26 | 25 | 471 | 136 | 51 |
| Binary | 11001010 | 110 | 10011110 | 0 | 1100001 | 10110 | 10101 | 100111001 | 1011110 | 101001 |
Color Harmonies of #CA069E
Complementary color
Monochromatic Colors of #CA069E
Black with #CA069E
Text Example
Text Example
White with #CA069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA069E; }
p { color: rgb(202,6,158); }
H1.HeaderClassName
{
color: #CA069E;
}
.AnyTagClassName
{
color: #CA069E;
}
</style>
background-color css
<style>
a { background-color: #CA069E; }
a { background-color: rgb(202,6,158); }
div.DivClassName
{
background-color: #CA069E;
}
.BgClassName
{
background-color: #CA069E;
}
</style>
border-color css
<style>
span { border-color: #CA069E; }
span { border-color: rgb(202,6,158); }
td.TdClassName
{
border-color: #CA069E;
}
.TagClassName
{
border-color: #CA069E;
}
</style>