Shades of Medium Violet Red #CA097B
Tints of Medium Violet Red #CA097B
RGB
CMYK
RGB Variations
Color information
#CA097B (or 0xCA097B) is known color: Medium Violet Red. HEX triplet: CA, 09 and 7B. RGB value is (202,9,123). Sum of RGB (Red+Green+Blue) = 202+9+123=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA097B is #35F684. Grayscale: #4F4F4F. Windows color (decimal): -3536517 or 8063434. OLE color: 8063434.
HSL color Cylindrical-coordinate representation of color #CA097B: hue angle of 324.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA097B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.21 |
| HSL | 324.56º | 0.91% | 0.41% | - |
| HSV(B) | 324.56º | 0.96% | 0.79% | - |
| XYZ | 28.03 | 14.18 | 20 | - |
| YUV | 79.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 123 | 0 | 0.96 | 0.39 | 0.21 | 324.56 | 0.91 | 0.41 |
| Hex | CA | 9 | 7B | 0 | 60 | 27 | 15 | 145 | 5B | 29 |
| Octal | 312 | 11 | 173 | 0 | 140 | 47 | 25 | 505 | 133 | 51 |
| Binary | 11001010 | 1001 | 1111011 | 0 | 1100000 | 100111 | 10101 | 101000101 | 1011011 | 101001 |
Color Harmonies of #CA097B
Complementary color
Monochromatic Colors of #CA097B
Black with #CA097B
Text Example
Text Example
White with #CA097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA097B; }
p { color: rgb(202,9,123); }
H1.HeaderClassName
{
color: #CA097B;
}
.AnyTagClassName
{
color: #CA097B;
}
</style>
background-color css
<style>
a { background-color: #CA097B; }
a { background-color: rgb(202,9,123); }
div.DivClassName
{
background-color: #CA097B;
}
.BgClassName
{
background-color: #CA097B;
}
</style>
border-color css
<style>
span { border-color: #CA097B; }
span { border-color: rgb(202,9,123); }
td.TdClassName
{
border-color: #CA097B;
}
.TagClassName
{
border-color: #CA097B;
}
</style>