Shades of Viola #CA919F
Tints of Viola #CA919F
RGB
CMYK
RGB Variations
Color information
#CA919F (or 0xCA919F) is known color: Viola. HEX triplet: CA, 91 and 9F. RGB value is (202,145,159). Sum of RGB (Red+Green+Blue) = 202+145+159=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA919F is #356E60. Grayscale: #A3A3A3. Windows color (decimal): -3501665 or 10457546. OLE color: 10457546.
HSL color Cylindrical-coordinate representation of color #CA919F: hue angle of 345.26º 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 #CA919F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 159 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.21 |
| HSL | 345.26º | 0.35% | 0.68% | - |
| HSV(B) | 345.26º | 0.28% | 0.79% | - |
| XYZ | 40.74 | 35.31 | 37.47 | - |
| YUV | 163.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 159 | 0 | 0.28 | 0.21 | 0.21 | 345.26 | 0.35 | 0.68 |
| Hex | CA | 91 | 9F | 0 | 1C | 15 | 15 | 159 | 23 | 44 |
| Octal | 312 | 221 | 237 | 0 | 34 | 25 | 25 | 531 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10011111 | 0 | 11100 | 10101 | 10101 | 101011001 | 100011 | 1000100 |
Color Harmonies of #CA919F
Complementary color
Monochromatic Colors of #CA919F
Black with #CA919F
Text Example
Text Example
White with #CA919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA919F; }
p { color: rgb(202,145,159); }
H1.HeaderClassName
{
color: #CA919F;
}
.AnyTagClassName
{
color: #CA919F;
}
</style>
background-color css
<style>
a { background-color: #CA919F; }
a { background-color: rgb(202,145,159); }
div.DivClassName
{
background-color: #CA919F;
}
.BgClassName
{
background-color: #CA919F;
}
</style>
border-color css
<style>
span { border-color: #CA919F; }
span { border-color: rgb(202,145,159); }
td.TdClassName
{
border-color: #CA919F;
}
.TagClassName
{
border-color: #CA919F;
}
</style>