Shades of Fuchsia #CE44D4
Tints of Fuchsia #CE44D4
RGB
CMYK
RGB Variations
Color information
#CE44D4 (or 0xCE44D4) is known color: Fuchsia. HEX triplet: CE, 44 and D4. RGB value is (206,68,212). Sum of RGB (Red+Green+Blue) = 206+68+212=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE44D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44D4 is #31BB2B. Grayscale: #7D7D7D. Windows color (decimal): -3259180 or 13911246. OLE color: 13911246.
HSL color Cylindrical-coordinate representation of color #CE44D4: hue angle of 297.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE44D4 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 68 | 212 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.17 |
| HSL | 297.5º | 0.63% | 0.55% | - |
| HSV(B) | 297.5º | 0.68% | 0.83% | - |
| XYZ | 39.4 | 22.01 | 64.46 | - |
| YUV | 125.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 212 | 0.03 | 0.68 | 0 | 0.17 | 297.5 | 0.63 | 0.55 |
| Hex | CE | 44 | D4 | 3 | 44 | 0 | 11 | 12A | 3F | 37 |
| Octal | 316 | 104 | 324 | 3 | 104 | 0 | 21 | 452 | 77 | 67 |
| Binary | 11001110 | 1000100 | 11010100 | 11 | 1000100 | 0 | 10001 | 100101010 | 111111 | 110111 |
Color Harmonies of #CE44D4
Complementary color
Monochromatic Colors of #CE44D4
Black with #CE44D4
Text Example
Text Example
White with #CE44D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44D4; }
p { color: rgb(206,68,212); }
H1.HeaderClassName
{
color: #CE44D4;
}
.AnyTagClassName
{
color: #CE44D4;
}
</style>
background-color css
<style>
a { background-color: #CE44D4; }
a { background-color: rgb(206,68,212); }
div.DivClassName
{
background-color: #CE44D4;
}
.BgClassName
{
background-color: #CE44D4;
}
</style>
border-color css
<style>
span { border-color: #CE44D4; }
span { border-color: rgb(206,68,212); }
td.TdClassName
{
border-color: #CE44D4;
}
.TagClassName
{
border-color: #CE44D4;
}
</style>