Shades of Fuchsia #CE67B0
Tints of Fuchsia #CE67B0
RGB
CMYK
RGB Variations
Color information
#CE67B0 (or 0xCE67B0) is known color: Fuchsia. HEX triplet: CE, 67 and B0. RGB value is (206,103,176). Sum of RGB (Red+Green+Blue) = 206+103+176=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE67B0 is #31984F. Grayscale: #8D8D8D. Windows color (decimal): -3250256 or 11560910. OLE color: 11560910.
HSL color Cylindrical-coordinate representation of color #CE67B0: hue angle of 317.48º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67B0 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 176 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.19 |
| HSL | 317.48º | 0.51% | 0.61% | - |
| HSV(B) | 317.48º | 0.5% | 0.81% | - |
| XYZ | 38.14 | 25.96 | 44.07 | - |
| YUV | 142.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 176 | 0 | 0.50 | 0.15 | 0.19 | 317.48 | 0.51 | 0.61 |
| Hex | CE | 67 | B0 | 0 | 32 | F | 13 | 13D | 33 | 3D |
| Octal | 316 | 147 | 260 | 0 | 62 | 17 | 23 | 475 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10110000 | 0 | 110010 | 1111 | 10011 | 100111101 | 110011 | 111101 |
Color Harmonies of #CE67B0
Complementary color
Monochromatic Colors of #CE67B0
Black with #CE67B0
Text Example
Text Example
White with #CE67B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67B0; }
p { color: rgb(206,103,176); }
H1.HeaderClassName
{
color: #CE67B0;
}
.AnyTagClassName
{
color: #CE67B0;
}
</style>
background-color css
<style>
a { background-color: #CE67B0; }
a { background-color: rgb(206,103,176); }
div.DivClassName
{
background-color: #CE67B0;
}
.BgClassName
{
background-color: #CE67B0;
}
</style>
border-color css
<style>
span { border-color: #CE67B0; }
span { border-color: rgb(206,103,176); }
td.TdClassName
{
border-color: #CE67B0;
}
.TagClassName
{
border-color: #CE67B0;
}
</style>