Shades of Fuchsia #CE2DD5
Tints of Fuchsia #CE2DD5
RGB
CMYK
RGB Variations
Color information
#CE2DD5 (or 0xCE2DD5) is known color: Fuchsia. HEX triplet: CE, 2D and D5. RGB value is (206,45,213). Sum of RGB (Red+Green+Blue) = 206+45+213=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD5 is #31D22A. Grayscale: #6F6F6F. Windows color (decimal): -3265067 or 13970894. OLE color: 13970894.
HSL color Cylindrical-coordinate representation of color #CE2DD5: hue angle of 297.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2DD5 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 45 | 213 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.16 |
| HSL | 297.5º | 0.67% | 0.51% | - |
| HSV(B) | 297.5º | 0.79% | 0.84% | - |
| XYZ | 38.4 | 19.8 | 64.75 | - |
| YUV | 112.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 213 | 0.03 | 0.79 | 0 | 0.16 | 297.5 | 0.67 | 0.51 |
| Hex | CE | 2D | D5 | 3 | 4F | 0 | 10 | 12A | 43 | 33 |
| Octal | 316 | 55 | 325 | 3 | 117 | 0 | 20 | 452 | 103 | 63 |
| Binary | 11001110 | 101101 | 11010101 | 11 | 1001111 | 0 | 10000 | 100101010 | 1000011 | 110011 |
Color Harmonies of #CE2DD5
Complementary color
Monochromatic Colors of #CE2DD5
Black with #CE2DD5
Text Example
Text Example
White with #CE2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DD5; }
p { color: rgb(206,45,213); }
H1.HeaderClassName
{
color: #CE2DD5;
}
.AnyTagClassName
{
color: #CE2DD5;
}
</style>
background-color css
<style>
a { background-color: #CE2DD5; }
a { background-color: rgb(206,45,213); }
div.DivClassName
{
background-color: #CE2DD5;
}
.BgClassName
{
background-color: #CE2DD5;
}
</style>
border-color css
<style>
span { border-color: #CE2DD5; }
span { border-color: rgb(206,45,213); }
td.TdClassName
{
border-color: #CE2DD5;
}
.TagClassName
{
border-color: #CE2DD5;
}
</style>