Shades of Fuchsia #C85FB4
Tints of Fuchsia #C85FB4
RGB
CMYK
RGB Variations
Color information
#C85FB4 (or 0xC85FB4) is known color: Fuchsia. HEX triplet: C8, 5F and B4. RGB value is (200,95,180). Sum of RGB (Red+Green+Blue) = 200+95+180=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FB4 is #37A04B. Grayscale: #878787. Windows color (decimal): -3645516 or 11821000. OLE color: 11821000.
HSL color Cylindrical-coordinate representation of color #C85FB4: hue angle of 311.43º 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 #C85FB4 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 180 | - |
| CMYK | 0 | 0.52 | 0.1 | 0.22 |
| HSL | 311.43º | 0.49% | 0.58% | - |
| HSV(B) | 311.43º | 0.53% | 0.78% | - |
| XYZ | 36.15 | 23.76 | 45.86 | - |
| YUV | 136.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 180 | 0 | 0.52 | 0.1 | 0.22 | 311.43 | 0.49 | 0.58 |
| Hex | C8 | 5F | B4 | 0 | 34 | A | 16 | 137 | 31 | 3A |
| Octal | 310 | 137 | 264 | 0 | 64 | 12 | 26 | 467 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10110100 | 0 | 110100 | 1010 | 10110 | 100110111 | 110001 | 111010 |
Color Harmonies of #C85FB4
Complementary color
Monochromatic Colors of #C85FB4
Black with #C85FB4
Text Example
Text Example
White with #C85FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FB4; }
p { color: rgb(200,95,180); }
H1.HeaderClassName
{
color: #C85FB4;
}
.AnyTagClassName
{
color: #C85FB4;
}
</style>
background-color css
<style>
a { background-color: #C85FB4; }
a { background-color: rgb(200,95,180); }
div.DivClassName
{
background-color: #C85FB4;
}
.BgClassName
{
background-color: #C85FB4;
}
</style>
border-color css
<style>
span { border-color: #C85FB4; }
span { border-color: rgb(200,95,180); }
td.TdClassName
{
border-color: #C85FB4;
}
.TagClassName
{
border-color: #C85FB4;
}
</style>