Shades of Fuchsia #C868BC
Tints of Fuchsia #C868BC
RGB
CMYK
RGB Variations
Color information
#C868BC (or 0xC868BC) is known color: Fuchsia. HEX triplet: C8, 68 and BC. RGB value is (200,104,188). Sum of RGB (Red+Green+Blue) = 200+104+188=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C868BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868BC is #379743. Grayscale: #8E8E8E. Windows color (decimal): -3643204 or 12347592. OLE color: 12347592.
HSL color Cylindrical-coordinate representation of color #C868BC: hue angle of 307.5º 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 #C868BC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 188 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.22 |
| HSL | 307.5º | 0.47% | 0.6% | - |
| HSV(B) | 307.5º | 0.48% | 0.78% | - |
| XYZ | 37.85 | 25.81 | 50.56 | - |
| YUV | 142.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 188 | 0 | 0.48 | 0.06 | 0.22 | 307.5 | 0.47 | 0.6 |
| Hex | C8 | 68 | BC | 0 | 30 | 6 | 16 | 134 | 2F | 3C |
| Octal | 310 | 150 | 274 | 0 | 60 | 6 | 26 | 464 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10111100 | 0 | 110000 | 110 | 10110 | 100110100 | 101111 | 111100 |
Color Harmonies of #C868BC
Complementary color
Monochromatic Colors of #C868BC
Black with #C868BC
Text Example
Text Example
White with #C868BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868BC; }
p { color: rgb(200,104,188); }
H1.HeaderClassName
{
color: #C868BC;
}
.AnyTagClassName
{
color: #C868BC;
}
</style>
background-color css
<style>
a { background-color: #C868BC; }
a { background-color: rgb(200,104,188); }
div.DivClassName
{
background-color: #C868BC;
}
.BgClassName
{
background-color: #C868BC;
}
</style>
border-color css
<style>
span { border-color: #C868BC; }
span { border-color: rgb(200,104,188); }
td.TdClassName
{
border-color: #C868BC;
}
.TagClassName
{
border-color: #C868BC;
}
</style>