Shades of Medium Violet Red #CA217F
Tints of Medium Violet Red #CA217F
RGB
CMYK
RGB Variations
Color information
#CA217F (or 0xCA217F) is known color: Medium Violet Red. HEX triplet: CA, 21 and 7F. RGB value is (202,33,127). Sum of RGB (Red+Green+Blue) = 202+33+127=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA217F is #35DE80. Grayscale: #5E5E5E. Windows color (decimal): -3530369 or 8331722. OLE color: 8331722.
HSL color Cylindrical-coordinate representation of color #CA217F: hue angle of 326.63º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA217F is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 127 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.21 |
| HSL | 326.63º | 0.72% | 0.46% | - |
| HSV(B) | 326.63º | 0.84% | 0.79% | - |
| XYZ | 28.73 | 15.18 | 21.49 | - |
| YUV | 94.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 127 | 0 | 0.84 | 0.37 | 0.21 | 326.63 | 0.72 | 0.46 |
| Hex | CA | 21 | 7F | 0 | 54 | 25 | 15 | 147 | 48 | 2E |
| Octal | 312 | 41 | 177 | 0 | 124 | 45 | 25 | 507 | 110 | 56 |
| Binary | 11001010 | 100001 | 1111111 | 0 | 1010100 | 100101 | 10101 | 101000111 | 1001000 | 101110 |
Color Harmonies of #CA217F
Complementary color
Monochromatic Colors of #CA217F
Black with #CA217F
Text Example
Text Example
White with #CA217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA217F; }
p { color: rgb(202,33,127); }
H1.HeaderClassName
{
color: #CA217F;
}
.AnyTagClassName
{
color: #CA217F;
}
</style>
background-color css
<style>
a { background-color: #CA217F; }
a { background-color: rgb(202,33,127); }
div.DivClassName
{
background-color: #CA217F;
}
.BgClassName
{
background-color: #CA217F;
}
</style>
border-color css
<style>
span { border-color: #CA217F; }
span { border-color: rgb(202,33,127); }
td.TdClassName
{
border-color: #CA217F;
}
.TagClassName
{
border-color: #CA217F;
}
</style>