Shades of Fuchsia #CE5CCF
Tints of Fuchsia #CE5CCF
RGB
CMYK
RGB Variations
Color information
#CE5CCF (or 0xCE5CCF) is known color: Fuchsia. HEX triplet: CE, 5C and CF. RGB value is (206,92,207). Sum of RGB (Red+Green+Blue) = 206+92+207=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CCF is #31A330. Grayscale: #8A8A8A. Windows color (decimal): -3253041 or 13589710. OLE color: 13589710.
HSL color Cylindrical-coordinate representation of color #CE5CCF: hue angle of 299.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5CCF is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 207 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.19 |
| HSL | 299.48º | 0.55% | 0.59% | - |
| HSV(B) | 299.48º | 0.56% | 0.81% | - |
| XYZ | 40.54 | 25.28 | 61.77 | - |
| YUV | 139.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 207 | 0.00 | 0.56 | 0 | 0.19 | 299.48 | 0.55 | 0.59 |
| Hex | CE | 5C | CF | 0 | 38 | 0 | 13 | 12B | 37 | 3B |
| Octal | 316 | 134 | 317 | 0 | 70 | 0 | 23 | 453 | 67 | 73 |
| Binary | 11001110 | 1011100 | 11001111 | 0 | 111000 | 0 | 10011 | 100101011 | 110111 | 111011 |
Color Harmonies of #CE5CCF
Complementary color
Monochromatic Colors of #CE5CCF
Black with #CE5CCF
Text Example
Text Example
White with #CE5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CCF; }
p { color: rgb(206,92,207); }
H1.HeaderClassName
{
color: #CE5CCF;
}
.AnyTagClassName
{
color: #CE5CCF;
}
</style>
background-color css
<style>
a { background-color: #CE5CCF; }
a { background-color: rgb(206,92,207); }
div.DivClassName
{
background-color: #CE5CCF;
}
.BgClassName
{
background-color: #CE5CCF;
}
</style>
border-color css
<style>
span { border-color: #CE5CCF; }
span { border-color: rgb(206,92,207); }
td.TdClassName
{
border-color: #CE5CCF;
}
.TagClassName
{
border-color: #CE5CCF;
}
</style>