Shades of Medium Violet Red #CA258E
Tints of Medium Violet Red #CA258E
RGB
CMYK
RGB Variations
Color information
#CA258E (or 0xCA258E) is known color: Medium Violet Red. HEX triplet: CA, 25 and 8E. RGB value is (202,37,142). Sum of RGB (Red+Green+Blue) = 202+37+142=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA258E is #35DA71. Grayscale: #626262. Windows color (decimal): -3529330 or 9315786. OLE color: 9315786.
HSL color Cylindrical-coordinate representation of color #CA258E: hue angle of 321.82º degrees, saturation: 0.69, 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 #CA258E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 142 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.21 |
| HSL | 321.82º | 0.69% | 0.47% | - |
| HSV(B) | 321.82º | 0.82% | 0.79% | - |
| XYZ | 29.9 | 15.83 | 27.07 | - |
| YUV | 98.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 142 | 0 | 0.82 | 0.30 | 0.21 | 321.82 | 0.69 | 0.47 |
| Hex | CA | 25 | 8E | 0 | 52 | 1E | 15 | 142 | 45 | 2F |
| Octal | 312 | 45 | 216 | 0 | 122 | 36 | 25 | 502 | 105 | 57 |
| Binary | 11001010 | 100101 | 10001110 | 0 | 1010010 | 11110 | 10101 | 101000010 | 1000101 | 101111 |
Color Harmonies of #CA258E
Complementary color
Monochromatic Colors of #CA258E
Black with #CA258E
Text Example
Text Example
White with #CA258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA258E; }
p { color: rgb(202,37,142); }
H1.HeaderClassName
{
color: #CA258E;
}
.AnyTagClassName
{
color: #CA258E;
}
</style>
background-color css
<style>
a { background-color: #CA258E; }
a { background-color: rgb(202,37,142); }
div.DivClassName
{
background-color: #CA258E;
}
.BgClassName
{
background-color: #CA258E;
}
</style>
border-color css
<style>
span { border-color: #CA258E; }
span { border-color: rgb(202,37,142); }
td.TdClassName
{
border-color: #CA258E;
}
.TagClassName
{
border-color: #CA258E;
}
</style>