Shades of Fuchsia #C85FC4
Tints of Fuchsia #C85FC4
RGB
CMYK
RGB Variations
Color information
#C85FC4 (or 0xC85FC4) is known color: Fuchsia. HEX triplet: C8, 5F and C4. RGB value is (200,95,196). Sum of RGB (Red+Green+Blue) = 200+95+196=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC4 is #37A03B. Grayscale: #898989. Windows color (decimal): -3645500 or 12869576. OLE color: 12869576.
HSL color Cylindrical-coordinate representation of color #C85FC4: hue angle of 302.29º 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 #C85FC4 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 196 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.22 |
| HSL | 302.29º | 0.49% | 0.58% | - |
| HSV(B) | 302.29º | 0.53% | 0.78% | - |
| XYZ | 37.88 | 24.45 | 54.95 | - |
| YUV | 137.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 196 | 0 | 0.52 | 0.02 | 0.22 | 302.29 | 0.49 | 0.58 |
| Hex | C8 | 5F | C4 | 0 | 34 | 2 | 16 | 12E | 31 | 3A |
| Octal | 310 | 137 | 304 | 0 | 64 | 2 | 26 | 456 | 61 | 72 |
| Binary | 11001000 | 1011111 | 11000100 | 0 | 110100 | 10 | 10110 | 100101110 | 110001 | 111010 |
Color Harmonies of #C85FC4
Complementary color
Monochromatic Colors of #C85FC4
Black with #C85FC4
Text Example
Text Example
White with #C85FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FC4; }
p { color: rgb(200,95,196); }
H1.HeaderClassName
{
color: #C85FC4;
}
.AnyTagClassName
{
color: #C85FC4;
}
</style>
background-color css
<style>
a { background-color: #C85FC4; }
a { background-color: rgb(200,95,196); }
div.DivClassName
{
background-color: #C85FC4;
}
.BgClassName
{
background-color: #C85FC4;
}
</style>
border-color css
<style>
span { border-color: #C85FC4; }
span { border-color: rgb(200,95,196); }
td.TdClassName
{
border-color: #C85FC4;
}
.TagClassName
{
border-color: #C85FC4;
}
</style>