Shades of Medium Violet Red #CA278B
Tints of Medium Violet Red #CA278B
RGB
CMYK
RGB Variations
Color information
#CA278B (or 0xCA278B) is known color: Medium Violet Red. HEX triplet: CA, 27 and 8B. RGB value is (202,39,139). Sum of RGB (Red+Green+Blue) = 202+39+139=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA278B is #35D874. Grayscale: #626262. Windows color (decimal): -3528821 or 9119690. OLE color: 9119690.
HSL color Cylindrical-coordinate representation of color #CA278B: hue angle of 323.19º 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 #CA278B is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 139 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.21 |
| HSL | 323.19º | 0.68% | 0.47% | - |
| HSV(B) | 323.19º | 0.81% | 0.79% | - |
| XYZ | 29.74 | 15.87 | 25.92 | - |
| YUV | 99.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 139 | 0 | 0.81 | 0.31 | 0.21 | 323.19 | 0.68 | 0.47 |
| Hex | CA | 27 | 8B | 0 | 51 | 1F | 15 | 143 | 44 | 2F |
| Octal | 312 | 47 | 213 | 0 | 121 | 37 | 25 | 503 | 104 | 57 |
| Binary | 11001010 | 100111 | 10001011 | 0 | 1010001 | 11111 | 10101 | 101000011 | 1000100 | 101111 |
Color Harmonies of #CA278B
Complementary color
Monochromatic Colors of #CA278B
Black with #CA278B
Text Example
Text Example
White with #CA278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA278B; }
p { color: rgb(202,39,139); }
H1.HeaderClassName
{
color: #CA278B;
}
.AnyTagClassName
{
color: #CA278B;
}
</style>
background-color css
<style>
a { background-color: #CA278B; }
a { background-color: rgb(202,39,139); }
div.DivClassName
{
background-color: #CA278B;
}
.BgClassName
{
background-color: #CA278B;
}
</style>
border-color css
<style>
span { border-color: #CA278B; }
span { border-color: rgb(202,39,139); }
td.TdClassName
{
border-color: #CA278B;
}
.TagClassName
{
border-color: #CA278B;
}
</style>