Shades of Medium Violet Red #CA0397
Tints of Medium Violet Red #CA0397
RGB
CMYK
RGB Variations
Color information
#CA0397 (or 0xCA0397) is known color: Medium Violet Red. HEX triplet: CA, 03 and 97. RGB value is (202,3,151). Sum of RGB (Red+Green+Blue) = 202+3+151=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0397 is #35FC68. Grayscale: #4E4E4E. Windows color (decimal): -3538025 or 9896906. OLE color: 9896906.
HSL color Cylindrical-coordinate representation of color #CA0397: hue angle of 315.38º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0397 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.21 |
| HSL | 315.38º | 0.97% | 0.4% | - |
| HSV(B) | 315.38º | 0.99% | 0.79% | - |
| XYZ | 29.98 | 14.86 | 30.57 | - |
| YUV | 79.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 151 | 0 | 0.99 | 0.25 | 0.21 | 315.38 | 0.97 | 0.4 |
| Hex | CA | 3 | 97 | 0 | 63 | 19 | 15 | 13B | 61 | 28 |
| Octal | 312 | 3 | 227 | 0 | 143 | 31 | 25 | 473 | 141 | 50 |
| Binary | 11001010 | 11 | 10010111 | 0 | 1100011 | 11001 | 10101 | 100111011 | 1100001 | 101000 |
Color Harmonies of #CA0397
Complementary color
Monochromatic Colors of #CA0397
Black with #CA0397
Text Example
Text Example
White with #CA0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0397; }
p { color: rgb(202,3,151); }
H1.HeaderClassName
{
color: #CA0397;
}
.AnyTagClassName
{
color: #CA0397;
}
</style>
background-color css
<style>
a { background-color: #CA0397; }
a { background-color: rgb(202,3,151); }
div.DivClassName
{
background-color: #CA0397;
}
.BgClassName
{
background-color: #CA0397;
}
</style>
border-color css
<style>
span { border-color: #CA0397; }
span { border-color: rgb(202,3,151); }
td.TdClassName
{
border-color: #CA0397;
}
.TagClassName
{
border-color: #CA0397;
}
</style>