Shades of Viola #CA919D
Tints of Viola #CA919D
RGB
CMYK
RGB Variations
Color information
#CA919D (or 0xCA919D) is known color: Viola. HEX triplet: CA, 91 and 9D. RGB value is (202,145,157). Sum of RGB (Red+Green+Blue) = 202+145+157=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA919D is #356E62. Grayscale: #A3A3A3. Windows color (decimal): -3501667 or 10326474. OLE color: 10326474.
HSL color Cylindrical-coordinate representation of color #CA919D: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA919D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 157 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.21 |
| HSL | 347.37º | 0.35% | 0.68% | - |
| HSV(B) | 347.37º | 0.28% | 0.79% | - |
| XYZ | 40.57 | 35.24 | 36.56 | - |
| YUV | 163.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 157 | 0 | 0.28 | 0.22 | 0.21 | 347.37 | 0.35 | 0.68 |
| Hex | CA | 91 | 9D | 0 | 1C | 16 | 15 | 15B | 23 | 44 |
| Octal | 312 | 221 | 235 | 0 | 34 | 26 | 25 | 533 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10011101 | 0 | 11100 | 10110 | 10101 | 101011011 | 100011 | 1000100 |
Color Harmonies of #CA919D
Complementary color
Monochromatic Colors of #CA919D
Black with #CA919D
Text Example
Text Example
White with #CA919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA919D; }
p { color: rgb(202,145,157); }
H1.HeaderClassName
{
color: #CA919D;
}
.AnyTagClassName
{
color: #CA919D;
}
</style>
background-color css
<style>
a { background-color: #CA919D; }
a { background-color: rgb(202,145,157); }
div.DivClassName
{
background-color: #CA919D;
}
.BgClassName
{
background-color: #CA919D;
}
</style>
border-color css
<style>
span { border-color: #CA919D; }
span { border-color: rgb(202,145,157); }
td.TdClassName
{
border-color: #CA919D;
}
.TagClassName
{
border-color: #CA919D;
}
</style>