Shades of Fuchsia #C854CC
Tints of Fuchsia #C854CC
RGB
CMYK
RGB Variations
Color information
#C854CC (or 0xC854CC) is known color: Fuchsia. HEX triplet: C8, 54 and CC. RGB value is (200,84,204). Sum of RGB (Red+Green+Blue) = 200+84+204=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C854CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854CC is #37AB33. Grayscale: #848484. Windows color (decimal): -3648308 or 13391048. OLE color: 13391048.
HSL color Cylindrical-coordinate representation of color #C854CC: hue angle of 298º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C854CC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 84 | 204 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.2 |
| HSL | 298º | 0.54% | 0.56% | - |
| HSV(B) | 298º | 0.59% | 0.8% | - |
| XYZ | 37.89 | 22.98 | 59.57 | - |
| YUV | 132.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 204 | 0.02 | 0.59 | 0 | 0.2 | 298 | 0.54 | 0.56 |
| Hex | C8 | 54 | CC | 2 | 3B | 0 | 14 | 12A | 36 | 38 |
| Octal | 310 | 124 | 314 | 2 | 73 | 0 | 24 | 452 | 66 | 70 |
| Binary | 11001000 | 1010100 | 11001100 | 10 | 111011 | 0 | 10100 | 100101010 | 110110 | 111000 |
Color Harmonies of #C854CC
Complementary color
Monochromatic Colors of #C854CC
Black with #C854CC
Text Example
Text Example
White with #C854CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854CC; }
p { color: rgb(200,84,204); }
H1.HeaderClassName
{
color: #C854CC;
}
.AnyTagClassName
{
color: #C854CC;
}
</style>
background-color css
<style>
a { background-color: #C854CC; }
a { background-color: rgb(200,84,204); }
div.DivClassName
{
background-color: #C854CC;
}
.BgClassName
{
background-color: #C854CC;
}
</style>
border-color css
<style>
span { border-color: #C854CC; }
span { border-color: rgb(200,84,204); }
td.TdClassName
{
border-color: #C854CC;
}
.TagClassName
{
border-color: #C854CC;
}
</style>