Shades of Fuchsia #CE54C5
Tints of Fuchsia #CE54C5
RGB
CMYK
RGB Variations
Color information
#CE54C5 (or 0xCE54C5) is known color: Fuchsia. HEX triplet: CE, 54 and C5. RGB value is (206,84,197). Sum of RGB (Red+Green+Blue) = 206+84+197=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54C5 is #31AB3A. Grayscale: #858585. Windows color (decimal): -3255099 or 12932302. OLE color: 12932302.
HSL color Cylindrical-coordinate representation of color #CE54C5: hue angle of 304.43º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54C5 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 197 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.19 |
| HSL | 304.43º | 0.55% | 0.57% | - |
| HSV(B) | 304.43º | 0.59% | 0.81% | - |
| XYZ | 38.7 | 23.49 | 55.32 | - |
| YUV | 133.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 197 | 0 | 0.59 | 0.04 | 0.19 | 304.43 | 0.55 | 0.57 |
| Hex | CE | 54 | C5 | 0 | 3B | 4 | 13 | 130 | 37 | 39 |
| Octal | 316 | 124 | 305 | 0 | 73 | 4 | 23 | 460 | 67 | 71 |
| Binary | 11001110 | 1010100 | 11000101 | 0 | 111011 | 100 | 10011 | 100110000 | 110111 | 111001 |
Color Harmonies of #CE54C5
Complementary color
Monochromatic Colors of #CE54C5
Black with #CE54C5
Text Example
Text Example
White with #CE54C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54C5; }
p { color: rgb(206,84,197); }
H1.HeaderClassName
{
color: #CE54C5;
}
.AnyTagClassName
{
color: #CE54C5;
}
</style>
background-color css
<style>
a { background-color: #CE54C5; }
a { background-color: rgb(206,84,197); }
div.DivClassName
{
background-color: #CE54C5;
}
.BgClassName
{
background-color: #CE54C5;
}
</style>
border-color css
<style>
span { border-color: #CE54C5; }
span { border-color: rgb(206,84,197); }
td.TdClassName
{
border-color: #CE54C5;
}
.TagClassName
{
border-color: #CE54C5;
}
</style>