Shades of Medium Violet Red #CA23AC
Tints of Medium Violet Red #CA23AC
RGB
CMYK
RGB Variations
Color information
#CA23AC (or 0xCA23AC) is known color: Medium Violet Red. HEX triplet: CA, 23 and AC. RGB value is (202,35,172). Sum of RGB (Red+Green+Blue) = 202+35+172=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA23AC is #35DC53. Grayscale: #646464. Windows color (decimal): -3529812 or 11281354. OLE color: 11281354.
HSL color Cylindrical-coordinate representation of color #CA23AC: hue angle of 310.78º 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 #CA23AC is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 172 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.21 |
| HSL | 310.78º | 0.7% | 0.46% | - |
| HSV(B) | 310.78º | 0.83% | 0.79% | - |
| XYZ | 32.4 | 16.74 | 40.55 | - |
| YUV | 100.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 172 | 0 | 0.83 | 0.15 | 0.21 | 310.78 | 0.7 | 0.46 |
| Hex | CA | 23 | AC | 0 | 53 | F | 15 | 137 | 46 | 2E |
| Octal | 312 | 43 | 254 | 0 | 123 | 17 | 25 | 467 | 106 | 56 |
| Binary | 11001010 | 100011 | 10101100 | 0 | 1010011 | 1111 | 10101 | 100110111 | 1000110 | 101110 |
Color Harmonies of #CA23AC
Complementary color
Monochromatic Colors of #CA23AC
Black with #CA23AC
Text Example
Text Example
White with #CA23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23AC; }
p { color: rgb(202,35,172); }
H1.HeaderClassName
{
color: #CA23AC;
}
.AnyTagClassName
{
color: #CA23AC;
}
</style>
background-color css
<style>
a { background-color: #CA23AC; }
a { background-color: rgb(202,35,172); }
div.DivClassName
{
background-color: #CA23AC;
}
.BgClassName
{
background-color: #CA23AC;
}
</style>
border-color css
<style>
span { border-color: #CA23AC; }
span { border-color: rgb(202,35,172); }
td.TdClassName
{
border-color: #CA23AC;
}
.TagClassName
{
border-color: #CA23AC;
}
</style>