Shades of Fuchsia #C850AF
Tints of Fuchsia #C850AF
RGB
CMYK
RGB Variations
Color information
#C850AF (or 0xC850AF) is known color: Fuchsia. HEX triplet: C8, 50 and AF. RGB value is (200,80,175). Sum of RGB (Red+Green+Blue) = 200+80+175=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C850AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850AF is #37AF50. Grayscale: #7E7E7E. Windows color (decimal): -3649361 or 11489480. OLE color: 11489480.
HSL color Cylindrical-coordinate representation of color #C850AF: hue angle of 312.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C850AF is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 175 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.22 |
| HSL | 312.5º | 0.52% | 0.55% | - |
| HSV(B) | 312.5º | 0.6% | 0.78% | - |
| XYZ | 34.43 | 21.11 | 42.82 | - |
| YUV | 126.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 175 | 0 | 0.6 | 0.12 | 0.22 | 312.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | AF | 0 | 3C | C | 16 | 138 | 34 | 37 |
| Octal | 310 | 120 | 257 | 0 | 74 | 14 | 26 | 470 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10101111 | 0 | 111100 | 1100 | 10110 | 100111000 | 110100 | 110111 |
Color Harmonies of #C850AF
Complementary color
Monochromatic Colors of #C850AF
Black with #C850AF
Text Example
Text Example
White with #C850AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850AF; }
p { color: rgb(200,80,175); }
H1.HeaderClassName
{
color: #C850AF;
}
.AnyTagClassName
{
color: #C850AF;
}
</style>
background-color css
<style>
a { background-color: #C850AF; }
a { background-color: rgb(200,80,175); }
div.DivClassName
{
background-color: #C850AF;
}
.BgClassName
{
background-color: #C850AF;
}
</style>
border-color css
<style>
span { border-color: #C850AF; }
span { border-color: rgb(200,80,175); }
td.TdClassName
{
border-color: #C850AF;
}
.TagClassName
{
border-color: #C850AF;
}
</style>