Shades of Fuchsia #CE5FCC
Tints of Fuchsia #CE5FCC
RGB
CMYK
RGB Variations
Color information
#CE5FCC (or 0xCE5FCC) is known color: Fuchsia. HEX triplet: CE, 5F and CC. RGB value is (206,95,204). Sum of RGB (Red+Green+Blue) = 206+95+204=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FCC is #31A033. Grayscale: #8C8C8C. Windows color (decimal): -3252276 or 13393870. OLE color: 13393870.
HSL color Cylindrical-coordinate representation of color #CE5FCC: hue angle of 301.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FCC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 204 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.19 |
| HSL | 301.08º | 0.53% | 0.59% | - |
| HSV(B) | 301.08º | 0.54% | 0.81% | - |
| XYZ | 40.44 | 25.67 | 59.95 | - |
| YUV | 140.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 204 | 0 | 0.54 | 0.01 | 0.19 | 301.08 | 0.53 | 0.59 |
| Hex | CE | 5F | CC | 0 | 36 | 1 | 13 | 12D | 35 | 3B |
| Octal | 316 | 137 | 314 | 0 | 66 | 1 | 23 | 455 | 65 | 73 |
| Binary | 11001110 | 1011111 | 11001100 | 0 | 110110 | 1 | 10011 | 100101101 | 110101 | 111011 |
Color Harmonies of #CE5FCC
Complementary color
Monochromatic Colors of #CE5FCC
Black with #CE5FCC
Text Example
Text Example
White with #CE5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FCC; }
p { color: rgb(206,95,204); }
H1.HeaderClassName
{
color: #CE5FCC;
}
.AnyTagClassName
{
color: #CE5FCC;
}
</style>
background-color css
<style>
a { background-color: #CE5FCC; }
a { background-color: rgb(206,95,204); }
div.DivClassName
{
background-color: #CE5FCC;
}
.BgClassName
{
background-color: #CE5FCC;
}
</style>
border-color css
<style>
span { border-color: #CE5FCC; }
span { border-color: rgb(206,95,204); }
td.TdClassName
{
border-color: #CE5FCC;
}
.TagClassName
{
border-color: #CE5FCC;
}
</style>