Shades of Fuchsia #C866C5
Tints of Fuchsia #C866C5
RGB
CMYK
RGB Variations
Color information
#C866C5 (or 0xC866C5) is known color: Fuchsia. HEX triplet: C8, 66 and C5. RGB value is (200,102,197). Sum of RGB (Red+Green+Blue) = 200+102+197=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C866C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866C5 is #37993A. Grayscale: #8D8D8D. Windows color (decimal): -3643707 or 12936904. OLE color: 12936904.
HSL color Cylindrical-coordinate representation of color #C866C5: hue angle of 301.84º 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 #C866C5 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 197 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.22 |
| HSL | 301.84º | 0.47% | 0.59% | - |
| HSV(B) | 301.84º | 0.49% | 0.78% | - |
| XYZ | 38.65 | 25.81 | 55.77 | - |
| YUV | 142.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 197 | 0 | 0.49 | 0.02 | 0.22 | 301.84 | 0.47 | 0.59 |
| Hex | C8 | 66 | C5 | 0 | 31 | 2 | 16 | 12E | 2F | 3B |
| Octal | 310 | 146 | 305 | 0 | 61 | 2 | 26 | 456 | 57 | 73 |
| Binary | 11001000 | 1100110 | 11000101 | 0 | 110001 | 10 | 10110 | 100101110 | 101111 | 111011 |
Color Harmonies of #C866C5
Complementary color
Monochromatic Colors of #C866C5
Black with #C866C5
Text Example
Text Example
White with #C866C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866C5; }
p { color: rgb(200,102,197); }
H1.HeaderClassName
{
color: #C866C5;
}
.AnyTagClassName
{
color: #C866C5;
}
</style>
background-color css
<style>
a { background-color: #C866C5; }
a { background-color: rgb(200,102,197); }
div.DivClassName
{
background-color: #C866C5;
}
.BgClassName
{
background-color: #C866C5;
}
</style>
border-color css
<style>
span { border-color: #C866C5; }
span { border-color: rgb(200,102,197); }
td.TdClassName
{
border-color: #C866C5;
}
.TagClassName
{
border-color: #C866C5;
}
</style>