Shades of Fuchsia #CE2CB0
Tints of Fuchsia #CE2CB0
RGB
CMYK
RGB Variations
Color information
#CE2CB0 (or 0xCE2CB0) is known color: Fuchsia. HEX triplet: CE, 2C and B0. RGB value is (206,44,176). Sum of RGB (Red+Green+Blue) = 206+44+176=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2CB0 is #31D34F. Grayscale: #6B6B6B. Windows color (decimal): -3265360 or 11545806. OLE color: 11545806.
HSL color Cylindrical-coordinate representation of color #CE2CB0: hue angle of 311.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CB0 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 176 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.19 |
| HSL | 311.11º | 0.65% | 0.49% | - |
| HSV(B) | 311.11º | 0.79% | 0.81% | - |
| XYZ | 34.19 | 18.06 | 42.76 | - |
| YUV | 107.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 176 | 0 | 0.79 | 0.15 | 0.19 | 311.11 | 0.65 | 0.49 |
| Hex | CE | 2C | B0 | 0 | 4F | F | 13 | 137 | 41 | 31 |
| Octal | 316 | 54 | 260 | 0 | 117 | 17 | 23 | 467 | 101 | 61 |
| Binary | 11001110 | 101100 | 10110000 | 0 | 1001111 | 1111 | 10011 | 100110111 | 1000001 | 110001 |
Color Harmonies of #CE2CB0
Complementary color
Monochromatic Colors of #CE2CB0
Black with #CE2CB0
Text Example
Text Example
White with #CE2CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CB0; }
p { color: rgb(206,44,176); }
H1.HeaderClassName
{
color: #CE2CB0;
}
.AnyTagClassName
{
color: #CE2CB0;
}
</style>
background-color css
<style>
a { background-color: #CE2CB0; }
a { background-color: rgb(206,44,176); }
div.DivClassName
{
background-color: #CE2CB0;
}
.BgClassName
{
background-color: #CE2CB0;
}
</style>
border-color css
<style>
span { border-color: #CE2CB0; }
span { border-color: rgb(206,44,176); }
td.TdClassName
{
border-color: #CE2CB0;
}
.TagClassName
{
border-color: #CE2CB0;
}
</style>