Shades of Fuchsia #CE4BC7
Tints of Fuchsia #CE4BC7
RGB
CMYK
RGB Variations
Color information
#CE4BC7 (or 0xCE4BC7) is known color: Fuchsia. HEX triplet: CE, 4B and C7. RGB value is (206,75,199). Sum of RGB (Red+Green+Blue) = 206+75+199=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BC7 is #31B438. Grayscale: #7F7F7F. Windows color (decimal): -3257401 or 13061070. OLE color: 13061070.
HSL color Cylindrical-coordinate representation of color #CE4BC7: hue angle of 303.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4BC7 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 199 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.19 |
| HSL | 303.21º | 0.57% | 0.55% | - |
| HSV(B) | 303.21º | 0.64% | 0.81% | - |
| XYZ | 38.28 | 22.28 | 56.32 | - |
| YUV | 128.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 199 | 0 | 0.64 | 0.03 | 0.19 | 303.21 | 0.57 | 0.55 |
| Hex | CE | 4B | C7 | 0 | 40 | 3 | 13 | 12F | 39 | 37 |
| Octal | 316 | 113 | 307 | 0 | 100 | 3 | 23 | 457 | 71 | 67 |
| Binary | 11001110 | 1001011 | 11000111 | 0 | 1000000 | 11 | 10011 | 100101111 | 111001 | 110111 |
Color Harmonies of #CE4BC7
Complementary color
Monochromatic Colors of #CE4BC7
Black with #CE4BC7
Text Example
Text Example
White with #CE4BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BC7; }
p { color: rgb(206,75,199); }
H1.HeaderClassName
{
color: #CE4BC7;
}
.AnyTagClassName
{
color: #CE4BC7;
}
</style>
background-color css
<style>
a { background-color: #CE4BC7; }
a { background-color: rgb(206,75,199); }
div.DivClassName
{
background-color: #CE4BC7;
}
.BgClassName
{
background-color: #CE4BC7;
}
</style>
border-color css
<style>
span { border-color: #CE4BC7; }
span { border-color: rgb(206,75,199); }
td.TdClassName
{
border-color: #CE4BC7;
}
.TagClassName
{
border-color: #CE4BC7;
}
</style>