Shades of Fuchsia #CE3CCC
Tints of Fuchsia #CE3CCC
RGB
CMYK
RGB Variations
Color information
#CE3CCC (or 0xCE3CCC) is known color: Fuchsia. HEX triplet: CE, 3C and CC. RGB value is (206,60,204). Sum of RGB (Red+Green+Blue) = 206+60+204=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CCC is #31C333. Grayscale: #777777. Windows color (decimal): -3261236 or 13384910. OLE color: 13384910.
HSL color Cylindrical-coordinate representation of color #CE3CCC: hue angle of 300.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CCC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 204 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.19 |
| HSL | 300.82º | 0.6% | 0.52% | - |
| HSV(B) | 300.82º | 0.71% | 0.81% | - |
| XYZ | 37.97 | 20.71 | 59.12 | - |
| YUV | 120.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 204 | 0 | 0.71 | 0.01 | 0.19 | 300.82 | 0.6 | 0.52 |
| Hex | CE | 3C | CC | 0 | 47 | 1 | 13 | 12D | 3C | 34 |
| Octal | 316 | 74 | 314 | 0 | 107 | 1 | 23 | 455 | 74 | 64 |
| Binary | 11001110 | 111100 | 11001100 | 0 | 1000111 | 1 | 10011 | 100101101 | 111100 | 110100 |
Color Harmonies of #CE3CCC
Complementary color
Monochromatic Colors of #CE3CCC
Black with #CE3CCC
Text Example
Text Example
White with #CE3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CCC; }
p { color: rgb(206,60,204); }
H1.HeaderClassName
{
color: #CE3CCC;
}
.AnyTagClassName
{
color: #CE3CCC;
}
</style>
background-color css
<style>
a { background-color: #CE3CCC; }
a { background-color: rgb(206,60,204); }
div.DivClassName
{
background-color: #CE3CCC;
}
.BgClassName
{
background-color: #CE3CCC;
}
</style>
border-color css
<style>
span { border-color: #CE3CCC; }
span { border-color: rgb(206,60,204); }
td.TdClassName
{
border-color: #CE3CCC;
}
.TagClassName
{
border-color: #CE3CCC;
}
</style>