Shades of Fuchsia #C966B6
Tints of Fuchsia #C966B6
RGB
CMYK
RGB Variations
Color information
#C966B6 (or 0xC966B6) is known color: Fuchsia. HEX triplet: C9, 66 and B6. RGB value is (201,102,182). Sum of RGB (Red+Green+Blue) = 201+102+182=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C966B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966B6 is #369949. Grayscale: #8C8C8C. Windows color (decimal): -3578186 or 11953865. OLE color: 11953865.
HSL color Cylindrical-coordinate representation of color #C966B6: hue angle of 311.52º 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 #C966B6 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 182 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.21 |
| HSL | 311.52º | 0.48% | 0.59% | - |
| HSV(B) | 311.52º | 0.49% | 0.79% | - |
| XYZ | 37.28 | 25.3 | 47.17 | - |
| YUV | 140.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 182 | 0 | 0.49 | 0.09 | 0.21 | 311.52 | 0.48 | 0.59 |
| Hex | C9 | 66 | B6 | 0 | 31 | 9 | 15 | 138 | 30 | 3B |
| Octal | 311 | 146 | 266 | 0 | 61 | 11 | 25 | 470 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10110110 | 0 | 110001 | 1001 | 10101 | 100111000 | 110000 | 111011 |
Color Harmonies of #C966B6
Complementary color
Monochromatic Colors of #C966B6
Black with #C966B6
Text Example
Text Example
White with #C966B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966B6; }
p { color: rgb(201,102,182); }
H1.HeaderClassName
{
color: #C966B6;
}
.AnyTagClassName
{
color: #C966B6;
}
</style>
background-color css
<style>
a { background-color: #C966B6; }
a { background-color: rgb(201,102,182); }
div.DivClassName
{
background-color: #C966B6;
}
.BgClassName
{
background-color: #C966B6;
}
</style>
border-color css
<style>
span { border-color: #C966B6; }
span { border-color: rgb(201,102,182); }
td.TdClassName
{
border-color: #C966B6;
}
.TagClassName
{
border-color: #C966B6;
}
</style>