Shades of Medium Violet Red #CA069B
Tints of Medium Violet Red #CA069B
RGB
CMYK
RGB Variations
Color information
#CA069B (or 0xCA069B) is known color: Medium Violet Red. HEX triplet: CA, 06 and 9B. RGB value is (202,6,155). Sum of RGB (Red+Green+Blue) = 202+6+155=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA069B is #35F964. Grayscale: #515151. Windows color (decimal): -3537253 or 10159818. OLE color: 10159818.
HSL color Cylindrical-coordinate representation of color #CA069B: hue angle of 314.39º 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 #CA069B is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.21 |
| HSL | 314.39º | 0.94% | 0.41% | - |
| HSV(B) | 314.39º | 0.97% | 0.79% | - |
| XYZ | 30.34 | 15.05 | 32.32 | - |
| YUV | 81.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 155 | 0 | 0.97 | 0.23 | 0.21 | 314.39 | 0.94 | 0.41 |
| Hex | CA | 6 | 9B | 0 | 61 | 17 | 15 | 13A | 5E | 29 |
| Octal | 312 | 6 | 233 | 0 | 141 | 27 | 25 | 472 | 136 | 51 |
| Binary | 11001010 | 110 | 10011011 | 0 | 1100001 | 10111 | 10101 | 100111010 | 1011110 | 101001 |
Color Harmonies of #CA069B
Complementary color
Monochromatic Colors of #CA069B
Black with #CA069B
Text Example
Text Example
White with #CA069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA069B; }
p { color: rgb(202,6,155); }
H1.HeaderClassName
{
color: #CA069B;
}
.AnyTagClassName
{
color: #CA069B;
}
</style>
background-color css
<style>
a { background-color: #CA069B; }
a { background-color: rgb(202,6,155); }
div.DivClassName
{
background-color: #CA069B;
}
.BgClassName
{
background-color: #CA069B;
}
</style>
border-color css
<style>
span { border-color: #CA069B; }
span { border-color: rgb(202,6,155); }
td.TdClassName
{
border-color: #CA069B;
}
.TagClassName
{
border-color: #CA069B;
}
</style>