Shades of Fuchsia #C966BE
Tints of Fuchsia #C966BE
RGB
CMYK
RGB Variations
Color information
#C966BE (or 0xC966BE) is known color: Fuchsia. HEX triplet: C9, 66 and BE. RGB value is (201,102,190). Sum of RGB (Red+Green+Blue) = 201+102+190=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C966BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966BE is #369941. Grayscale: #8D8D8D. Windows color (decimal): -3578178 or 12478153. OLE color: 12478153.
HSL color Cylindrical-coordinate representation of color #C966BE: hue angle of 306.67º 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 #C966BE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 190 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.21 |
| HSL | 306.67º | 0.48% | 0.59% | - |
| HSV(B) | 306.67º | 0.49% | 0.79% | - |
| XYZ | 38.13 | 25.64 | 51.65 | - |
| YUV | 141.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 190 | 0 | 0.49 | 0.05 | 0.21 | 306.67 | 0.48 | 0.59 |
| Hex | C9 | 66 | BE | 0 | 31 | 5 | 15 | 133 | 30 | 3B |
| Octal | 311 | 146 | 276 | 0 | 61 | 5 | 25 | 463 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10111110 | 0 | 110001 | 101 | 10101 | 100110011 | 110000 | 111011 |
Color Harmonies of #C966BE
Complementary color
Monochromatic Colors of #C966BE
Black with #C966BE
Text Example
Text Example
White with #C966BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966BE; }
p { color: rgb(201,102,190); }
H1.HeaderClassName
{
color: #C966BE;
}
.AnyTagClassName
{
color: #C966BE;
}
</style>
background-color css
<style>
a { background-color: #C966BE; }
a { background-color: rgb(201,102,190); }
div.DivClassName
{
background-color: #C966BE;
}
.BgClassName
{
background-color: #C966BE;
}
</style>
border-color css
<style>
span { border-color: #C966BE; }
span { border-color: rgb(201,102,190); }
td.TdClassName
{
border-color: #C966BE;
}
.TagClassName
{
border-color: #C966BE;
}
</style>