Shades of Fuchsia #CE5BB4
Tints of Fuchsia #CE5BB4
RGB
CMYK
RGB Variations
Color information
#CE5BB4 (or 0xCE5BB4) is known color: Fuchsia. HEX triplet: CE, 5B and B4. RGB value is (206,91,180). Sum of RGB (Red+Green+Blue) = 206+91+180=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BB4 is #31A44B. Grayscale: #878787. Windows color (decimal): -3253324 or 11819982. OLE color: 11819982.
HSL color Cylindrical-coordinate representation of color #CE5BB4: hue angle of 313.57º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5BB4 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 180 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.19 |
| HSL | 313.57º | 0.54% | 0.58% | - |
| HSV(B) | 313.57º | 0.56% | 0.81% | - |
| XYZ | 37.43 | 23.9 | 45.82 | - |
| YUV | 135.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 180 | 0 | 0.56 | 0.13 | 0.19 | 313.57 | 0.54 | 0.58 |
| Hex | CE | 5B | B4 | 0 | 38 | D | 13 | 13A | 36 | 3A |
| Octal | 316 | 133 | 264 | 0 | 70 | 15 | 23 | 472 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10110100 | 0 | 111000 | 1101 | 10011 | 100111010 | 110110 | 111010 |
Color Harmonies of #CE5BB4
Complementary color
Monochromatic Colors of #CE5BB4
Black with #CE5BB4
Text Example
Text Example
White with #CE5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BB4; }
p { color: rgb(206,91,180); }
H1.HeaderClassName
{
color: #CE5BB4;
}
.AnyTagClassName
{
color: #CE5BB4;
}
</style>
background-color css
<style>
a { background-color: #CE5BB4; }
a { background-color: rgb(206,91,180); }
div.DivClassName
{
background-color: #CE5BB4;
}
.BgClassName
{
background-color: #CE5BB4;
}
</style>
border-color css
<style>
span { border-color: #CE5BB4; }
span { border-color: rgb(206,91,180); }
td.TdClassName
{
border-color: #CE5BB4;
}
.TagClassName
{
border-color: #CE5BB4;
}
</style>