Shades of Fuchsia #CE4ABD
Tints of Fuchsia #CE4ABD
RGB
CMYK
RGB Variations
Color information
#CE4ABD (or 0xCE4ABD) is known color: Fuchsia. HEX triplet: CE, 4A and BD. RGB value is (206,74,189). Sum of RGB (Red+Green+Blue) = 206+74+189=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ABD is #31B542. Grayscale: #7E7E7E. Windows color (decimal): -3257667 or 12405454. OLE color: 12405454.
HSL color Cylindrical-coordinate representation of color #CE4ABD: hue angle of 307.73º 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 #CE4ABD is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 189 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.19 |
| HSL | 307.73º | 0.57% | 0.55% | - |
| HSV(B) | 307.73º | 0.64% | 0.81% | - |
| XYZ | 37.09 | 21.69 | 50.38 | - |
| YUV | 126.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 189 | 0 | 0.64 | 0.08 | 0.19 | 307.73 | 0.57 | 0.55 |
| Hex | CE | 4A | BD | 0 | 40 | 8 | 13 | 134 | 39 | 37 |
| Octal | 316 | 112 | 275 | 0 | 100 | 10 | 23 | 464 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10111101 | 0 | 1000000 | 1000 | 10011 | 100110100 | 111001 | 110111 |
Color Harmonies of #CE4ABD
Complementary color
Monochromatic Colors of #CE4ABD
Black with #CE4ABD
Text Example
Text Example
White with #CE4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ABD; }
p { color: rgb(206,74,189); }
H1.HeaderClassName
{
color: #CE4ABD;
}
.AnyTagClassName
{
color: #CE4ABD;
}
</style>
background-color css
<style>
a { background-color: #CE4ABD; }
a { background-color: rgb(206,74,189); }
div.DivClassName
{
background-color: #CE4ABD;
}
.BgClassName
{
background-color: #CE4ABD;
}
</style>
border-color css
<style>
span { border-color: #CE4ABD; }
span { border-color: rgb(206,74,189); }
td.TdClassName
{
border-color: #CE4ABD;
}
.TagClassName
{
border-color: #CE4ABD;
}
</style>