Shades of Fuchsia #C854CA
Tints of Fuchsia #C854CA
RGB
CMYK
RGB Variations
Color information
#C854CA (or 0xC854CA) is known color: Fuchsia. HEX triplet: C8, 54 and CA. RGB value is (200,84,202). Sum of RGB (Red+Green+Blue) = 200+84+202=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #C854CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854CA is #37AB35. Grayscale: #838383. Windows color (decimal): -3648310 or 13259976. OLE color: 13259976.
HSL color Cylindrical-coordinate representation of color #C854CA: hue angle of 298.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854CA is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 84 | 202 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.21 |
| HSL | 298.98º | 0.53% | 0.56% | - |
| HSV(B) | 298.98º | 0.58% | 0.79% | - |
| XYZ | 37.65 | 22.88 | 58.31 | - |
| YUV | 132.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 202 | 0.01 | 0.58 | 0 | 0.21 | 298.98 | 0.53 | 0.56 |
| Hex | C8 | 54 | CA | 1 | 3A | 0 | 15 | 12B | 35 | 38 |
| Octal | 310 | 124 | 312 | 1 | 72 | 0 | 25 | 453 | 65 | 70 |
| Binary | 11001000 | 1010100 | 11001010 | 1 | 111010 | 0 | 10101 | 100101011 | 110101 | 111000 |
Color Harmonies of #C854CA
Complementary color
Monochromatic Colors of #C854CA
Black with #C854CA
Text Example
Text Example
White with #C854CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854CA; }
p { color: rgb(200,84,202); }
H1.HeaderClassName
{
color: #C854CA;
}
.AnyTagClassName
{
color: #C854CA;
}
</style>
background-color css
<style>
a { background-color: #C854CA; }
a { background-color: rgb(200,84,202); }
div.DivClassName
{
background-color: #C854CA;
}
.BgClassName
{
background-color: #C854CA;
}
</style>
border-color css
<style>
span { border-color: #C854CA; }
span { border-color: rgb(200,84,202); }
td.TdClassName
{
border-color: #C854CA;
}
.TagClassName
{
border-color: #C854CA;
}
</style>