Shades of Fuchsia #CE2DB2
Tints of Fuchsia #CE2DB2
RGB
CMYK
RGB Variations
Color information
#CE2DB2 (or 0xCE2DB2) is known color: Fuchsia. HEX triplet: CE, 2D and B2. RGB value is (206,45,178). Sum of RGB (Red+Green+Blue) = 206+45+178=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DB2 is #31D24D. Grayscale: #6B6B6B. Windows color (decimal): -3265102 or 11677134. OLE color: 11677134.
HSL color Cylindrical-coordinate representation of color #CE2DB2: hue angle of 310.43º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DB2 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 178 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.19 |
| HSL | 310.43º | 0.64% | 0.49% | - |
| HSV(B) | 310.43º | 0.78% | 0.81% | - |
| XYZ | 34.43 | 18.21 | 43.82 | - |
| YUV | 108.3 | 167.34 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 178 | 0 | 0.78 | 0.14 | 0.19 | 310.43 | 0.64 | 0.49 |
| Hex | CE | 2D | B2 | 0 | 4E | E | 13 | 136 | 40 | 31 |
| Octal | 316 | 55 | 262 | 0 | 116 | 16 | 23 | 466 | 100 | 61 |
| Binary | 11001110 | 101101 | 10110010 | 0 | 1001110 | 1110 | 10011 | 100110110 | 1000000 | 110001 |
Color Harmonies of #CE2DB2
Complementary color
Monochromatic Colors of #CE2DB2
Black with #CE2DB2
Text Example
Text Example
White with #CE2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DB2; }
p { color: rgb(206,45,178); }
H1.HeaderClassName
{
color: #CE2DB2;
}
.AnyTagClassName
{
color: #CE2DB2;
}
</style>
background-color css
<style>
a { background-color: #CE2DB2; }
a { background-color: rgb(206,45,178); }
div.DivClassName
{
background-color: #CE2DB2;
}
.BgClassName
{
background-color: #CE2DB2;
}
</style>
border-color css
<style>
span { border-color: #CE2DB2; }
span { border-color: rgb(206,45,178); }
td.TdClassName
{
border-color: #CE2DB2;
}
.TagClassName
{
border-color: #CE2DB2;
}
</style>