Shades of Fuchsia #C669AF
Tints of Fuchsia #C669AF
RGB
CMYK
RGB Variations
Color information
#C669AF (or 0xC669AF) is known color: Fuchsia. HEX triplet: C6, 69 and AF. RGB value is (198,105,175). Sum of RGB (Red+Green+Blue) = 198+105+175=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C669AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C669AF is #399650. Grayscale: #8C8C8C. Windows color (decimal): -3774033 or 11495878. OLE color: 11495878.
HSL color Cylindrical-coordinate representation of color #C669AF: hue angle of 314.84º 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 #C669AF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 175 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.22 |
| HSL | 314.84º | 0.45% | 0.59% | - |
| HSV(B) | 314.84º | 0.47% | 0.78% | - |
| XYZ | 36.08 | 25.2 | 43.52 | - |
| YUV | 140.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 175 | 0 | 0.47 | 0.12 | 0.22 | 314.84 | 0.45 | 0.59 |
| Hex | C6 | 69 | AF | 0 | 2F | C | 16 | 13B | 2D | 3B |
| Octal | 306 | 151 | 257 | 0 | 57 | 14 | 26 | 473 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10101111 | 0 | 101111 | 1100 | 10110 | 100111011 | 101101 | 111011 |
Color Harmonies of #C669AF
Complementary color
Monochromatic Colors of #C669AF
Black with #C669AF
Text Example
Text Example
White with #C669AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669AF; }
p { color: rgb(198,105,175); }
H1.HeaderClassName
{
color: #C669AF;
}
.AnyTagClassName
{
color: #C669AF;
}
</style>
background-color css
<style>
a { background-color: #C669AF; }
a { background-color: rgb(198,105,175); }
div.DivClassName
{
background-color: #C669AF;
}
.BgClassName
{
background-color: #C669AF;
}
</style>
border-color css
<style>
span { border-color: #C669AF; }
span { border-color: rgb(198,105,175); }
td.TdClassName
{
border-color: #C669AF;
}
.TagClassName
{
border-color: #C669AF;
}
</style>