Shades of Bouquet #C171A8
Tints of Bouquet #C171A8
RGB
CMYK
RGB Variations
Color information
#C171A8 (or 0xC171A8) is known color: Bouquet. HEX triplet: C1, 71 and A8. RGB value is (193,113,168). Sum of RGB (Red+Green+Blue) = 193+113+168=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C171A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C171A8 is #3E8E57. Grayscale: #8F8F8F. Windows color (decimal): -4099672 or 11039169. OLE color: 11039169.
HSL color Cylindrical-coordinate representation of color #C171A8: hue angle of 318.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C171A8 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 168 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.24 |
| HSL | 318.75º | 0.39% | 0.6% | - |
| HSV(B) | 318.75º | 0.41% | 0.76% | - |
| XYZ | 34.97 | 25.97 | 40.22 | - |
| YUV | 143.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 168 | 0 | 0.41 | 0.13 | 0.24 | 318.75 | 0.39 | 0.6 |
| Hex | C1 | 71 | A8 | 0 | 29 | D | 18 | 13F | 27 | 3C |
| Octal | 301 | 161 | 250 | 0 | 51 | 15 | 30 | 477 | 47 | 74 |
| Binary | 11000001 | 1110001 | 10101000 | 0 | 101001 | 1101 | 11000 | 100111111 | 100111 | 111100 |
Color Harmonies of #C171A8
Complementary color
Monochromatic Colors of #C171A8
Black with #C171A8
Text Example
Text Example
White with #C171A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171A8; }
p { color: rgb(193,113,168); }
H1.HeaderClassName
{
color: #C171A8;
}
.AnyTagClassName
{
color: #C171A8;
}
</style>
background-color css
<style>
a { background-color: #C171A8; }
a { background-color: rgb(193,113,168); }
div.DivClassName
{
background-color: #C171A8;
}
.BgClassName
{
background-color: #C171A8;
}
</style>
border-color css
<style>
span { border-color: #C171A8; }
span { border-color: rgb(193,113,168); }
td.TdClassName
{
border-color: #C171A8;
}
.TagClassName
{
border-color: #C171A8;
}
</style>