Shades of Fuchsia #CE4ACB
Tints of Fuchsia #CE4ACB
RGB
CMYK
RGB Variations
Color information
#CE4ACB (or 0xCE4ACB) is known color: Fuchsia. HEX triplet: CE, 4A and CB. RGB value is (206,74,203). Sum of RGB (Red+Green+Blue) = 206+74+203=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ACB is #31B534. Grayscale: #7F7F7F. Windows color (decimal): -3257653 or 13322958. OLE color: 13322958.
HSL color Cylindrical-coordinate representation of color #CE4ACB: hue angle of 301.36º 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 #CE4ACB is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 203 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.19 |
| HSL | 301.36º | 0.57% | 0.55% | - |
| HSV(B) | 301.36º | 0.64% | 0.81% | - |
| XYZ | 38.68 | 22.33 | 58.77 | - |
| YUV | 128.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 203 | 0 | 0.64 | 0.01 | 0.19 | 301.36 | 0.57 | 0.55 |
| Hex | CE | 4A | CB | 0 | 40 | 1 | 13 | 12D | 39 | 37 |
| Octal | 316 | 112 | 313 | 0 | 100 | 1 | 23 | 455 | 71 | 67 |
| Binary | 11001110 | 1001010 | 11001011 | 0 | 1000000 | 1 | 10011 | 100101101 | 111001 | 110111 |
Color Harmonies of #CE4ACB
Complementary color
Monochromatic Colors of #CE4ACB
Black with #CE4ACB
Text Example
Text Example
White with #CE4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ACB; }
p { color: rgb(206,74,203); }
H1.HeaderClassName
{
color: #CE4ACB;
}
.AnyTagClassName
{
color: #CE4ACB;
}
</style>
background-color css
<style>
a { background-color: #CE4ACB; }
a { background-color: rgb(206,74,203); }
div.DivClassName
{
background-color: #CE4ACB;
}
.BgClassName
{
background-color: #CE4ACB;
}
</style>
border-color css
<style>
span { border-color: #CE4ACB; }
span { border-color: rgb(206,74,203); }
td.TdClassName
{
border-color: #CE4ACB;
}
.TagClassName
{
border-color: #CE4ACB;
}
</style>