Shades of Fuchsia #C566AF
Tints of Fuchsia #C566AF
RGB
CMYK
RGB Variations
Color information
#C566AF (or 0xC566AF) is known color: Fuchsia. HEX triplet: C5, 66 and AF. RGB value is (197,102,175). Sum of RGB (Red+Green+Blue) = 197+102+175=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C566AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566AF is #3A9950. Grayscale: #8A8A8A. Windows color (decimal): -3840337 or 11495109. OLE color: 11495109.
HSL color Cylindrical-coordinate representation of color #C566AF: hue angle of 313.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566AF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 175 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.23 |
| HSL | 313.89º | 0.45% | 0.59% | - |
| HSV(B) | 313.89º | 0.48% | 0.77% | - |
| XYZ | 35.52 | 24.47 | 43.41 | - |
| YUV | 138.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 175 | 0 | 0.48 | 0.11 | 0.23 | 313.89 | 0.45 | 0.59 |
| Hex | C5 | 66 | AF | 0 | 30 | B | 17 | 13A | 2D | 3B |
| Octal | 305 | 146 | 257 | 0 | 60 | 13 | 27 | 472 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10101111 | 0 | 110000 | 1011 | 10111 | 100111010 | 101101 | 111011 |
Color Harmonies of #C566AF
Complementary color
Monochromatic Colors of #C566AF
Black with #C566AF
Text Example
Text Example
White with #C566AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566AF; }
p { color: rgb(197,102,175); }
H1.HeaderClassName
{
color: #C566AF;
}
.AnyTagClassName
{
color: #C566AF;
}
</style>
background-color css
<style>
a { background-color: #C566AF; }
a { background-color: rgb(197,102,175); }
div.DivClassName
{
background-color: #C566AF;
}
.BgClassName
{
background-color: #C566AF;
}
</style>
border-color css
<style>
span { border-color: #C566AF; }
span { border-color: rgb(197,102,175); }
td.TdClassName
{
border-color: #C566AF;
}
.TagClassName
{
border-color: #C566AF;
}
</style>