Shades of Fuchsia #CE3BB8
Tints of Fuchsia #CE3BB8
RGB
CMYK
RGB Variations
Color information
#CE3BB8 (or 0xCE3BB8) is known color: Fuchsia. HEX triplet: CE, 3B and B8. RGB value is (206,59,184). Sum of RGB (Red+Green+Blue) = 206+59+184=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BB8 is #31C447. Grayscale: #747474. Windows color (decimal): -3261512 or 12073934. OLE color: 12073934.
HSL color Cylindrical-coordinate representation of color #CE3BB8: hue angle of 308.98º 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 #CE3BB8 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 184 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.19 |
| HSL | 308.98º | 0.6% | 0.52% | - |
| HSV(B) | 308.98º | 0.71% | 0.81% | - |
| XYZ | 35.67 | 19.71 | 47.27 | - |
| YUV | 117.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 184 | 0 | 0.71 | 0.11 | 0.19 | 308.98 | 0.6 | 0.52 |
| Hex | CE | 3B | B8 | 0 | 47 | B | 13 | 135 | 3C | 34 |
| Octal | 316 | 73 | 270 | 0 | 107 | 13 | 23 | 465 | 74 | 64 |
| Binary | 11001110 | 111011 | 10111000 | 0 | 1000111 | 1011 | 10011 | 100110101 | 111100 | 110100 |
Color Harmonies of #CE3BB8
Complementary color
Monochromatic Colors of #CE3BB8
Black with #CE3BB8
Text Example
Text Example
White with #CE3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BB8; }
p { color: rgb(206,59,184); }
H1.HeaderClassName
{
color: #CE3BB8;
}
.AnyTagClassName
{
color: #CE3BB8;
}
</style>
background-color css
<style>
a { background-color: #CE3BB8; }
a { background-color: rgb(206,59,184); }
div.DivClassName
{
background-color: #CE3BB8;
}
.BgClassName
{
background-color: #CE3BB8;
}
</style>
border-color css
<style>
span { border-color: #CE3BB8; }
span { border-color: rgb(206,59,184); }
td.TdClassName
{
border-color: #CE3BB8;
}
.TagClassName
{
border-color: #CE3BB8;
}
</style>