Shades of Fuchsia #C85CC6
Tints of Fuchsia #C85CC6
RGB
CMYK
RGB Variations
Color information
#C85CC6 (or 0xC85CC6) is known color: Fuchsia. HEX triplet: C8, 5C and C6. RGB value is (200,92,198). Sum of RGB (Red+Green+Blue) = 200+92+198=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CC6 is #37A339. Grayscale: #888888. Windows color (decimal): -3646266 or 12999880. OLE color: 12999880.
HSL color Cylindrical-coordinate representation of color #C85CC6: hue angle of 301.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CC6 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 198 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.22 |
| HSL | 301.11º | 0.5% | 0.57% | - |
| HSV(B) | 301.11º | 0.54% | 0.78% | - |
| XYZ | 37.84 | 24.01 | 56.07 | - |
| YUV | 136.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 198 | 0 | 0.54 | 0.01 | 0.22 | 301.11 | 0.5 | 0.57 |
| Hex | C8 | 5C | C6 | 0 | 36 | 1 | 16 | 12D | 32 | 39 |
| Octal | 310 | 134 | 306 | 0 | 66 | 1 | 26 | 455 | 62 | 71 |
| Binary | 11001000 | 1011100 | 11000110 | 0 | 110110 | 1 | 10110 | 100101101 | 110010 | 111001 |
Color Harmonies of #C85CC6
Complementary color
Monochromatic Colors of #C85CC6
Black with #C85CC6
Text Example
Text Example
White with #C85CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CC6; }
p { color: rgb(200,92,198); }
H1.HeaderClassName
{
color: #C85CC6;
}
.AnyTagClassName
{
color: #C85CC6;
}
</style>
background-color css
<style>
a { background-color: #C85CC6; }
a { background-color: rgb(200,92,198); }
div.DivClassName
{
background-color: #C85CC6;
}
.BgClassName
{
background-color: #C85CC6;
}
</style>
border-color css
<style>
span { border-color: #C85CC6; }
span { border-color: rgb(200,92,198); }
td.TdClassName
{
border-color: #C85CC6;
}
.TagClassName
{
border-color: #C85CC6;
}
</style>