Shades of Fuchsia #CE3CC0
Tints of Fuchsia #CE3CC0
RGB
CMYK
RGB Variations
Color information
#CE3CC0 (or 0xCE3CC0) is known color: Fuchsia. HEX triplet: CE, 3C and C0. RGB value is (206,60,192). Sum of RGB (Red+Green+Blue) = 206+60+192=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CC0 is #31C33F. Grayscale: #767676. Windows color (decimal): -3261248 or 12598478. OLE color: 12598478.
HSL color Cylindrical-coordinate representation of color #CE3CC0: hue angle of 305.75º 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 #CE3CC0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 192 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.19 |
| HSL | 305.75º | 0.6% | 0.52% | - |
| HSV(B) | 305.75º | 0.71% | 0.81% | - |
| XYZ | 36.58 | 20.16 | 51.83 | - |
| YUV | 118.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 192 | 0 | 0.71 | 0.07 | 0.19 | 305.75 | 0.6 | 0.52 |
| Hex | CE | 3C | C0 | 0 | 47 | 7 | 13 | 132 | 3C | 34 |
| Octal | 316 | 74 | 300 | 0 | 107 | 7 | 23 | 462 | 74 | 64 |
| Binary | 11001110 | 111100 | 11000000 | 0 | 1000111 | 111 | 10011 | 100110010 | 111100 | 110100 |
Color Harmonies of #CE3CC0
Complementary color
Monochromatic Colors of #CE3CC0
Black with #CE3CC0
Text Example
Text Example
White with #CE3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CC0; }
p { color: rgb(206,60,192); }
H1.HeaderClassName
{
color: #CE3CC0;
}
.AnyTagClassName
{
color: #CE3CC0;
}
</style>
background-color css
<style>
a { background-color: #CE3CC0; }
a { background-color: rgb(206,60,192); }
div.DivClassName
{
background-color: #CE3CC0;
}
.BgClassName
{
background-color: #CE3CC0;
}
</style>
border-color css
<style>
span { border-color: #CE3CC0; }
span { border-color: rgb(206,60,192); }
td.TdClassName
{
border-color: #CE3CC0;
}
.TagClassName
{
border-color: #CE3CC0;
}
</style>