Shades of Fuchsia #C866BA
Tints of Fuchsia #C866BA
RGB
CMYK
RGB Variations
Color information
#C866BA (or 0xC866BA) is known color: Fuchsia. HEX triplet: C8, 66 and BA. RGB value is (200,102,186). Sum of RGB (Red+Green+Blue) = 200+102+186=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C866BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866BA is #379945. Grayscale: #8C8C8C. Windows color (decimal): -3643718 or 12216008. OLE color: 12216008.
HSL color Cylindrical-coordinate representation of color #C866BA: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C866BA is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 186 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.22 |
| HSL | 308.57º | 0.47% | 0.59% | - |
| HSV(B) | 308.57º | 0.49% | 0.78% | - |
| XYZ | 37.43 | 25.33 | 49.37 | - |
| YUV | 140.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 186 | 0 | 0.49 | 0.07 | 0.22 | 308.57 | 0.47 | 0.59 |
| Hex | C8 | 66 | BA | 0 | 31 | 7 | 16 | 135 | 2F | 3B |
| Octal | 310 | 146 | 272 | 0 | 61 | 7 | 26 | 465 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10111010 | 0 | 110001 | 111 | 10110 | 100110101 | 101111 | 111011 |
Color Harmonies of #C866BA
Complementary color
Monochromatic Colors of #C866BA
Black with #C866BA
Text Example
Text Example
White with #C866BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866BA; }
p { color: rgb(200,102,186); }
H1.HeaderClassName
{
color: #C866BA;
}
.AnyTagClassName
{
color: #C866BA;
}
</style>
background-color css
<style>
a { background-color: #C866BA; }
a { background-color: rgb(200,102,186); }
div.DivClassName
{
background-color: #C866BA;
}
.BgClassName
{
background-color: #C866BA;
}
</style>
border-color css
<style>
span { border-color: #C866BA; }
span { border-color: rgb(200,102,186); }
td.TdClassName
{
border-color: #C866BA;
}
.TagClassName
{
border-color: #C866BA;
}
</style>