Shades of Fuchsia #CE63B6
Tints of Fuchsia #CE63B6
RGB
CMYK
RGB Variations
Color information
#CE63B6 (or 0xCE63B6) is known color: Fuchsia. HEX triplet: CE, 63 and B6. RGB value is (206,99,182). Sum of RGB (Red+Green+Blue) = 206+99+182=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63B6 is #319C49. Grayscale: #8C8C8C. Windows color (decimal): -3251274 or 11953102. OLE color: 11953102.
HSL color Cylindrical-coordinate representation of color #CE63B6: hue angle of 313.46º 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 #CE63B6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 182 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.19 |
| HSL | 313.46º | 0.52% | 0.6% | - |
| HSV(B) | 313.46º | 0.52% | 0.81% | - |
| XYZ | 38.36 | 25.42 | 47.14 | - |
| YUV | 140.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 182 | 0 | 0.52 | 0.12 | 0.19 | 313.46 | 0.52 | 0.6 |
| Hex | CE | 63 | B6 | 0 | 34 | C | 13 | 139 | 34 | 3C |
| Octal | 316 | 143 | 266 | 0 | 64 | 14 | 23 | 471 | 64 | 74 |
| Binary | 11001110 | 1100011 | 10110110 | 0 | 110100 | 1100 | 10011 | 100111001 | 110100 | 111100 |
Color Harmonies of #CE63B6
Complementary color
Monochromatic Colors of #CE63B6
Black with #CE63B6
Text Example
Text Example
White with #CE63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63B6; }
p { color: rgb(206,99,182); }
H1.HeaderClassName
{
color: #CE63B6;
}
.AnyTagClassName
{
color: #CE63B6;
}
</style>
background-color css
<style>
a { background-color: #CE63B6; }
a { background-color: rgb(206,99,182); }
div.DivClassName
{
background-color: #CE63B6;
}
.BgClassName
{
background-color: #CE63B6;
}
</style>
border-color css
<style>
span { border-color: #CE63B6; }
span { border-color: rgb(206,99,182); }
td.TdClassName
{
border-color: #CE63B6;
}
.TagClassName
{
border-color: #CE63B6;
}
</style>