Shades of Medium Violet Red #CA277F
Tints of Medium Violet Red #CA277F
RGB
CMYK
RGB Variations
Color information
#CA277F (or 0xCA277F) is known color: Medium Violet Red. HEX triplet: CA, 27 and 7F. RGB value is (202,39,127). Sum of RGB (Red+Green+Blue) = 202+39+127=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA277F is #35D880. Grayscale: #616161. Windows color (decimal): -3528833 or 8333258. OLE color: 8333258.
HSL color Cylindrical-coordinate representation of color #CA277F: hue angle of 327.61º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA277F is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 127 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.21 |
| HSL | 327.61º | 0.68% | 0.47% | - |
| HSV(B) | 327.61º | 0.81% | 0.79% | - |
| XYZ | 28.91 | 15.54 | 21.55 | - |
| YUV | 97.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 127 | 0 | 0.81 | 0.37 | 0.21 | 327.61 | 0.68 | 0.47 |
| Hex | CA | 27 | 7F | 0 | 51 | 25 | 15 | 148 | 44 | 2F |
| Octal | 312 | 47 | 177 | 0 | 121 | 45 | 25 | 510 | 104 | 57 |
| Binary | 11001010 | 100111 | 1111111 | 0 | 1010001 | 100101 | 10101 | 101001000 | 1000100 | 101111 |
Color Harmonies of #CA277F
Complementary color
Monochromatic Colors of #CA277F
Black with #CA277F
Text Example
Text Example
White with #CA277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA277F; }
p { color: rgb(202,39,127); }
H1.HeaderClassName
{
color: #CA277F;
}
.AnyTagClassName
{
color: #CA277F;
}
</style>
background-color css
<style>
a { background-color: #CA277F; }
a { background-color: rgb(202,39,127); }
div.DivClassName
{
background-color: #CA277F;
}
.BgClassName
{
background-color: #CA277F;
}
</style>
border-color css
<style>
span { border-color: #CA277F; }
span { border-color: rgb(202,39,127); }
td.TdClassName
{
border-color: #CA277F;
}
.TagClassName
{
border-color: #CA277F;
}
</style>