Shades of Fuchsia #CE67B2
Tints of Fuchsia #CE67B2
RGB
CMYK
RGB Variations
Color information
#CE67B2 (or 0xCE67B2) is known color: Fuchsia. HEX triplet: CE, 67 and B2. RGB value is (206,103,178). Sum of RGB (Red+Green+Blue) = 206+103+178=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE67B2 is #31984D. Grayscale: #8E8E8E. Windows color (decimal): -3250254 or 11691982. OLE color: 11691982.
HSL color Cylindrical-coordinate representation of color #CE67B2: hue angle of 316.31º 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 #CE67B2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 178 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.19 |
| HSL | 316.31º | 0.51% | 0.61% | - |
| HSV(B) | 316.31º | 0.5% | 0.81% | - |
| XYZ | 38.34 | 26.04 | 45.12 | - |
| YUV | 142.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 178 | 0 | 0.50 | 0.14 | 0.19 | 316.31 | 0.51 | 0.61 |
| Hex | CE | 67 | B2 | 0 | 32 | E | 13 | 13C | 33 | 3D |
| Octal | 316 | 147 | 262 | 0 | 62 | 16 | 23 | 474 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10110010 | 0 | 110010 | 1110 | 10011 | 100111100 | 110011 | 111101 |
Color Harmonies of #CE67B2
Complementary color
Monochromatic Colors of #CE67B2
Black with #CE67B2
Text Example
Text Example
White with #CE67B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67B2; }
p { color: rgb(206,103,178); }
H1.HeaderClassName
{
color: #CE67B2;
}
.AnyTagClassName
{
color: #CE67B2;
}
</style>
background-color css
<style>
a { background-color: #CE67B2; }
a { background-color: rgb(206,103,178); }
div.DivClassName
{
background-color: #CE67B2;
}
.BgClassName
{
background-color: #CE67B2;
}
</style>
border-color css
<style>
span { border-color: #CE67B2; }
span { border-color: rgb(206,103,178); }
td.TdClassName
{
border-color: #CE67B2;
}
.TagClassName
{
border-color: #CE67B2;
}
</style>