Shades of Medium Violet Red #CA088D
Tints of Medium Violet Red #CA088D
RGB
CMYK
RGB Variations
Color information
#CA088D (or 0xCA088D) is known color: Medium Violet Red. HEX triplet: CA, 08 and 8D. RGB value is (202,8,141). Sum of RGB (Red+Green+Blue) = 202+8+141=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA088D is #35F772. Grayscale: #505050. Windows color (decimal): -3536755 or 9242826. OLE color: 9242826.
HSL color Cylindrical-coordinate representation of color #CA088D: hue angle of 318.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA088D is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 8 | 141 | - |
CMYK | 0 | 0.96 | 0.30 | 0.21 |
HSL | 318.87º | 0.92% | 0.41% | - |
HSV(B) | 318.87º | 0.96% | 0.79% | - |
XYZ | 29.25 | 14.65 | 26.49 | - |
YUV | 81.17 | 161.77 | 214.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 8 | 141 | 0 | 0.96 | 0.30 | 0.21 | 318.87 | 0.92 | 0.41 |
Hex | CA | 8 | 8D | 0 | 60 | 1E | 15 | 13F | 5C | 29 |
Octal | 312 | 10 | 215 | 0 | 140 | 36 | 25 | 477 | 134 | 51 |
Binary | 11001010 | 1000 | 10001101 | 0 | 1100000 | 11110 | 10101 | 100111111 | 1011100 | 101001 |
Color Harmonies of #CA088D
Complementary color
Monochromatic Colors of #CA088D
Black with #CA088D
Text Example
Text Example
White with #CA088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA088D; }
p { color: rgb(202,8,141); }
H1.HeaderClassName
{
color: #CA088D;
}
.AnyTagClassName
{
color: #CA088D;
}
</style>
background-color css
<style>
a { background-color: #CA088D; }
a { background-color: rgb(202,8,141); }
div.DivClassName
{
background-color: #CA088D;
}
.BgClassName
{
background-color: #CA088D;
}
</style>
border-color css
<style>
span { border-color: #CA088D; }
span { border-color: rgb(202,8,141); }
td.TdClassName
{
border-color: #CA088D;
}
.TagClassName
{
border-color: #CA088D;
}
</style>