Shades of Fuchsia #C864C4
Tints of Fuchsia #C864C4
RGB
CMYK
RGB Variations
Color information
#C864C4 (or 0xC864C4) is known color: Fuchsia. HEX triplet: C8, 64 and C4. RGB value is (200,100,196). Sum of RGB (Red+Green+Blue) = 200+100+196=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C4 is #379B3B. Grayscale: #8C8C8C. Windows color (decimal): -3644220 or 12870856. OLE color: 12870856.
HSL color Cylindrical-coordinate representation of color #C864C4: hue angle of 302.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C864C4 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 196 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.22 |
| HSL | 302.4º | 0.48% | 0.59% | - |
| HSV(B) | 302.4º | 0.5% | 0.78% | - |
| XYZ | 38.34 | 25.38 | 55.1 | - |
| YUV | 140.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 196 | 0 | 0.5 | 0.02 | 0.22 | 302.4 | 0.48 | 0.59 |
| Hex | C8 | 64 | C4 | 0 | 32 | 2 | 16 | 12E | 30 | 3B |
| Octal | 310 | 144 | 304 | 0 | 62 | 2 | 26 | 456 | 60 | 73 |
| Binary | 11001000 | 1100100 | 11000100 | 0 | 110010 | 10 | 10110 | 100101110 | 110000 | 111011 |
Color Harmonies of #C864C4
Complementary color
Monochromatic Colors of #C864C4
Black with #C864C4
Text Example
Text Example
White with #C864C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864C4; }
p { color: rgb(200,100,196); }
H1.HeaderClassName
{
color: #C864C4;
}
.AnyTagClassName
{
color: #C864C4;
}
</style>
background-color css
<style>
a { background-color: #C864C4; }
a { background-color: rgb(200,100,196); }
div.DivClassName
{
background-color: #C864C4;
}
.BgClassName
{
background-color: #C864C4;
}
</style>
border-color css
<style>
span { border-color: #C864C4; }
span { border-color: rgb(200,100,196); }
td.TdClassName
{
border-color: #C864C4;
}
.TagClassName
{
border-color: #C864C4;
}
</style>