Shades of Fuchsia #CE3CB3
Tints of Fuchsia #CE3CB3
RGB
CMYK
RGB Variations
Color information
#CE3CB3 (or 0xCE3CB3) is known color: Fuchsia. HEX triplet: CE, 3C and B3. RGB value is (206,60,179). Sum of RGB (Red+Green+Blue) = 206+60+179=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CB3 is #31C34C. Grayscale: #747474. Windows color (decimal): -3261261 or 11746510. OLE color: 11746510.
HSL color Cylindrical-coordinate representation of color #CE3CB3: hue angle of 311.1º 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 #CE3CB3 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 179 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.19 |
| HSL | 311.1º | 0.6% | 0.52% | - |
| HSV(B) | 311.1º | 0.71% | 0.81% | - |
| XYZ | 35.21 | 19.61 | 44.58 | - |
| YUV | 117.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 179 | 0 | 0.71 | 0.13 | 0.19 | 311.1 | 0.6 | 0.52 |
| Hex | CE | 3C | B3 | 0 | 47 | D | 13 | 137 | 3C | 34 |
| Octal | 316 | 74 | 263 | 0 | 107 | 15 | 23 | 467 | 74 | 64 |
| Binary | 11001110 | 111100 | 10110011 | 0 | 1000111 | 1101 | 10011 | 100110111 | 111100 | 110100 |
Color Harmonies of #CE3CB3
Complementary color
Monochromatic Colors of #CE3CB3
Black with #CE3CB3
Text Example
Text Example
White with #CE3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CB3; }
p { color: rgb(206,60,179); }
H1.HeaderClassName
{
color: #CE3CB3;
}
.AnyTagClassName
{
color: #CE3CB3;
}
</style>
background-color css
<style>
a { background-color: #CE3CB3; }
a { background-color: rgb(206,60,179); }
div.DivClassName
{
background-color: #CE3CB3;
}
.BgClassName
{
background-color: #CE3CB3;
}
</style>
border-color css
<style>
span { border-color: #CE3CB3; }
span { border-color: rgb(206,60,179); }
td.TdClassName
{
border-color: #CE3CB3;
}
.TagClassName
{
border-color: #CE3CB3;
}
</style>