Shades of Fuchsia #C854C6
Tints of Fuchsia #C854C6
RGB
CMYK
RGB Variations
Color information
#C854C6 (or 0xC854C6) is known color: Fuchsia. HEX triplet: C8, 54 and C6. RGB value is (200,84,198). Sum of RGB (Red+Green+Blue) = 200+84+198=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C854C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854C6 is #37AB39. Grayscale: #838383. Windows color (decimal): -3648314 or 12997832. OLE color: 12997832.
HSL color Cylindrical-coordinate representation of color #C854C6: hue angle of 301.03º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854C6 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 198 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.22 |
| HSL | 301.03º | 0.51% | 0.56% | - |
| HSV(B) | 301.03º | 0.58% | 0.78% | - |
| XYZ | 37.18 | 22.7 | 55.85 | - |
| YUV | 131.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 198 | 0 | 0.58 | 0.01 | 0.22 | 301.03 | 0.51 | 0.56 |
| Hex | C8 | 54 | C6 | 0 | 3A | 1 | 16 | 12D | 33 | 38 |
| Octal | 310 | 124 | 306 | 0 | 72 | 1 | 26 | 455 | 63 | 70 |
| Binary | 11001000 | 1010100 | 11000110 | 0 | 111010 | 1 | 10110 | 100101101 | 110011 | 111000 |
Color Harmonies of #C854C6
Complementary color
Monochromatic Colors of #C854C6
Black with #C854C6
Text Example
Text Example
White with #C854C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854C6; }
p { color: rgb(200,84,198); }
H1.HeaderClassName
{
color: #C854C6;
}
.AnyTagClassName
{
color: #C854C6;
}
</style>
background-color css
<style>
a { background-color: #C854C6; }
a { background-color: rgb(200,84,198); }
div.DivClassName
{
background-color: #C854C6;
}
.BgClassName
{
background-color: #C854C6;
}
</style>
border-color css
<style>
span { border-color: #C854C6; }
span { border-color: rgb(200,84,198); }
td.TdClassName
{
border-color: #C854C6;
}
.TagClassName
{
border-color: #C854C6;
}
</style>