Shades of Medium Violet Red #CA067F
Tints of Medium Violet Red #CA067F
RGB
CMYK
RGB Variations
Color information
#CA067F (or 0xCA067F) is known color: Medium Violet Red. HEX triplet: CA, 06 and 7F. RGB value is (202,6,127). Sum of RGB (Red+Green+Blue) = 202+6+127=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA067F is #35F980. Grayscale: #4E4E4E. Windows color (decimal): -3537281 or 8324810. OLE color: 8324810.
HSL color Cylindrical-coordinate representation of color #CA067F: hue angle of 322.96º 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 #CA067F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.21 |
| HSL | 322.96º | 0.94% | 0.41% | - |
| HSV(B) | 322.96º | 0.97% | 0.79% | - |
| XYZ | 28.25 | 14.22 | 21.33 | - |
| YUV | 78.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 127 | 0 | 0.97 | 0.37 | 0.21 | 322.96 | 0.94 | 0.41 |
| Hex | CA | 6 | 7F | 0 | 61 | 25 | 15 | 143 | 5E | 29 |
| Octal | 312 | 6 | 177 | 0 | 141 | 45 | 25 | 503 | 136 | 51 |
| Binary | 11001010 | 110 | 1111111 | 0 | 1100001 | 100101 | 10101 | 101000011 | 1011110 | 101001 |
Color Harmonies of #CA067F
Complementary color
Monochromatic Colors of #CA067F
Black with #CA067F
Text Example
Text Example
White with #CA067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA067F; }
p { color: rgb(202,6,127); }
H1.HeaderClassName
{
color: #CA067F;
}
.AnyTagClassName
{
color: #CA067F;
}
</style>
background-color css
<style>
a { background-color: #CA067F; }
a { background-color: rgb(202,6,127); }
div.DivClassName
{
background-color: #CA067F;
}
.BgClassName
{
background-color: #CA067F;
}
</style>
border-color css
<style>
span { border-color: #CA067F; }
span { border-color: rgb(202,6,127); }
td.TdClassName
{
border-color: #CA067F;
}
.TagClassName
{
border-color: #CA067F;
}
</style>