Shades of Fuchsia #CE3BBE
Tints of Fuchsia #CE3BBE
RGB
CMYK
RGB Variations
Color information
#CE3BBE (or 0xCE3BBE) is known color: Fuchsia. HEX triplet: CE, 3B and BE. RGB value is (206,59,190). Sum of RGB (Red+Green+Blue) = 206+59+190=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BBE is #31C441. Grayscale: #757575. Windows color (decimal): -3261506 or 12467150. OLE color: 12467150.
HSL color Cylindrical-coordinate representation of color #CE3BBE: hue angle of 306.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BBE is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 190 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.19 |
| HSL | 306.53º | 0.6% | 0.52% | - |
| HSV(B) | 306.53º | 0.71% | 0.81% | - |
| XYZ | 36.31 | 19.97 | 50.66 | - |
| YUV | 117.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 190 | 0 | 0.71 | 0.08 | 0.19 | 306.53 | 0.6 | 0.52 |
| Hex | CE | 3B | BE | 0 | 47 | 8 | 13 | 133 | 3C | 34 |
| Octal | 316 | 73 | 276 | 0 | 107 | 10 | 23 | 463 | 74 | 64 |
| Binary | 11001110 | 111011 | 10111110 | 0 | 1000111 | 1000 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CE3BBE
Complementary color
Monochromatic Colors of #CE3BBE
Black with #CE3BBE
Text Example
Text Example
White with #CE3BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BBE; }
p { color: rgb(206,59,190); }
H1.HeaderClassName
{
color: #CE3BBE;
}
.AnyTagClassName
{
color: #CE3BBE;
}
</style>
background-color css
<style>
a { background-color: #CE3BBE; }
a { background-color: rgb(206,59,190); }
div.DivClassName
{
background-color: #CE3BBE;
}
.BgClassName
{
background-color: #CE3BBE;
}
</style>
border-color css
<style>
span { border-color: #CE3BBE; }
span { border-color: rgb(206,59,190); }
td.TdClassName
{
border-color: #CE3BBE;
}
.TagClassName
{
border-color: #CE3BBE;
}
</style>