Shades of Fuchsia #C069AE
Tints of Fuchsia #C069AE
RGB
CMYK
RGB Variations
Color information
#C069AE (or 0xC069AE) is known color: Fuchsia. HEX triplet: C0, 69 and AE. RGB value is (192,105,174). Sum of RGB (Red+Green+Blue) = 192+105+174=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C069AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069AE is #3F9651. Grayscale: #8A8A8A. Windows color (decimal): -4167250 or 11430336. OLE color: 11430336.
HSL color Cylindrical-coordinate representation of color #C069AE: hue angle of 312.41º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069AE is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 174 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.25 |
| HSL | 312.41º | 0.41% | 0.58% | - |
| HSV(B) | 312.41º | 0.45% | 0.75% | - |
| XYZ | 34.43 | 24.37 | 42.93 | - |
| YUV | 138.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 174 | 0 | 0.45 | 0.09 | 0.25 | 312.41 | 0.41 | 0.58 |
| Hex | C0 | 69 | AE | 0 | 2D | 9 | 19 | 138 | 29 | 3A |
| Octal | 300 | 151 | 256 | 0 | 55 | 11 | 31 | 470 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10101110 | 0 | 101101 | 1001 | 11001 | 100111000 | 101001 | 111010 |
Color Harmonies of #C069AE
Complementary color
Monochromatic Colors of #C069AE
Black with #C069AE
Text Example
Text Example
White with #C069AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069AE; }
p { color: rgb(192,105,174); }
H1.HeaderClassName
{
color: #C069AE;
}
.AnyTagClassName
{
color: #C069AE;
}
</style>
background-color css
<style>
a { background-color: #C069AE; }
a { background-color: rgb(192,105,174); }
div.DivClassName
{
background-color: #C069AE;
}
.BgClassName
{
background-color: #C069AE;
}
</style>
border-color css
<style>
span { border-color: #C069AE; }
span { border-color: rgb(192,105,174); }
td.TdClassName
{
border-color: #C069AE;
}
.TagClassName
{
border-color: #C069AE;
}
</style>