Shades of Medium Violet Red #CA239E
Tints of Medium Violet Red #CA239E
RGB
CMYK
RGB Variations
Color information
#CA239E (or 0xCA239E) is known color: Medium Violet Red. HEX triplet: CA, 23 and 9E. RGB value is (202,35,158). Sum of RGB (Red+Green+Blue) = 202+35+158=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA239E is #35DC61. Grayscale: #626262. Windows color (decimal): -3529826 or 10363850. OLE color: 10363850.
HSL color Cylindrical-coordinate representation of color #CA239E: hue angle of 315.81º 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 #CA239E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 158 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.21 |
| HSL | 315.81º | 0.7% | 0.46% | - |
| HSV(B) | 315.81º | 0.83% | 0.79% | - |
| XYZ | 31.13 | 16.23 | 33.84 | - |
| YUV | 98.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 158 | 0 | 0.83 | 0.22 | 0.21 | 315.81 | 0.7 | 0.46 |
| Hex | CA | 23 | 9E | 0 | 53 | 16 | 15 | 13C | 46 | 2E |
| Octal | 312 | 43 | 236 | 0 | 123 | 26 | 25 | 474 | 106 | 56 |
| Binary | 11001010 | 100011 | 10011110 | 0 | 1010011 | 10110 | 10101 | 100111100 | 1000110 | 101110 |
Color Harmonies of #CA239E
Complementary color
Monochromatic Colors of #CA239E
Black with #CA239E
Text Example
Text Example
White with #CA239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA239E; }
p { color: rgb(202,35,158); }
H1.HeaderClassName
{
color: #CA239E;
}
.AnyTagClassName
{
color: #CA239E;
}
</style>
background-color css
<style>
a { background-color: #CA239E; }
a { background-color: rgb(202,35,158); }
div.DivClassName
{
background-color: #CA239E;
}
.BgClassName
{
background-color: #CA239E;
}
</style>
border-color css
<style>
span { border-color: #CA239E; }
span { border-color: rgb(202,35,158); }
td.TdClassName
{
border-color: #CA239E;
}
.TagClassName
{
border-color: #CA239E;
}
</style>