Shades of Medium Violet Red #CA1B8F
Tints of Medium Violet Red #CA1B8F
RGB
CMYK
RGB Variations
Color information
#CA1B8F (or 0xCA1B8F) is known color: Medium Violet Red. HEX triplet: CA, 1B and 8F. RGB value is (202,27,143). Sum of RGB (Red+Green+Blue) = 202+27+143=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1B8F is #35E470. Grayscale: #5C5C5C. Windows color (decimal): -3531889 or 9378762. OLE color: 9378762.
HSL color Cylindrical-coordinate representation of color #CA1B8F: hue angle of 320.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B8F is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 143 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.21 |
| HSL | 320.23º | 0.76% | 0.45% | - |
| HSV(B) | 320.23º | 0.87% | 0.79% | - |
| XYZ | 29.71 | 15.32 | 27.38 | - |
| YUV | 92.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 143 | 0 | 0.87 | 0.29 | 0.21 | 320.23 | 0.76 | 0.45 |
| Hex | CA | 1B | 8F | 0 | 57 | 1D | 15 | 140 | 4C | 2D |
| Octal | 312 | 33 | 217 | 0 | 127 | 35 | 25 | 500 | 114 | 55 |
| Binary | 11001010 | 11011 | 10001111 | 0 | 1010111 | 11101 | 10101 | 101000000 | 1001100 | 101101 |
Color Harmonies of #CA1B8F
Complementary color
Monochromatic Colors of #CA1B8F
Black with #CA1B8F
Text Example
Text Example
White with #CA1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B8F; }
p { color: rgb(202,27,143); }
H1.HeaderClassName
{
color: #CA1B8F;
}
.AnyTagClassName
{
color: #CA1B8F;
}
</style>
background-color css
<style>
a { background-color: #CA1B8F; }
a { background-color: rgb(202,27,143); }
div.DivClassName
{
background-color: #CA1B8F;
}
.BgClassName
{
background-color: #CA1B8F;
}
</style>
border-color css
<style>
span { border-color: #CA1B8F; }
span { border-color: rgb(202,27,143); }
td.TdClassName
{
border-color: #CA1B8F;
}
.TagClassName
{
border-color: #CA1B8F;
}
</style>