Shades of Fuchsia #CE4CAF
Tints of Fuchsia #CE4CAF
RGB
CMYK
RGB Variations
Color information
#CE4CAF (or 0xCE4CAF) is known color: Fuchsia. HEX triplet: CE, 4C and AF. RGB value is (206,76,175). Sum of RGB (Red+Green+Blue) = 206+76+175=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4CAF is #31B350. Grayscale: #7D7D7D. Windows color (decimal): -3257169 or 11488462. OLE color: 11488462.
HSL color Cylindrical-coordinate representation of color #CE4CAF: hue angle of 314.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CAF is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 175 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.19 |
| HSL | 314.31º | 0.57% | 0.55% | - |
| HSV(B) | 314.31º | 0.63% | 0.81% | - |
| XYZ | 35.78 | 21.39 | 42.8 | - |
| YUV | 126.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 175 | 0 | 0.63 | 0.15 | 0.19 | 314.31 | 0.57 | 0.55 |
| Hex | CE | 4C | AF | 0 | 3F | F | 13 | 13A | 39 | 37 |
| Octal | 316 | 114 | 257 | 0 | 77 | 17 | 23 | 472 | 71 | 67 |
| Binary | 11001110 | 1001100 | 10101111 | 0 | 111111 | 1111 | 10011 | 100111010 | 111001 | 110111 |
Color Harmonies of #CE4CAF
Complementary color
Monochromatic Colors of #CE4CAF
Black with #CE4CAF
Text Example
Text Example
White with #CE4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CAF; }
p { color: rgb(206,76,175); }
H1.HeaderClassName
{
color: #CE4CAF;
}
.AnyTagClassName
{
color: #CE4CAF;
}
</style>
background-color css
<style>
a { background-color: #CE4CAF; }
a { background-color: rgb(206,76,175); }
div.DivClassName
{
background-color: #CE4CAF;
}
.BgClassName
{
background-color: #CE4CAF;
}
</style>
border-color css
<style>
span { border-color: #CE4CAF; }
span { border-color: rgb(206,76,175); }
td.TdClassName
{
border-color: #CE4CAF;
}
.TagClassName
{
border-color: #CE4CAF;
}
</style>