Shades of Fuchsia #C864C3
Tints of Fuchsia #C864C3
RGB
CMYK
RGB Variations
Color information
#C864C3 (or 0xC864C3) is known color: Fuchsia. HEX triplet: C8, 64 and C3. RGB value is (200,100,195). Sum of RGB (Red+Green+Blue) = 200+100+195=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C3 is #379B3C. Grayscale: #8C8C8C. Windows color (decimal): -3644221 or 12805320. OLE color: 12805320.
HSL color Cylindrical-coordinate representation of color #C864C3: hue angle of 303º 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 #C864C3 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 195 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.22 |
| HSL | 303º | 0.48% | 0.59% | - |
| HSV(B) | 303º | 0.5% | 0.78% | - |
| XYZ | 38.23 | 25.33 | 54.5 | - |
| YUV | 140.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 195 | 0 | 0.5 | 0.02 | 0.22 | 303 | 0.48 | 0.59 |
| Hex | C8 | 64 | C3 | 0 | 32 | 2 | 16 | 12F | 30 | 3B |
| Octal | 310 | 144 | 303 | 0 | 62 | 2 | 26 | 457 | 60 | 73 |
| Binary | 11001000 | 1100100 | 11000011 | 0 | 110010 | 10 | 10110 | 100101111 | 110000 | 111011 |
Color Harmonies of #C864C3
Complementary color
Monochromatic Colors of #C864C3
Black with #C864C3
Text Example
Text Example
White with #C864C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864C3; }
p { color: rgb(200,100,195); }
H1.HeaderClassName
{
color: #C864C3;
}
.AnyTagClassName
{
color: #C864C3;
}
</style>
background-color css
<style>
a { background-color: #C864C3; }
a { background-color: rgb(200,100,195); }
div.DivClassName
{
background-color: #C864C3;
}
.BgClassName
{
background-color: #C864C3;
}
</style>
border-color css
<style>
span { border-color: #C864C3; }
span { border-color: rgb(200,100,195); }
td.TdClassName
{
border-color: #C864C3;
}
.TagClassName
{
border-color: #C864C3;
}
</style>