Shades of Medium Violet Red #CA268B
Tints of Medium Violet Red #CA268B
RGB
CMYK
RGB Variations
Color information
#CA268B (or 0xCA268B) is known color: Medium Violet Red. HEX triplet: CA, 26 and 8B. RGB value is (202,38,139). Sum of RGB (Red+Green+Blue) = 202+38+139=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA268B is #35D974. Grayscale: #626262. Windows color (decimal): -3529077 or 9119434. OLE color: 9119434.
HSL color Cylindrical-coordinate representation of color #CA268B: hue angle of 323.05º 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 #CA268B is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 139 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.21 |
| HSL | 323.05º | 0.68% | 0.47% | - |
| HSV(B) | 323.05º | 0.81% | 0.79% | - |
| XYZ | 29.71 | 15.81 | 25.91 | - |
| YUV | 98.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 139 | 0 | 0.81 | 0.31 | 0.21 | 323.05 | 0.68 | 0.47 |
| Hex | CA | 26 | 8B | 0 | 51 | 1F | 15 | 143 | 44 | 2F |
| Octal | 312 | 46 | 213 | 0 | 121 | 37 | 25 | 503 | 104 | 57 |
| Binary | 11001010 | 100110 | 10001011 | 0 | 1010001 | 11111 | 10101 | 101000011 | 1000100 | 101111 |
Color Harmonies of #CA268B
Complementary color
Monochromatic Colors of #CA268B
Black with #CA268B
Text Example
Text Example
White with #CA268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA268B; }
p { color: rgb(202,38,139); }
H1.HeaderClassName
{
color: #CA268B;
}
.AnyTagClassName
{
color: #CA268B;
}
</style>
background-color css
<style>
a { background-color: #CA268B; }
a { background-color: rgb(202,38,139); }
div.DivClassName
{
background-color: #CA268B;
}
.BgClassName
{
background-color: #CA268B;
}
</style>
border-color css
<style>
span { border-color: #CA268B; }
span { border-color: rgb(202,38,139); }
td.TdClassName
{
border-color: #CA268B;
}
.TagClassName
{
border-color: #CA268B;
}
</style>