Shades of Fuchsia #CE4FB5
Tints of Fuchsia #CE4FB5
RGB
CMYK
RGB Variations
Color information
#CE4FB5 (or 0xCE4FB5) is known color: Fuchsia. HEX triplet: CE, 4F and B5. RGB value is (206,79,181). Sum of RGB (Red+Green+Blue) = 206+79+181=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FB5 is #31B04A. Grayscale: #808080. Windows color (decimal): -3256395 or 11882446. OLE color: 11882446.
HSL color Cylindrical-coordinate representation of color #CE4FB5: hue angle of 311.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FB5 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 181 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.19 |
| HSL | 311.81º | 0.56% | 0.56% | - |
| HSV(B) | 311.81º | 0.62% | 0.81% | - |
| XYZ | 36.59 | 22.05 | 46.04 | - |
| YUV | 128.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 181 | 0 | 0.62 | 0.12 | 0.19 | 311.81 | 0.56 | 0.56 |
| Hex | CE | 4F | B5 | 0 | 3E | C | 13 | 138 | 38 | 38 |
| Octal | 316 | 117 | 265 | 0 | 76 | 14 | 23 | 470 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10110101 | 0 | 111110 | 1100 | 10011 | 100111000 | 111000 | 111000 |
Color Harmonies of #CE4FB5
Complementary color
Monochromatic Colors of #CE4FB5
Black with #CE4FB5
Text Example
Text Example
White with #CE4FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FB5; }
p { color: rgb(206,79,181); }
H1.HeaderClassName
{
color: #CE4FB5;
}
.AnyTagClassName
{
color: #CE4FB5;
}
</style>
background-color css
<style>
a { background-color: #CE4FB5; }
a { background-color: rgb(206,79,181); }
div.DivClassName
{
background-color: #CE4FB5;
}
.BgClassName
{
background-color: #CE4FB5;
}
</style>
border-color css
<style>
span { border-color: #CE4FB5; }
span { border-color: rgb(206,79,181); }
td.TdClassName
{
border-color: #CE4FB5;
}
.TagClassName
{
border-color: #CE4FB5;
}
</style>