Shades of Fuchsia #C669AE
Tints of Fuchsia #C669AE
RGB
CMYK
RGB Variations
Color information
#C669AE (or 0xC669AE) is known color: Fuchsia. HEX triplet: C6, 69 and AE. RGB value is (198,105,174). Sum of RGB (Red+Green+Blue) = 198+105+174=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C669AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C669AE is #399651. Grayscale: #8C8C8C. Windows color (decimal): -3774034 or 11430342. OLE color: 11430342.
HSL color Cylindrical-coordinate representation of color #C669AE: hue angle of 315.48º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C669AE is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 174 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.22 |
| HSL | 315.48º | 0.45% | 0.59% | - |
| HSV(B) | 315.48º | 0.47% | 0.78% | - |
| XYZ | 35.98 | 25.16 | 43.01 | - |
| YUV | 140.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 174 | 0 | 0.47 | 0.12 | 0.22 | 315.48 | 0.45 | 0.59 |
| Hex | C6 | 69 | AE | 0 | 2F | C | 16 | 13B | 2D | 3B |
| Octal | 306 | 151 | 256 | 0 | 57 | 14 | 26 | 473 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10101110 | 0 | 101111 | 1100 | 10110 | 100111011 | 101101 | 111011 |
Color Harmonies of #C669AE
Complementary color
Monochromatic Colors of #C669AE
Black with #C669AE
Text Example
Text Example
White with #C669AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669AE; }
p { color: rgb(198,105,174); }
H1.HeaderClassName
{
color: #C669AE;
}
.AnyTagClassName
{
color: #C669AE;
}
</style>
background-color css
<style>
a { background-color: #C669AE; }
a { background-color: rgb(198,105,174); }
div.DivClassName
{
background-color: #C669AE;
}
.BgClassName
{
background-color: #C669AE;
}
</style>
border-color css
<style>
span { border-color: #C669AE; }
span { border-color: rgb(198,105,174); }
td.TdClassName
{
border-color: #C669AE;
}
.TagClassName
{
border-color: #C669AE;
}
</style>