Shades of Viola #C381A5
Tints of Viola #C381A5
RGB
CMYK
RGB Variations
Color information
#C381A5 (or 0xC381A5) is known color: Viola. HEX triplet: C3, 81 and A5. RGB value is (195,129,165). Sum of RGB (Red+Green+Blue) = 195+129+165=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C381A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381A5 is #3C7E5A. Grayscale: #989898. Windows color (decimal): -3964507 or 10846659. OLE color: 10846659.
HSL color Cylindrical-coordinate representation of color #C381A5: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381A5 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 165 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.24 |
| HSL | 327.27º | 0.35% | 0.64% | - |
| HSV(B) | 327.27º | 0.34% | 0.76% | - |
| XYZ | 37.15 | 30.02 | 39.43 | - |
| YUV | 152.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 165 | 0 | 0.34 | 0.15 | 0.24 | 327.27 | 0.35 | 0.64 |
| Hex | C3 | 81 | A5 | 0 | 22 | F | 18 | 147 | 23 | 40 |
| Octal | 303 | 201 | 245 | 0 | 42 | 17 | 30 | 507 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10100101 | 0 | 100010 | 1111 | 11000 | 101000111 | 100011 | 1000000 |
Color Harmonies of #C381A5
Complementary color
Monochromatic Colors of #C381A5
Black with #C381A5
Text Example
Text Example
White with #C381A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381A5; }
p { color: rgb(195,129,165); }
H1.HeaderClassName
{
color: #C381A5;
}
.AnyTagClassName
{
color: #C381A5;
}
</style>
background-color css
<style>
a { background-color: #C381A5; }
a { background-color: rgb(195,129,165); }
div.DivClassName
{
background-color: #C381A5;
}
.BgClassName
{
background-color: #C381A5;
}
</style>
border-color css
<style>
span { border-color: #C381A5; }
span { border-color: rgb(195,129,165); }
td.TdClassName
{
border-color: #C381A5;
}
.TagClassName
{
border-color: #C381A5;
}
</style>