Shades of Fuchsia #CE4CC0
Tints of Fuchsia #CE4CC0
RGB
CMYK
RGB Variations
Color information
#CE4CC0 (or 0xCE4CC0) is known color: Fuchsia. HEX triplet: CE, 4C and C0. RGB value is (206,76,192). Sum of RGB (Red+Green+Blue) = 206+76+192=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CC0 is #31B33F. Grayscale: #7F7F7F. Windows color (decimal): -3257152 or 12602574. OLE color: 12602574.
HSL color Cylindrical-coordinate representation of color #CE4CC0: hue angle of 306.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CC0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 192 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.19 |
| HSL | 306.46º | 0.57% | 0.55% | - |
| HSV(B) | 306.46º | 0.63% | 0.81% | - |
| XYZ | 37.55 | 22.1 | 52.15 | - |
| YUV | 128.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 192 | 0 | 0.63 | 0.07 | 0.19 | 306.46 | 0.57 | 0.55 |
| Hex | CE | 4C | C0 | 0 | 3F | 7 | 13 | 132 | 39 | 37 |
| Octal | 316 | 114 | 300 | 0 | 77 | 7 | 23 | 462 | 71 | 67 |
| Binary | 11001110 | 1001100 | 11000000 | 0 | 111111 | 111 | 10011 | 100110010 | 111001 | 110111 |
Color Harmonies of #CE4CC0
Complementary color
Monochromatic Colors of #CE4CC0
Black with #CE4CC0
Text Example
Text Example
White with #CE4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CC0; }
p { color: rgb(206,76,192); }
H1.HeaderClassName
{
color: #CE4CC0;
}
.AnyTagClassName
{
color: #CE4CC0;
}
</style>
background-color css
<style>
a { background-color: #CE4CC0; }
a { background-color: rgb(206,76,192); }
div.DivClassName
{
background-color: #CE4CC0;
}
.BgClassName
{
background-color: #CE4CC0;
}
</style>
border-color css
<style>
span { border-color: #CE4CC0; }
span { border-color: rgb(206,76,192); }
td.TdClassName
{
border-color: #CE4CC0;
}
.TagClassName
{
border-color: #CE4CC0;
}
</style>