Shades of Fuchsia #CE3BCB
Tints of Fuchsia #CE3BCB
RGB
CMYK
RGB Variations
Color information
#CE3BCB (or 0xCE3BCB) is known color: Fuchsia. HEX triplet: CE, 3B and CB. RGB value is (206,59,203). Sum of RGB (Red+Green+Blue) = 206+59+203=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BCB is #31C434. Grayscale: #767676. Windows color (decimal): -3261493 or 13319118. OLE color: 13319118.
HSL color Cylindrical-coordinate representation of color #CE3BCB: hue angle of 301.22º 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 #CE3BCB is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 203 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.19 |
| HSL | 301.22º | 0.6% | 0.52% | - |
| HSV(B) | 301.22º | 0.71% | 0.81% | - |
| XYZ | 37.8 | 20.56 | 58.48 | - |
| YUV | 119.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 203 | 0 | 0.71 | 0.01 | 0.19 | 301.22 | 0.6 | 0.52 |
| Hex | CE | 3B | CB | 0 | 47 | 1 | 13 | 12D | 3C | 34 |
| Octal | 316 | 73 | 313 | 0 | 107 | 1 | 23 | 455 | 74 | 64 |
| Binary | 11001110 | 111011 | 11001011 | 0 | 1000111 | 1 | 10011 | 100101101 | 111100 | 110100 |
Color Harmonies of #CE3BCB
Complementary color
Monochromatic Colors of #CE3BCB
Black with #CE3BCB
Text Example
Text Example
White with #CE3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BCB; }
p { color: rgb(206,59,203); }
H1.HeaderClassName
{
color: #CE3BCB;
}
.AnyTagClassName
{
color: #CE3BCB;
}
</style>
background-color css
<style>
a { background-color: #CE3BCB; }
a { background-color: rgb(206,59,203); }
div.DivClassName
{
background-color: #CE3BCB;
}
.BgClassName
{
background-color: #CE3BCB;
}
</style>
border-color css
<style>
span { border-color: #CE3BCB; }
span { border-color: rgb(206,59,203); }
td.TdClassName
{
border-color: #CE3BCB;
}
.TagClassName
{
border-color: #CE3BCB;
}
</style>