Shades of Medium Violet Red #CA0283
Tints of Medium Violet Red #CA0283
RGB
CMYK
RGB Variations
Color information
#CA0283 (or 0xCA0283) is known color: Medium Violet Red. HEX triplet: CA, 02 and 83. RGB value is (202,2,131). Sum of RGB (Red+Green+Blue) = 202+2+131=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0283 is #35FD7C. Grayscale: #4C4C4C. Windows color (decimal): -3538301 or 8585930. OLE color: 8585930.
HSL color Cylindrical-coordinate representation of color #CA0283: hue angle of 321.3º degrees, saturation: 0.98, 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 #CA0283 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.21 |
| HSL | 321.3º | 0.98% | 0.4% | - |
| HSV(B) | 321.3º | 0.99% | 0.79% | - |
| XYZ | 28.48 | 14.24 | 22.72 | - |
| YUV | 76.51 | 158.76 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 131 | 0 | 0.99 | 0.35 | 0.21 | 321.3 | 0.98 | 0.4 |
| Hex | CA | 2 | 83 | 0 | 63 | 23 | 15 | 141 | 62 | 28 |
| Octal | 312 | 2 | 203 | 0 | 143 | 43 | 25 | 501 | 142 | 50 |
| Binary | 11001010 | 10 | 10000011 | 0 | 1100011 | 100011 | 10101 | 101000001 | 1100010 | 101000 |
Color Harmonies of #CA0283
Complementary color
Monochromatic Colors of #CA0283
Black with #CA0283
Text Example
Text Example
White with #CA0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0283; }
p { color: rgb(202,2,131); }
H1.HeaderClassName
{
color: #CA0283;
}
.AnyTagClassName
{
color: #CA0283;
}
</style>
background-color css
<style>
a { background-color: #CA0283; }
a { background-color: rgb(202,2,131); }
div.DivClassName
{
background-color: #CA0283;
}
.BgClassName
{
background-color: #CA0283;
}
</style>
border-color css
<style>
span { border-color: #CA0283; }
span { border-color: rgb(202,2,131); }
td.TdClassName
{
border-color: #CA0283;
}
.TagClassName
{
border-color: #CA0283;
}
</style>