Shades of Fuchsia #CE5BB3
Tints of Fuchsia #CE5BB3
RGB
CMYK
RGB Variations
Color information
#CE5BB3 (or 0xCE5BB3) is known color: Fuchsia. HEX triplet: CE, 5B and B3. RGB value is (206,91,179). Sum of RGB (Red+Green+Blue) = 206+91+179=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BB3 is #31A44C. Grayscale: #878787. Windows color (decimal): -3253325 or 11754446. OLE color: 11754446.
HSL color Cylindrical-coordinate representation of color #CE5BB3: hue angle of 314.09º 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 #CE5BB3 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 179 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.19 |
| HSL | 314.09º | 0.54% | 0.58% | - |
| HSV(B) | 314.09º | 0.56% | 0.81% | - |
| XYZ | 37.33 | 23.86 | 45.29 | - |
| YUV | 135.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 179 | 0 | 0.56 | 0.13 | 0.19 | 314.09 | 0.54 | 0.58 |
| Hex | CE | 5B | B3 | 0 | 38 | D | 13 | 13A | 36 | 3A |
| Octal | 316 | 133 | 263 | 0 | 70 | 15 | 23 | 472 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10110011 | 0 | 111000 | 1101 | 10011 | 100111010 | 110110 | 111010 |
Color Harmonies of #CE5BB3
Complementary color
Monochromatic Colors of #CE5BB3
Black with #CE5BB3
Text Example
Text Example
White with #CE5BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BB3; }
p { color: rgb(206,91,179); }
H1.HeaderClassName
{
color: #CE5BB3;
}
.AnyTagClassName
{
color: #CE5BB3;
}
</style>
background-color css
<style>
a { background-color: #CE5BB3; }
a { background-color: rgb(206,91,179); }
div.DivClassName
{
background-color: #CE5BB3;
}
.BgClassName
{
background-color: #CE5BB3;
}
</style>
border-color css
<style>
span { border-color: #CE5BB3; }
span { border-color: rgb(206,91,179); }
td.TdClassName
{
border-color: #CE5BB3;
}
.TagClassName
{
border-color: #CE5BB3;
}
</style>