Shades of Fuchsia #CE2BB8
Tints of Fuchsia #CE2BB8
RGB
CMYK
RGB Variations
Color information
#CE2BB8 (or 0xCE2BB8) is known color: Fuchsia. HEX triplet: CE, 2B and B8. RGB value is (206,43,184). Sum of RGB (Red+Green+Blue) = 206+43+184=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2BB8 is #31D447. Grayscale: #6B6B6B. Windows color (decimal): -3265608 or 12069838. OLE color: 12069838.
HSL color Cylindrical-coordinate representation of color #CE2BB8: hue angle of 308.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BB8 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 184 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.19 |
| HSL | 308.1º | 0.65% | 0.49% | - |
| HSV(B) | 308.1º | 0.79% | 0.81% | - |
| XYZ | 34.97 | 18.31 | 47.04 | - |
| YUV | 107.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 184 | 0 | 0.79 | 0.11 | 0.19 | 308.1 | 0.65 | 0.49 |
| Hex | CE | 2B | B8 | 0 | 4F | B | 13 | 134 | 41 | 31 |
| Octal | 316 | 53 | 270 | 0 | 117 | 13 | 23 | 464 | 101 | 61 |
| Binary | 11001110 | 101011 | 10111000 | 0 | 1001111 | 1011 | 10011 | 100110100 | 1000001 | 110001 |
Color Harmonies of #CE2BB8
Complementary color
Monochromatic Colors of #CE2BB8
Black with #CE2BB8
Text Example
Text Example
White with #CE2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BB8; }
p { color: rgb(206,43,184); }
H1.HeaderClassName
{
color: #CE2BB8;
}
.AnyTagClassName
{
color: #CE2BB8;
}
</style>
background-color css
<style>
a { background-color: #CE2BB8; }
a { background-color: rgb(206,43,184); }
div.DivClassName
{
background-color: #CE2BB8;
}
.BgClassName
{
background-color: #CE2BB8;
}
</style>
border-color css
<style>
span { border-color: #CE2BB8; }
span { border-color: rgb(206,43,184); }
td.TdClassName
{
border-color: #CE2BB8;
}
.TagClassName
{
border-color: #CE2BB8;
}
</style>