Shades of Fuchsia #CE2FCC
Tints of Fuchsia #CE2FCC
RGB
CMYK
RGB Variations
Color information
#CE2FCC (or 0xCE2FCC) is known color: Fuchsia. HEX triplet: CE, 2F and CC. RGB value is (206,47,204). Sum of RGB (Red+Green+Blue) = 206+47+204=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FCC is #31D033. Grayscale: #6F6F6F. Windows color (decimal): -3264564 or 13381582. OLE color: 13381582.
HSL color Cylindrical-coordinate representation of color #CE2FCC: hue angle of 300.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FCC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 204 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.19 |
| HSL | 300.75º | 0.63% | 0.5% | - |
| HSV(B) | 300.75º | 0.77% | 0.81% | - |
| XYZ | 37.37 | 19.51 | 58.92 | - |
| YUV | 112.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 204 | 0 | 0.77 | 0.01 | 0.19 | 300.75 | 0.63 | 0.5 |
| Hex | CE | 2F | CC | 0 | 4D | 1 | 13 | 12D | 3F | 32 |
| Octal | 316 | 57 | 314 | 0 | 115 | 1 | 23 | 455 | 77 | 62 |
| Binary | 11001110 | 101111 | 11001100 | 0 | 1001101 | 1 | 10011 | 100101101 | 111111 | 110010 |
Color Harmonies of #CE2FCC
Complementary color
Monochromatic Colors of #CE2FCC
Black with #CE2FCC
Text Example
Text Example
White with #CE2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FCC; }
p { color: rgb(206,47,204); }
H1.HeaderClassName
{
color: #CE2FCC;
}
.AnyTagClassName
{
color: #CE2FCC;
}
</style>
background-color css
<style>
a { background-color: #CE2FCC; }
a { background-color: rgb(206,47,204); }
div.DivClassName
{
background-color: #CE2FCC;
}
.BgClassName
{
background-color: #CE2FCC;
}
</style>
border-color css
<style>
span { border-color: #CE2FCC; }
span { border-color: rgb(206,47,204); }
td.TdClassName
{
border-color: #CE2FCC;
}
.TagClassName
{
border-color: #CE2FCC;
}
</style>