Shades of Fuchsia #C966C1
Tints of Fuchsia #C966C1
RGB
CMYK
RGB Variations
Color information
#C966C1 (or 0xC966C1) is known color: Fuchsia. HEX triplet: C9, 66 and C1. RGB value is (201,102,193). Sum of RGB (Red+Green+Blue) = 201+102+193=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C966C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966C1 is #36993E. Grayscale: #8D8D8D. Windows color (decimal): -3578175 or 12674761. OLE color: 12674761.
HSL color Cylindrical-coordinate representation of color #C966C1: hue angle of 304.85º 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 #C966C1 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 193 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.21 |
| HSL | 304.85º | 0.48% | 0.59% | - |
| HSV(B) | 304.85º | 0.49% | 0.79% | - |
| XYZ | 38.46 | 25.77 | 53.4 | - |
| YUV | 141.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 193 | 0 | 0.49 | 0.04 | 0.21 | 304.85 | 0.48 | 0.59 |
| Hex | C9 | 66 | C1 | 0 | 31 | 4 | 15 | 131 | 30 | 3B |
| Octal | 311 | 146 | 301 | 0 | 61 | 4 | 25 | 461 | 60 | 73 |
| Binary | 11001001 | 1100110 | 11000001 | 0 | 110001 | 100 | 10101 | 100110001 | 110000 | 111011 |
Color Harmonies of #C966C1
Complementary color
Monochromatic Colors of #C966C1
Black with #C966C1
Text Example
Text Example
White with #C966C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966C1; }
p { color: rgb(201,102,193); }
H1.HeaderClassName
{
color: #C966C1;
}
.AnyTagClassName
{
color: #C966C1;
}
</style>
background-color css
<style>
a { background-color: #C966C1; }
a { background-color: rgb(201,102,193); }
div.DivClassName
{
background-color: #C966C1;
}
.BgClassName
{
background-color: #C966C1;
}
</style>
border-color css
<style>
span { border-color: #C966C1; }
span { border-color: rgb(201,102,193); }
td.TdClassName
{
border-color: #C966C1;
}
.TagClassName
{
border-color: #C966C1;
}
</style>