Shades of Fuchsia #C85FB2
Tints of Fuchsia #C85FB2
RGB
CMYK
RGB Variations
Color information
#C85FB2 (or 0xC85FB2) is known color: Fuchsia. HEX triplet: C8, 5F and B2. RGB value is (200,95,178). Sum of RGB (Red+Green+Blue) = 200+95+178=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FB2 is #37A04D. Grayscale: #878787. Windows color (decimal): -3645518 or 11689928. OLE color: 11689928.
HSL color Cylindrical-coordinate representation of color #C85FB2: hue angle of 312.57º 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 #C85FB2 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 178 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.22 |
| HSL | 312.57º | 0.49% | 0.58% | - |
| HSV(B) | 312.57º | 0.53% | 0.78% | - |
| XYZ | 35.95 | 23.68 | 44.8 | - |
| YUV | 135.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 178 | 0 | 0.52 | 0.11 | 0.22 | 312.57 | 0.49 | 0.58 |
| Hex | C8 | 5F | B2 | 0 | 34 | B | 16 | 139 | 31 | 3A |
| Octal | 310 | 137 | 262 | 0 | 64 | 13 | 26 | 471 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10110010 | 0 | 110100 | 1011 | 10110 | 100111001 | 110001 | 111010 |
Color Harmonies of #C85FB2
Complementary color
Monochromatic Colors of #C85FB2
Black with #C85FB2
Text Example
Text Example
White with #C85FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FB2; }
p { color: rgb(200,95,178); }
H1.HeaderClassName
{
color: #C85FB2;
}
.AnyTagClassName
{
color: #C85FB2;
}
</style>
background-color css
<style>
a { background-color: #C85FB2; }
a { background-color: rgb(200,95,178); }
div.DivClassName
{
background-color: #C85FB2;
}
.BgClassName
{
background-color: #C85FB2;
}
</style>
border-color css
<style>
span { border-color: #C85FB2; }
span { border-color: rgb(200,95,178); }
td.TdClassName
{
border-color: #C85FB2;
}
.TagClassName
{
border-color: #C85FB2;
}
</style>