Shades of Fuchsia #CE3CC1
Tints of Fuchsia #CE3CC1
RGB
CMYK
RGB Variations
Color information
#CE3CC1 (or 0xCE3CC1) is known color: Fuchsia. HEX triplet: CE, 3C and C1. RGB value is (206,60,193). Sum of RGB (Red+Green+Blue) = 206+60+193=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CC1 is #31C33E. Grayscale: #767676. Windows color (decimal): -3261247 or 12664014. OLE color: 12664014.
HSL color Cylindrical-coordinate representation of color #CE3CC1: hue angle of 305.34º 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 #CE3CC1 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 193 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.19 |
| HSL | 305.34º | 0.6% | 0.52% | - |
| HSV(B) | 305.34º | 0.71% | 0.81% | - |
| XYZ | 36.7 | 20.2 | 52.42 | - |
| YUV | 118.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 193 | 0 | 0.71 | 0.06 | 0.19 | 305.34 | 0.6 | 0.52 |
| Hex | CE | 3C | C1 | 0 | 47 | 6 | 13 | 131 | 3C | 34 |
| Octal | 316 | 74 | 301 | 0 | 107 | 6 | 23 | 461 | 74 | 64 |
| Binary | 11001110 | 111100 | 11000001 | 0 | 1000111 | 110 | 10011 | 100110001 | 111100 | 110100 |
Color Harmonies of #CE3CC1
Complementary color
Monochromatic Colors of #CE3CC1
Black with #CE3CC1
Text Example
Text Example
White with #CE3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CC1; }
p { color: rgb(206,60,193); }
H1.HeaderClassName
{
color: #CE3CC1;
}
.AnyTagClassName
{
color: #CE3CC1;
}
</style>
background-color css
<style>
a { background-color: #CE3CC1; }
a { background-color: rgb(206,60,193); }
div.DivClassName
{
background-color: #CE3CC1;
}
.BgClassName
{
background-color: #CE3CC1;
}
</style>
border-color css
<style>
span { border-color: #CE3CC1; }
span { border-color: rgb(206,60,193); }
td.TdClassName
{
border-color: #CE3CC1;
}
.TagClassName
{
border-color: #CE3CC1;
}
</style>