Shades of Fuchsia #CE3FB8
Tints of Fuchsia #CE3FB8
RGB
CMYK
RGB Variations
Color information
#CE3FB8 (or 0xCE3FB8) is known color: Fuchsia. HEX triplet: CE, 3F and B8. RGB value is (206,63,184). Sum of RGB (Red+Green+Blue) = 206+63+184=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FB8 is #31C047. Grayscale: #777777. Windows color (decimal): -3260488 or 12074958. OLE color: 12074958.
HSL color Cylindrical-coordinate representation of color #CE3FB8: hue angle of 309.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FB8 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 184 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.19 |
| HSL | 309.23º | 0.59% | 0.53% | - |
| HSV(B) | 309.23º | 0.69% | 0.81% | - |
| XYZ | 35.88 | 20.14 | 47.34 | - |
| YUV | 119.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 184 | 0 | 0.69 | 0.11 | 0.19 | 309.23 | 0.59 | 0.53 |
| Hex | CE | 3F | B8 | 0 | 45 | B | 13 | 135 | 3B | 35 |
| Octal | 316 | 77 | 270 | 0 | 105 | 13 | 23 | 465 | 73 | 65 |
| Binary | 11001110 | 111111 | 10111000 | 0 | 1000101 | 1011 | 10011 | 100110101 | 111011 | 110101 |
Color Harmonies of #CE3FB8
Complementary color
Monochromatic Colors of #CE3FB8
Black with #CE3FB8
Text Example
Text Example
White with #CE3FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FB8; }
p { color: rgb(206,63,184); }
H1.HeaderClassName
{
color: #CE3FB8;
}
.AnyTagClassName
{
color: #CE3FB8;
}
</style>
background-color css
<style>
a { background-color: #CE3FB8; }
a { background-color: rgb(206,63,184); }
div.DivClassName
{
background-color: #CE3FB8;
}
.BgClassName
{
background-color: #CE3FB8;
}
</style>
border-color css
<style>
span { border-color: #CE3FB8; }
span { border-color: rgb(206,63,184); }
td.TdClassName
{
border-color: #CE3FB8;
}
.TagClassName
{
border-color: #CE3FB8;
}
</style>