Shades of Medium Violet Red #CA237D
Tints of Medium Violet Red #CA237D
RGB
CMYK
RGB Variations
Color information
#CA237D (or 0xCA237D) is known color: Medium Violet Red. HEX triplet: CA, 23 and 7D. RGB value is (202,35,125). Sum of RGB (Red+Green+Blue) = 202+35+125=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA237D is #35DC82. Grayscale: #5F5F5F. Windows color (decimal): -3529859 or 8201162. OLE color: 8201162.
HSL color Cylindrical-coordinate representation of color #CA237D: hue angle of 327.66º 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 #CA237D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 125 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.21 |
| HSL | 327.66º | 0.7% | 0.46% | - |
| HSV(B) | 327.66º | 0.83% | 0.79% | - |
| XYZ | 28.66 | 15.24 | 20.83 | - |
| YUV | 95.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 125 | 0 | 0.83 | 0.38 | 0.21 | 327.66 | 0.7 | 0.46 |
| Hex | CA | 23 | 7D | 0 | 53 | 26 | 15 | 148 | 46 | 2E |
| Octal | 312 | 43 | 175 | 0 | 123 | 46 | 25 | 510 | 106 | 56 |
| Binary | 11001010 | 100011 | 1111101 | 0 | 1010011 | 100110 | 10101 | 101001000 | 1000110 | 101110 |
Color Harmonies of #CA237D
Complementary color
Monochromatic Colors of #CA237D
Black with #CA237D
Text Example
Text Example
White with #CA237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA237D; }
p { color: rgb(202,35,125); }
H1.HeaderClassName
{
color: #CA237D;
}
.AnyTagClassName
{
color: #CA237D;
}
</style>
background-color css
<style>
a { background-color: #CA237D; }
a { background-color: rgb(202,35,125); }
div.DivClassName
{
background-color: #CA237D;
}
.BgClassName
{
background-color: #CA237D;
}
</style>
border-color css
<style>
span { border-color: #CA237D; }
span { border-color: rgb(202,35,125); }
td.TdClassName
{
border-color: #CA237D;
}
.TagClassName
{
border-color: #CA237D;
}
</style>