Shades of Fuchsia #C868C1
Tints of Fuchsia #C868C1
RGB
CMYK
RGB Variations
Color information
#C868C1 (or 0xC868C1) is known color: Fuchsia. HEX triplet: C8, 68 and C1. RGB value is (200,104,193). Sum of RGB (Red+Green+Blue) = 200+104+193=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C868C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868C1 is #37973E. Grayscale: #8E8E8E. Windows color (decimal): -3643199 or 12675272. OLE color: 12675272.
HSL color Cylindrical-coordinate representation of color #C868C1: hue angle of 304.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C868C1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 193 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.22 |
| HSL | 304.38º | 0.47% | 0.6% | - |
| HSV(B) | 304.38º | 0.48% | 0.78% | - |
| XYZ | 38.4 | 26.03 | 53.45 | - |
| YUV | 142.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 193 | 0 | 0.48 | 0.04 | 0.22 | 304.38 | 0.47 | 0.6 |
| Hex | C8 | 68 | C1 | 0 | 30 | 4 | 16 | 130 | 2F | 3C |
| Octal | 310 | 150 | 301 | 0 | 60 | 4 | 26 | 460 | 57 | 74 |
| Binary | 11001000 | 1101000 | 11000001 | 0 | 110000 | 100 | 10110 | 100110000 | 101111 | 111100 |
Color Harmonies of #C868C1
Complementary color
Monochromatic Colors of #C868C1
Black with #C868C1
Text Example
Text Example
White with #C868C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868C1; }
p { color: rgb(200,104,193); }
H1.HeaderClassName
{
color: #C868C1;
}
.AnyTagClassName
{
color: #C868C1;
}
</style>
background-color css
<style>
a { background-color: #C868C1; }
a { background-color: rgb(200,104,193); }
div.DivClassName
{
background-color: #C868C1;
}
.BgClassName
{
background-color: #C868C1;
}
</style>
border-color css
<style>
span { border-color: #C868C1; }
span { border-color: rgb(200,104,193); }
td.TdClassName
{
border-color: #C868C1;
}
.TagClassName
{
border-color: #C868C1;
}
</style>