Shades of Fuchsia #CE4ABE
Tints of Fuchsia #CE4ABE
RGB
CMYK
RGB Variations
Color information
#CE4ABE (or 0xCE4ABE) is known color: Fuchsia. HEX triplet: CE, 4A and BE. RGB value is (206,74,190). Sum of RGB (Red+Green+Blue) = 206+74+190=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ABE is #31B541. Grayscale: #7E7E7E. Windows color (decimal): -3257666 or 12470990. OLE color: 12470990.
HSL color Cylindrical-coordinate representation of color #CE4ABE: hue angle of 307.27º 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 #CE4ABE is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 190 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.19 |
| HSL | 307.27º | 0.57% | 0.55% | - |
| HSV(B) | 307.27º | 0.64% | 0.81% | - |
| XYZ | 37.2 | 21.74 | 50.95 | - |
| YUV | 126.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 190 | 0 | 0.64 | 0.08 | 0.19 | 307.27 | 0.57 | 0.55 |
| Hex | CE | 4A | BE | 0 | 40 | 8 | 13 | 133 | 39 | 37 |
| Octal | 316 | 112 | 276 | 0 | 100 | 10 | 23 | 463 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10111110 | 0 | 1000000 | 1000 | 10011 | 100110011 | 111001 | 110111 |
Color Harmonies of #CE4ABE
Complementary color
Monochromatic Colors of #CE4ABE
Black with #CE4ABE
Text Example
Text Example
White with #CE4ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ABE; }
p { color: rgb(206,74,190); }
H1.HeaderClassName
{
color: #CE4ABE;
}
.AnyTagClassName
{
color: #CE4ABE;
}
</style>
background-color css
<style>
a { background-color: #CE4ABE; }
a { background-color: rgb(206,74,190); }
div.DivClassName
{
background-color: #CE4ABE;
}
.BgClassName
{
background-color: #CE4ABE;
}
</style>
border-color css
<style>
span { border-color: #CE4ABE; }
span { border-color: rgb(206,74,190); }
td.TdClassName
{
border-color: #CE4ABE;
}
.TagClassName
{
border-color: #CE4ABE;
}
</style>