Shades of Fuchsia #C966C6
Tints of Fuchsia #C966C6
RGB
CMYK
RGB Variations
Color information
#C966C6 (or 0xC966C6) is known color: Fuchsia. HEX triplet: C9, 66 and C6. RGB value is (201,102,198). Sum of RGB (Red+Green+Blue) = 201+102+198=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C966C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966C6 is #369939. Grayscale: #8E8E8E. Windows color (decimal): -3578170 or 13002441. OLE color: 13002441.
HSL color Cylindrical-coordinate representation of color #C966C6: hue angle of 301.82º 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 #C966C6 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 198 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.21 |
| HSL | 301.82º | 0.48% | 0.59% | - |
| HSV(B) | 301.82º | 0.49% | 0.79% | - |
| XYZ | 39.03 | 26 | 56.39 | - |
| YUV | 142.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 198 | 0 | 0.49 | 0.01 | 0.21 | 301.82 | 0.48 | 0.59 |
| Hex | C9 | 66 | C6 | 0 | 31 | 1 | 15 | 12E | 30 | 3B |
| Octal | 311 | 146 | 306 | 0 | 61 | 1 | 25 | 456 | 60 | 73 |
| Binary | 11001001 | 1100110 | 11000110 | 0 | 110001 | 1 | 10101 | 100101110 | 110000 | 111011 |
Color Harmonies of #C966C6
Complementary color
Monochromatic Colors of #C966C6
Black with #C966C6
Text Example
Text Example
White with #C966C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966C6; }
p { color: rgb(201,102,198); }
H1.HeaderClassName
{
color: #C966C6;
}
.AnyTagClassName
{
color: #C966C6;
}
</style>
background-color css
<style>
a { background-color: #C966C6; }
a { background-color: rgb(201,102,198); }
div.DivClassName
{
background-color: #C966C6;
}
.BgClassName
{
background-color: #C966C6;
}
</style>
border-color css
<style>
span { border-color: #C966C6; }
span { border-color: rgb(201,102,198); }
td.TdClassName
{
border-color: #C966C6;
}
.TagClassName
{
border-color: #C966C6;
}
</style>