Shades of Fuchsia #CE63BD
Tints of Fuchsia #CE63BD
RGB
CMYK
RGB Variations
Color information
#CE63BD (or 0xCE63BD) is known color: Fuchsia. HEX triplet: CE, 63 and BD. RGB value is (206,99,189). Sum of RGB (Red+Green+Blue) = 206+99+189=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63BD is #319C42. Grayscale: #8D8D8D. Windows color (decimal): -3251267 or 12411854. OLE color: 12411854.
HSL color Cylindrical-coordinate representation of color #CE63BD: hue angle of 309.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE63BD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 189 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.19 |
| HSL | 309.53º | 0.52% | 0.6% | - |
| HSV(B) | 309.53º | 0.52% | 0.81% | - |
| XYZ | 39.1 | 25.72 | 51.05 | - |
| YUV | 141.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 189 | 0 | 0.52 | 0.08 | 0.19 | 309.53 | 0.52 | 0.6 |
| Hex | CE | 63 | BD | 0 | 34 | 8 | 13 | 136 | 34 | 3C |
| Octal | 316 | 143 | 275 | 0 | 64 | 10 | 23 | 466 | 64 | 74 |
| Binary | 11001110 | 1100011 | 10111101 | 0 | 110100 | 1000 | 10011 | 100110110 | 110100 | 111100 |
Color Harmonies of #CE63BD
Complementary color
Monochromatic Colors of #CE63BD
Black with #CE63BD
Text Example
Text Example
White with #CE63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63BD; }
p { color: rgb(206,99,189); }
H1.HeaderClassName
{
color: #CE63BD;
}
.AnyTagClassName
{
color: #CE63BD;
}
</style>
background-color css
<style>
a { background-color: #CE63BD; }
a { background-color: rgb(206,99,189); }
div.DivClassName
{
background-color: #CE63BD;
}
.BgClassName
{
background-color: #CE63BD;
}
</style>
border-color css
<style>
span { border-color: #CE63BD; }
span { border-color: rgb(206,99,189); }
td.TdClassName
{
border-color: #CE63BD;
}
.TagClassName
{
border-color: #CE63BD;
}
</style>