Shades of Medium Violet Red #CA2376
Tints of Medium Violet Red #CA2376
RGB
CMYK
RGB Variations
Color information
#CA2376 (or 0xCA2376) is known color: Medium Violet Red. HEX triplet: CA, 23 and 76. RGB value is (202,35,118). Sum of RGB (Red+Green+Blue) = 202+35+118=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2376 is #35DC89. Grayscale: #5E5E5E. Windows color (decimal): -3529866 or 7742410. OLE color: 7742410.
HSL color Cylindrical-coordinate representation of color #CA2376: hue angle of 330.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2376 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 118 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.21 |
| HSL | 330.18º | 0.7% | 0.46% | - |
| HSV(B) | 330.18º | 0.83% | 0.79% | - |
| XYZ | 28.23 | 15.07 | 18.56 | - |
| YUV | 94.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 118 | 0 | 0.83 | 0.42 | 0.21 | 330.18 | 0.7 | 0.46 |
| Hex | CA | 23 | 76 | 0 | 53 | 2A | 15 | 14A | 46 | 2E |
| Octal | 312 | 43 | 166 | 0 | 123 | 52 | 25 | 512 | 106 | 56 |
| Binary | 11001010 | 100011 | 1110110 | 0 | 1010011 | 101010 | 10101 | 101001010 | 1000110 | 101110 |
Color Harmonies of #CA2376
Complementary color
Monochromatic Colors of #CA2376
Black with #CA2376
Text Example
Text Example
White with #CA2376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2376; }
p { color: rgb(202,35,118); }
H1.HeaderClassName
{
color: #CA2376;
}
.AnyTagClassName
{
color: #CA2376;
}
</style>
background-color css
<style>
a { background-color: #CA2376; }
a { background-color: rgb(202,35,118); }
div.DivClassName
{
background-color: #CA2376;
}
.BgClassName
{
background-color: #CA2376;
}
</style>
border-color css
<style>
span { border-color: #CA2376; }
span { border-color: rgb(202,35,118); }
td.TdClassName
{
border-color: #CA2376;
}
.TagClassName
{
border-color: #CA2376;
}
</style>