Shades of Fuchsia #CE4CB0
Tints of Fuchsia #CE4CB0
RGB
CMYK
RGB Variations
Color information
#CE4CB0 (or 0xCE4CB0) is known color: Fuchsia. HEX triplet: CE, 4C and B0. RGB value is (206,76,176). Sum of RGB (Red+Green+Blue) = 206+76+176=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4CB0 is #31B34F. Grayscale: #7D7D7D. Windows color (decimal): -3257168 or 11553998. OLE color: 11553998.
HSL color Cylindrical-coordinate representation of color #CE4CB0: hue angle of 313.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CB0 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 176 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.19 |
| HSL | 313.85º | 0.57% | 0.55% | - |
| HSV(B) | 313.85º | 0.63% | 0.81% | - |
| XYZ | 35.87 | 21.43 | 43.32 | - |
| YUV | 126.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 176 | 0 | 0.63 | 0.15 | 0.19 | 313.85 | 0.57 | 0.55 |
| Hex | CE | 4C | B0 | 0 | 3F | F | 13 | 13A | 39 | 37 |
| Octal | 316 | 114 | 260 | 0 | 77 | 17 | 23 | 472 | 71 | 67 |
| Binary | 11001110 | 1001100 | 10110000 | 0 | 111111 | 1111 | 10011 | 100111010 | 111001 | 110111 |
Color Harmonies of #CE4CB0
Complementary color
Monochromatic Colors of #CE4CB0
Black with #CE4CB0
Text Example
Text Example
White with #CE4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CB0; }
p { color: rgb(206,76,176); }
H1.HeaderClassName
{
color: #CE4CB0;
}
.AnyTagClassName
{
color: #CE4CB0;
}
</style>
background-color css
<style>
a { background-color: #CE4CB0; }
a { background-color: rgb(206,76,176); }
div.DivClassName
{
background-color: #CE4CB0;
}
.BgClassName
{
background-color: #CE4CB0;
}
</style>
border-color css
<style>
span { border-color: #CE4CB0; }
span { border-color: rgb(206,76,176); }
td.TdClassName
{
border-color: #CE4CB0;
}
.TagClassName
{
border-color: #CE4CB0;
}
</style>