Shades of Fuchsia #C860B4
Tints of Fuchsia #C860B4
RGB
CMYK
RGB Variations
Color information
#C860B4 (or 0xC860B4) is known color: Fuchsia. HEX triplet: C8, 60 and B4. RGB value is (200,96,180). Sum of RGB (Red+Green+Blue) = 200+96+180=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C860B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860B4 is #379F4B. Grayscale: #888888. Windows color (decimal): -3645260 or 11821256. OLE color: 11821256.
HSL color Cylindrical-coordinate representation of color #C860B4: hue angle of 311.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860B4 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 180 | - |
| CMYK | 0 | 0.52 | 0.1 | 0.22 |
| HSL | 311.54º | 0.49% | 0.58% | - |
| HSV(B) | 311.54º | 0.52% | 0.78% | - |
| XYZ | 36.24 | 23.94 | 45.89 | - |
| YUV | 136.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 180 | 0 | 0.52 | 0.1 | 0.22 | 311.54 | 0.49 | 0.58 |
| Hex | C8 | 60 | B4 | 0 | 34 | A | 16 | 138 | 31 | 3A |
| Octal | 310 | 140 | 264 | 0 | 64 | 12 | 26 | 470 | 61 | 72 |
| Binary | 11001000 | 1100000 | 10110100 | 0 | 110100 | 1010 | 10110 | 100111000 | 110001 | 111010 |
Color Harmonies of #C860B4
Complementary color
Monochromatic Colors of #C860B4
Black with #C860B4
Text Example
Text Example
White with #C860B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860B4; }
p { color: rgb(200,96,180); }
H1.HeaderClassName
{
color: #C860B4;
}
.AnyTagClassName
{
color: #C860B4;
}
</style>
background-color css
<style>
a { background-color: #C860B4; }
a { background-color: rgb(200,96,180); }
div.DivClassName
{
background-color: #C860B4;
}
.BgClassName
{
background-color: #C860B4;
}
</style>
border-color css
<style>
span { border-color: #C860B4; }
span { border-color: rgb(200,96,180); }
td.TdClassName
{
border-color: #C860B4;
}
.TagClassName
{
border-color: #C860B4;
}
</style>