Shades of Fuchsia #CE4BAC
Tints of Fuchsia #CE4BAC
RGB
CMYK
RGB Variations
Color information
#CE4BAC (or 0xCE4BAC) is known color: Fuchsia. HEX triplet: CE, 4B and AC. RGB value is (206,75,172). Sum of RGB (Red+Green+Blue) = 206+75+172=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BAC is #31B453. Grayscale: #7C7C7C. Windows color (decimal): -3257428 or 11291598. OLE color: 11291598.
HSL color Cylindrical-coordinate representation of color #CE4BAC: hue angle of 315.57º 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 #CE4BAC is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 172 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.19 |
| HSL | 315.57º | 0.57% | 0.55% | - |
| HSV(B) | 315.57º | 0.64% | 0.81% | - |
| XYZ | 35.42 | 21.13 | 41.24 | - |
| YUV | 125.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 172 | 0 | 0.64 | 0.17 | 0.19 | 315.57 | 0.57 | 0.55 |
| Hex | CE | 4B | AC | 0 | 40 | 11 | 13 | 13C | 39 | 37 |
| Octal | 316 | 113 | 254 | 0 | 100 | 21 | 23 | 474 | 71 | 67 |
| Binary | 11001110 | 1001011 | 10101100 | 0 | 1000000 | 10001 | 10011 | 100111100 | 111001 | 110111 |
Color Harmonies of #CE4BAC
Complementary color
Monochromatic Colors of #CE4BAC
Black with #CE4BAC
Text Example
Text Example
White with #CE4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BAC; }
p { color: rgb(206,75,172); }
H1.HeaderClassName
{
color: #CE4BAC;
}
.AnyTagClassName
{
color: #CE4BAC;
}
</style>
background-color css
<style>
a { background-color: #CE4BAC; }
a { background-color: rgb(206,75,172); }
div.DivClassName
{
background-color: #CE4BAC;
}
.BgClassName
{
background-color: #CE4BAC;
}
</style>
border-color css
<style>
span { border-color: #CE4BAC; }
span { border-color: rgb(206,75,172); }
td.TdClassName
{
border-color: #CE4BAC;
}
.TagClassName
{
border-color: #CE4BAC;
}
</style>