Shades of Medium Violet Red #CA237B
Tints of Medium Violet Red #CA237B
RGB
CMYK
RGB Variations
Color information
#CA237B (or 0xCA237B) is known color: Medium Violet Red. HEX triplet: CA, 23 and 7B. RGB value is (202,35,123). Sum of RGB (Red+Green+Blue) = 202+35+123=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA237B is #35DC84. Grayscale: #5E5E5E. Windows color (decimal): -3529861 or 8070090. OLE color: 8070090.
HSL color Cylindrical-coordinate representation of color #CA237B: hue angle of 328.38º 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 #CA237B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 123 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.21 |
| HSL | 328.38º | 0.7% | 0.46% | - |
| HSV(B) | 328.38º | 0.83% | 0.79% | - |
| XYZ | 28.53 | 15.19 | 20.17 | - |
| YUV | 94.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 123 | 0 | 0.83 | 0.39 | 0.21 | 328.38 | 0.7 | 0.46 |
| Hex | CA | 23 | 7B | 0 | 53 | 27 | 15 | 148 | 46 | 2E |
| Octal | 312 | 43 | 173 | 0 | 123 | 47 | 25 | 510 | 106 | 56 |
| Binary | 11001010 | 100011 | 1111011 | 0 | 1010011 | 100111 | 10101 | 101001000 | 1000110 | 101110 |
Color Harmonies of #CA237B
Complementary color
Monochromatic Colors of #CA237B
Black with #CA237B
Text Example
Text Example
White with #CA237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA237B; }
p { color: rgb(202,35,123); }
H1.HeaderClassName
{
color: #CA237B;
}
.AnyTagClassName
{
color: #CA237B;
}
</style>
background-color css
<style>
a { background-color: #CA237B; }
a { background-color: rgb(202,35,123); }
div.DivClassName
{
background-color: #CA237B;
}
.BgClassName
{
background-color: #CA237B;
}
</style>
border-color css
<style>
span { border-color: #CA237B; }
span { border-color: rgb(202,35,123); }
td.TdClassName
{
border-color: #CA237B;
}
.TagClassName
{
border-color: #CA237B;
}
</style>