Shades of Fuchsia #C966C0
Tints of Fuchsia #C966C0
RGB
CMYK
RGB Variations
Color information
#C966C0 (or 0xC966C0) is known color: Fuchsia. HEX triplet: C9, 66 and C0. RGB value is (201,102,192). Sum of RGB (Red+Green+Blue) = 201+102+192=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C966C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966C0 is #36993F. Grayscale: #8D8D8D. Windows color (decimal): -3578176 or 12609225. OLE color: 12609225.
HSL color Cylindrical-coordinate representation of color #C966C0: hue angle of 305.45º 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 #C966C0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 192 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.21 |
| HSL | 305.45º | 0.48% | 0.59% | - |
| HSV(B) | 305.45º | 0.49% | 0.79% | - |
| XYZ | 38.35 | 25.73 | 52.81 | - |
| YUV | 141.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 192 | 0 | 0.49 | 0.04 | 0.21 | 305.45 | 0.48 | 0.59 |
| Hex | C9 | 66 | C0 | 0 | 31 | 4 | 15 | 131 | 30 | 3B |
| Octal | 311 | 146 | 300 | 0 | 61 | 4 | 25 | 461 | 60 | 73 |
| Binary | 11001001 | 1100110 | 11000000 | 0 | 110001 | 100 | 10101 | 100110001 | 110000 | 111011 |
Color Harmonies of #C966C0
Complementary color
Monochromatic Colors of #C966C0
Black with #C966C0
Text Example
Text Example
White with #C966C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966C0; }
p { color: rgb(201,102,192); }
H1.HeaderClassName
{
color: #C966C0;
}
.AnyTagClassName
{
color: #C966C0;
}
</style>
background-color css
<style>
a { background-color: #C966C0; }
a { background-color: rgb(201,102,192); }
div.DivClassName
{
background-color: #C966C0;
}
.BgClassName
{
background-color: #C966C0;
}
</style>
border-color css
<style>
span { border-color: #C966C0; }
span { border-color: rgb(201,102,192); }
td.TdClassName
{
border-color: #C966C0;
}
.TagClassName
{
border-color: #C966C0;
}
</style>