Shades of Fuchsia #CE4ABF
Tints of Fuchsia #CE4ABF
RGB
CMYK
RGB Variations
Color information
#CE4ABF (or 0xCE4ABF) is known color: Fuchsia. HEX triplet: CE, 4A and BF. RGB value is (206,74,191). Sum of RGB (Red+Green+Blue) = 206+74+191=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ABF is #31B540. Grayscale: #7E7E7E. Windows color (decimal): -3257665 or 12536526. OLE color: 12536526.
HSL color Cylindrical-coordinate representation of color #CE4ABF: hue angle of 306.82º 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 #CE4ABF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 191 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.19 |
| HSL | 306.82º | 0.57% | 0.55% | - |
| HSV(B) | 306.82º | 0.64% | 0.81% | - |
| XYZ | 37.31 | 21.78 | 51.53 | - |
| YUV | 126.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 191 | 0 | 0.64 | 0.07 | 0.19 | 306.82 | 0.57 | 0.55 |
| Hex | CE | 4A | BF | 0 | 40 | 7 | 13 | 133 | 39 | 37 |
| Octal | 316 | 112 | 277 | 0 | 100 | 7 | 23 | 463 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10111111 | 0 | 1000000 | 111 | 10011 | 100110011 | 111001 | 110111 |
Color Harmonies of #CE4ABF
Complementary color
Monochromatic Colors of #CE4ABF
Black with #CE4ABF
Text Example
Text Example
White with #CE4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ABF; }
p { color: rgb(206,74,191); }
H1.HeaderClassName
{
color: #CE4ABF;
}
.AnyTagClassName
{
color: #CE4ABF;
}
</style>
background-color css
<style>
a { background-color: #CE4ABF; }
a { background-color: rgb(206,74,191); }
div.DivClassName
{
background-color: #CE4ABF;
}
.BgClassName
{
background-color: #CE4ABF;
}
</style>
border-color css
<style>
span { border-color: #CE4ABF; }
span { border-color: rgb(206,74,191); }
td.TdClassName
{
border-color: #CE4ABF;
}
.TagClassName
{
border-color: #CE4ABF;
}
</style>