Shades of Fuchsia #C966AF
Tints of Fuchsia #C966AF
RGB
CMYK
RGB Variations
Color information
#C966AF (or 0xC966AF) is known color: Fuchsia. HEX triplet: C9, 66 and AF. RGB value is (201,102,175). Sum of RGB (Red+Green+Blue) = 201+102+175=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AF is #369950. Grayscale: #8B8B8B. Windows color (decimal): -3578193 or 11495113. OLE color: 11495113.
HSL color Cylindrical-coordinate representation of color #C966AF: hue angle of 315.76º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C966AF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 175 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.21 |
| HSL | 315.76º | 0.48% | 0.59% | - |
| HSV(B) | 315.76º | 0.49% | 0.79% | - |
| XYZ | 36.58 | 25.02 | 43.46 | - |
| YUV | 139.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 175 | 0 | 0.49 | 0.13 | 0.21 | 315.76 | 0.48 | 0.59 |
| Hex | C9 | 66 | AF | 0 | 31 | D | 15 | 13C | 30 | 3B |
| Octal | 311 | 146 | 257 | 0 | 61 | 15 | 25 | 474 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10101111 | 0 | 110001 | 1101 | 10101 | 100111100 | 110000 | 111011 |
Color Harmonies of #C966AF
Complementary color
Monochromatic Colors of #C966AF
Black with #C966AF
Text Example
Text Example
White with #C966AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966AF; }
p { color: rgb(201,102,175); }
H1.HeaderClassName
{
color: #C966AF;
}
.AnyTagClassName
{
color: #C966AF;
}
</style>
background-color css
<style>
a { background-color: #C966AF; }
a { background-color: rgb(201,102,175); }
div.DivClassName
{
background-color: #C966AF;
}
.BgClassName
{
background-color: #C966AF;
}
</style>
border-color css
<style>
span { border-color: #C966AF; }
span { border-color: rgb(201,102,175); }
td.TdClassName
{
border-color: #C966AF;
}
.TagClassName
{
border-color: #C966AF;
}
</style>