Shades of Fuchsia #C966B0
Tints of Fuchsia #C966B0
RGB
CMYK
RGB Variations
Color information
#C966B0 (or 0xC966B0) is known color: Fuchsia. HEX triplet: C9, 66 and B0. RGB value is (201,102,176). Sum of RGB (Red+Green+Blue) = 201+102+176=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C966B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966B0 is #36994F. Grayscale: #8B8B8B. Windows color (decimal): -3578192 or 11560649. OLE color: 11560649.
HSL color Cylindrical-coordinate representation of color #C966B0: hue angle of 315.15º 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 #C966B0 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 176 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.21 |
| HSL | 315.15º | 0.48% | 0.59% | - |
| HSV(B) | 315.15º | 0.49% | 0.79% | - |
| XYZ | 36.68 | 25.05 | 43.98 | - |
| YUV | 140.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 176 | 0 | 0.49 | 0.12 | 0.21 | 315.15 | 0.48 | 0.59 |
| Hex | C9 | 66 | B0 | 0 | 31 | C | 15 | 13B | 30 | 3B |
| Octal | 311 | 146 | 260 | 0 | 61 | 14 | 25 | 473 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10110000 | 0 | 110001 | 1100 | 10101 | 100111011 | 110000 | 111011 |
Color Harmonies of #C966B0
Complementary color
Monochromatic Colors of #C966B0
Black with #C966B0
Text Example
Text Example
White with #C966B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966B0; }
p { color: rgb(201,102,176); }
H1.HeaderClassName
{
color: #C966B0;
}
.AnyTagClassName
{
color: #C966B0;
}
</style>
background-color css
<style>
a { background-color: #C966B0; }
a { background-color: rgb(201,102,176); }
div.DivClassName
{
background-color: #C966B0;
}
.BgClassName
{
background-color: #C966B0;
}
</style>
border-color css
<style>
span { border-color: #C966B0; }
span { border-color: rgb(201,102,176); }
td.TdClassName
{
border-color: #C966B0;
}
.TagClassName
{
border-color: #C966B0;
}
</style>