Shades of Medium Violet Red #CA067B
Tints of Medium Violet Red #CA067B
RGB
CMYK
RGB Variations
Color information
#CA067B (or 0xCA067B) is known color: Medium Violet Red. HEX triplet: CA, 06 and 7B. RGB value is (202,6,123). Sum of RGB (Red+Green+Blue) = 202+6+123=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA067B is #35F984. Grayscale: #4D4D4D. Windows color (decimal): -3537285 or 8062666. OLE color: 8062666.
HSL color Cylindrical-coordinate representation of color #CA067B: hue angle of 324.18º 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 #CA067B is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.21 |
| HSL | 324.18º | 0.94% | 0.41% | - |
| HSV(B) | 324.18º | 0.97% | 0.79% | - |
| XYZ | 28 | 14.12 | 19.99 | - |
| YUV | 77.94 | 153.43 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 123 | 0 | 0.97 | 0.39 | 0.21 | 324.18 | 0.94 | 0.41 |
| Hex | CA | 6 | 7B | 0 | 61 | 27 | 15 | 144 | 5E | 29 |
| Octal | 312 | 6 | 173 | 0 | 141 | 47 | 25 | 504 | 136 | 51 |
| Binary | 11001010 | 110 | 1111011 | 0 | 1100001 | 100111 | 10101 | 101000100 | 1011110 | 101001 |
Color Harmonies of #CA067B
Complementary color
Monochromatic Colors of #CA067B
Black with #CA067B
Text Example
Text Example
White with #CA067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA067B; }
p { color: rgb(202,6,123); }
H1.HeaderClassName
{
color: #CA067B;
}
.AnyTagClassName
{
color: #CA067B;
}
</style>
background-color css
<style>
a { background-color: #CA067B; }
a { background-color: rgb(202,6,123); }
div.DivClassName
{
background-color: #CA067B;
}
.BgClassName
{
background-color: #CA067B;
}
</style>
border-color css
<style>
span { border-color: #CA067B; }
span { border-color: rgb(202,6,123); }
td.TdClassName
{
border-color: #CA067B;
}
.TagClassName
{
border-color: #CA067B;
}
</style>