Shades of Fuchsia #CE4BB4
Tints of Fuchsia #CE4BB4
RGB
CMYK
RGB Variations
Color information
#CE4BB4 (or 0xCE4BB4) is known color: Fuchsia. HEX triplet: CE, 4B and B4. RGB value is (206,75,180). Sum of RGB (Red+Green+Blue) = 206+75+180=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BB4 is #31B44B. Grayscale: #7D7D7D. Windows color (decimal): -3257420 or 11815886. OLE color: 11815886.
HSL color Cylindrical-coordinate representation of color #CE4BB4: hue angle of 311.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4BB4 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 180 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.19 |
| HSL | 311.91º | 0.57% | 0.55% | - |
| HSV(B) | 311.91º | 0.64% | 0.81% | - |
| XYZ | 36.21 | 21.45 | 45.41 | - |
| YUV | 126.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 180 | 0 | 0.64 | 0.13 | 0.19 | 311.91 | 0.57 | 0.55 |
| Hex | CE | 4B | B4 | 0 | 40 | D | 13 | 138 | 39 | 37 |
| Octal | 316 | 113 | 264 | 0 | 100 | 15 | 23 | 470 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10110100 | 0 | 1000000 | 1101 | 10011 | 100111000 | 111001 | 110111 |
Color Harmonies of #CE4BB4
Complementary color
Monochromatic Colors of #CE4BB4
Black with #CE4BB4
Text Example
Text Example
White with #CE4BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BB4; }
p { color: rgb(206,75,180); }
H1.HeaderClassName
{
color: #CE4BB4;
}
.AnyTagClassName
{
color: #CE4BB4;
}
</style>
background-color css
<style>
a { background-color: #CE4BB4; }
a { background-color: rgb(206,75,180); }
div.DivClassName
{
background-color: #CE4BB4;
}
.BgClassName
{
background-color: #CE4BB4;
}
</style>
border-color css
<style>
span { border-color: #CE4BB4; }
span { border-color: rgb(206,75,180); }
td.TdClassName
{
border-color: #CE4BB4;
}
.TagClassName
{
border-color: #CE4BB4;
}
</style>