Shades of Fuchsia #C966BF
Tints of Fuchsia #C966BF
RGB
CMYK
RGB Variations
Color information
#C966BF (or 0xC966BF) is known color: Fuchsia. HEX triplet: C9, 66 and BF. RGB value is (201,102,191). Sum of RGB (Red+Green+Blue) = 201+102+191=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C966BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966BF is #369940. Grayscale: #8D8D8D. Windows color (decimal): -3578177 or 12543689. OLE color: 12543689.
HSL color Cylindrical-coordinate representation of color #C966BF: hue angle of 306.06º 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 #C966BF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 191 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.21 |
| HSL | 306.06º | 0.48% | 0.59% | - |
| HSV(B) | 306.06º | 0.49% | 0.79% | - |
| XYZ | 38.24 | 25.68 | 52.23 | - |
| YUV | 141.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 191 | 0 | 0.49 | 0.05 | 0.21 | 306.06 | 0.48 | 0.59 |
| Hex | C9 | 66 | BF | 0 | 31 | 5 | 15 | 132 | 30 | 3B |
| Octal | 311 | 146 | 277 | 0 | 61 | 5 | 25 | 462 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10111111 | 0 | 110001 | 101 | 10101 | 100110010 | 110000 | 111011 |
Color Harmonies of #C966BF
Complementary color
Monochromatic Colors of #C966BF
Black with #C966BF
Text Example
Text Example
White with #C966BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966BF; }
p { color: rgb(201,102,191); }
H1.HeaderClassName
{
color: #C966BF;
}
.AnyTagClassName
{
color: #C966BF;
}
</style>
background-color css
<style>
a { background-color: #C966BF; }
a { background-color: rgb(201,102,191); }
div.DivClassName
{
background-color: #C966BF;
}
.BgClassName
{
background-color: #C966BF;
}
</style>
border-color css
<style>
span { border-color: #C966BF; }
span { border-color: rgb(201,102,191); }
td.TdClassName
{
border-color: #C966BF;
}
.TagClassName
{
border-color: #C966BF;
}
</style>