Shades of Fuchsia #CE66C4
Tints of Fuchsia #CE66C4
RGB
CMYK
RGB Variations
Color information
#CE66C4 (or 0xCE66C4) is known color: Fuchsia. HEX triplet: CE, 66 and C4. RGB value is (206,102,196). Sum of RGB (Red+Green+Blue) = 206+102+196=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66C4 is #31993B. Grayscale: #8F8F8F. Windows color (decimal): -3250492 or 12871374. OLE color: 12871374.
HSL color Cylindrical-coordinate representation of color #CE66C4: hue angle of 305.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66C4 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 196 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.19 |
| HSL | 305.77º | 0.51% | 0.6% | - |
| HSV(B) | 305.77º | 0.5% | 0.81% | - |
| XYZ | 40.17 | 26.61 | 55.24 | - |
| YUV | 143.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 196 | 0 | 0.50 | 0.05 | 0.19 | 305.77 | 0.51 | 0.6 |
| Hex | CE | 66 | C4 | 0 | 32 | 5 | 13 | 132 | 33 | 3C |
| Octal | 316 | 146 | 304 | 0 | 62 | 5 | 23 | 462 | 63 | 74 |
| Binary | 11001110 | 1100110 | 11000100 | 0 | 110010 | 101 | 10011 | 100110010 | 110011 | 111100 |
Color Harmonies of #CE66C4
Complementary color
Monochromatic Colors of #CE66C4
Black with #CE66C4
Text Example
Text Example
White with #CE66C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66C4; }
p { color: rgb(206,102,196); }
H1.HeaderClassName
{
color: #CE66C4;
}
.AnyTagClassName
{
color: #CE66C4;
}
</style>
background-color css
<style>
a { background-color: #CE66C4; }
a { background-color: rgb(206,102,196); }
div.DivClassName
{
background-color: #CE66C4;
}
.BgClassName
{
background-color: #CE66C4;
}
</style>
border-color css
<style>
span { border-color: #CE66C4; }
span { border-color: rgb(206,102,196); }
td.TdClassName
{
border-color: #CE66C4;
}
.TagClassName
{
border-color: #CE66C4;
}
</style>