Shades of Fuchsia #CE34B0
Tints of Fuchsia #CE34B0
RGB
CMYK
RGB Variations
Color information
#CE34B0 (or 0xCE34B0) is known color: Fuchsia. HEX triplet: CE, 34 and B0. RGB value is (206,52,176). Sum of RGB (Red+Green+Blue) = 206+52+176=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE34B0 is #31CB4F. Grayscale: #6F6F6F. Windows color (decimal): -3263312 or 11547854. OLE color: 11547854.
HSL color Cylindrical-coordinate representation of color #CE34B0: hue angle of 311.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE34B0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 176 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.19 |
| HSL | 311.69º | 0.61% | 0.51% | - |
| HSV(B) | 311.69º | 0.75% | 0.81% | - |
| XYZ | 34.52 | 18.71 | 42.87 | - |
| YUV | 112.18 | 164.02 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 176 | 0 | 0.75 | 0.15 | 0.19 | 311.69 | 0.61 | 0.51 |
| Hex | CE | 34 | B0 | 0 | 4B | F | 13 | 138 | 3D | 33 |
| Octal | 316 | 64 | 260 | 0 | 113 | 17 | 23 | 470 | 75 | 63 |
| Binary | 11001110 | 110100 | 10110000 | 0 | 1001011 | 1111 | 10011 | 100111000 | 111101 | 110011 |
Color Harmonies of #CE34B0
Complementary color
Monochromatic Colors of #CE34B0
Black with #CE34B0
Text Example
Text Example
White with #CE34B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34B0; }
p { color: rgb(206,52,176); }
H1.HeaderClassName
{
color: #CE34B0;
}
.AnyTagClassName
{
color: #CE34B0;
}
</style>
background-color css
<style>
a { background-color: #CE34B0; }
a { background-color: rgb(206,52,176); }
div.DivClassName
{
background-color: #CE34B0;
}
.BgClassName
{
background-color: #CE34B0;
}
</style>
border-color css
<style>
span { border-color: #CE34B0; }
span { border-color: rgb(206,52,176); }
td.TdClassName
{
border-color: #CE34B0;
}
.TagClassName
{
border-color: #CE34B0;
}
</style>