Shades of Fuchsia #CE6CB8
Tints of Fuchsia #CE6CB8
RGB
CMYK
RGB Variations
Color information
#CE6CB8 (or 0xCE6CB8) is known color: Fuchsia. HEX triplet: CE, 6C and B8. RGB value is (206,108,184). Sum of RGB (Red+Green+Blue) = 206+108+184=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CB8 is #319347. Grayscale: #919191. Windows color (decimal): -3248968 or 12086478. OLE color: 12086478.
HSL color Cylindrical-coordinate representation of color #CE6CB8: hue angle of 313.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CB8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 184 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.19 |
| HSL | 313.47º | 0.5% | 0.62% | - |
| HSV(B) | 313.47º | 0.48% | 0.81% | - |
| XYZ | 39.47 | 27.31 | 48.54 | - |
| YUV | 145.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 184 | 0 | 0.48 | 0.11 | 0.19 | 313.47 | 0.5 | 0.62 |
| Hex | CE | 6C | B8 | 0 | 30 | B | 13 | 139 | 32 | 3E |
| Octal | 316 | 154 | 270 | 0 | 60 | 13 | 23 | 471 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10111000 | 0 | 110000 | 1011 | 10011 | 100111001 | 110010 | 111110 |
Color Harmonies of #CE6CB8
Complementary color
Monochromatic Colors of #CE6CB8
Black with #CE6CB8
Text Example
Text Example
White with #CE6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CB8; }
p { color: rgb(206,108,184); }
H1.HeaderClassName
{
color: #CE6CB8;
}
.AnyTagClassName
{
color: #CE6CB8;
}
</style>
background-color css
<style>
a { background-color: #CE6CB8; }
a { background-color: rgb(206,108,184); }
div.DivClassName
{
background-color: #CE6CB8;
}
.BgClassName
{
background-color: #CE6CB8;
}
</style>
border-color css
<style>
span { border-color: #CE6CB8; }
span { border-color: rgb(206,108,184); }
td.TdClassName
{
border-color: #CE6CB8;
}
.TagClassName
{
border-color: #CE6CB8;
}
</style>