Shades of Bouquet #C271AA
Tints of Bouquet #C271AA
RGB
CMYK
RGB Variations
Color information
#C271AA (or 0xC271AA) is known color: Bouquet. HEX triplet: C2, 71 and AA. RGB value is (194,113,170). Sum of RGB (Red+Green+Blue) = 194+113+170=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C271AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271AA is #3D8E55. Grayscale: #8F8F8F. Windows color (decimal): -4034134 or 11170242. OLE color: 11170242.
HSL color Cylindrical-coordinate representation of color #C271AA: hue angle of 317.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C271AA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 170 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.24 |
| HSL | 317.78º | 0.4% | 0.6% | - |
| HSV(B) | 317.78º | 0.42% | 0.76% | - |
| XYZ | 35.41 | 26.18 | 41.22 | - |
| YUV | 143.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 170 | 0 | 0.42 | 0.12 | 0.24 | 317.78 | 0.4 | 0.6 |
| Hex | C2 | 71 | AA | 0 | 2A | C | 18 | 13E | 28 | 3C |
| Octal | 302 | 161 | 252 | 0 | 52 | 14 | 30 | 476 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10101010 | 0 | 101010 | 1100 | 11000 | 100111110 | 101000 | 111100 |
Color Harmonies of #C271AA
Complementary color
Monochromatic Colors of #C271AA
Black with #C271AA
Text Example
Text Example
White with #C271AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271AA; }
p { color: rgb(194,113,170); }
H1.HeaderClassName
{
color: #C271AA;
}
.AnyTagClassName
{
color: #C271AA;
}
</style>
background-color css
<style>
a { background-color: #C271AA; }
a { background-color: rgb(194,113,170); }
div.DivClassName
{
background-color: #C271AA;
}
.BgClassName
{
background-color: #C271AA;
}
</style>
border-color css
<style>
span { border-color: #C271AA; }
span { border-color: rgb(194,113,170); }
td.TdClassName
{
border-color: #C271AA;
}
.TagClassName
{
border-color: #C271AA;
}
</style>