Shades of Fuchsia #CE4BBD
Tints of Fuchsia #CE4BBD
RGB
CMYK
RGB Variations
Color information
#CE4BBD (or 0xCE4BBD) is known color: Fuchsia. HEX triplet: CE, 4B and BD. RGB value is (206,75,189). Sum of RGB (Red+Green+Blue) = 206+75+189=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BBD is #31B442. Grayscale: #7E7E7E. Windows color (decimal): -3257411 or 12405710. OLE color: 12405710.
HSL color Cylindrical-coordinate representation of color #CE4BBD: hue angle of 307.79º 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 #CE4BBD is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 189 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.19 |
| HSL | 307.79º | 0.57% | 0.55% | - |
| HSV(B) | 307.79º | 0.64% | 0.81% | - |
| XYZ | 37.15 | 21.83 | 50.4 | - |
| YUV | 127.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 189 | 0 | 0.64 | 0.08 | 0.19 | 307.79 | 0.57 | 0.55 |
| Hex | CE | 4B | BD | 0 | 40 | 8 | 13 | 134 | 39 | 37 |
| Octal | 316 | 113 | 275 | 0 | 100 | 10 | 23 | 464 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10111101 | 0 | 1000000 | 1000 | 10011 | 100110100 | 111001 | 110111 |
Color Harmonies of #CE4BBD
Complementary color
Monochromatic Colors of #CE4BBD
Black with #CE4BBD
Text Example
Text Example
White with #CE4BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BBD; }
p { color: rgb(206,75,189); }
H1.HeaderClassName
{
color: #CE4BBD;
}
.AnyTagClassName
{
color: #CE4BBD;
}
</style>
background-color css
<style>
a { background-color: #CE4BBD; }
a { background-color: rgb(206,75,189); }
div.DivClassName
{
background-color: #CE4BBD;
}
.BgClassName
{
background-color: #CE4BBD;
}
</style>
border-color css
<style>
span { border-color: #CE4BBD; }
span { border-color: rgb(206,75,189); }
td.TdClassName
{
border-color: #CE4BBD;
}
.TagClassName
{
border-color: #CE4BBD;
}
</style>