Shades of Medium Violet Red #CA247D
Tints of Medium Violet Red #CA247D
RGB
CMYK
RGB Variations
Color information
#CA247D (or 0xCA247D) is known color: Medium Violet Red. HEX triplet: CA, 24 and 7D. RGB value is (202,36,125). Sum of RGB (Red+Green+Blue) = 202+36+125=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA247D is #35DB82. Grayscale: #5F5F5F. Windows color (decimal): -3529603 or 8201418. OLE color: 8201418.
HSL color Cylindrical-coordinate representation of color #CA247D: hue angle of 327.83º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA247D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 125 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.21 |
| HSL | 327.83º | 0.7% | 0.47% | - |
| HSV(B) | 327.83º | 0.82% | 0.79% | - |
| XYZ | 28.69 | 15.3 | 20.84 | - |
| YUV | 95.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 125 | 0 | 0.82 | 0.38 | 0.21 | 327.83 | 0.7 | 0.47 |
| Hex | CA | 24 | 7D | 0 | 52 | 26 | 15 | 148 | 46 | 2F |
| Octal | 312 | 44 | 175 | 0 | 122 | 46 | 25 | 510 | 106 | 57 |
| Binary | 11001010 | 100100 | 1111101 | 0 | 1010010 | 100110 | 10101 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CA247D
Complementary color
Monochromatic Colors of #CA247D
Black with #CA247D
Text Example
Text Example
White with #CA247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA247D; }
p { color: rgb(202,36,125); }
H1.HeaderClassName
{
color: #CA247D;
}
.AnyTagClassName
{
color: #CA247D;
}
</style>
background-color css
<style>
a { background-color: #CA247D; }
a { background-color: rgb(202,36,125); }
div.DivClassName
{
background-color: #CA247D;
}
.BgClassName
{
background-color: #CA247D;
}
</style>
border-color css
<style>
span { border-color: #CA247D; }
span { border-color: rgb(202,36,125); }
td.TdClassName
{
border-color: #CA247D;
}
.TagClassName
{
border-color: #CA247D;
}
</style>