Shades of Fuchsia #CE34B5
Tints of Fuchsia #CE34B5
RGB
CMYK
RGB Variations
Color information
#CE34B5 (or 0xCE34B5) is known color: Fuchsia. HEX triplet: CE, 34 and B5. RGB value is (206,52,181). Sum of RGB (Red+Green+Blue) = 206+52+181=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34B5 is #31CB4A. Grayscale: #707070. Windows color (decimal): -3263307 or 11875534. OLE color: 11875534.
HSL color Cylindrical-coordinate representation of color #CE34B5: hue angle of 309.74º 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 #CE34B5 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 181 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.19 |
| HSL | 309.74º | 0.61% | 0.51% | - |
| HSV(B) | 309.74º | 0.75% | 0.81% | - |
| XYZ | 35.02 | 18.91 | 45.52 | - |
| YUV | 112.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 181 | 0 | 0.75 | 0.12 | 0.19 | 309.74 | 0.61 | 0.51 |
| Hex | CE | 34 | B5 | 0 | 4B | C | 13 | 136 | 3D | 33 |
| Octal | 316 | 64 | 265 | 0 | 113 | 14 | 23 | 466 | 75 | 63 |
| Binary | 11001110 | 110100 | 10110101 | 0 | 1001011 | 1100 | 10011 | 100110110 | 111101 | 110011 |
Color Harmonies of #CE34B5
Complementary color
Monochromatic Colors of #CE34B5
Black with #CE34B5
Text Example
Text Example
White with #CE34B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34B5; }
p { color: rgb(206,52,181); }
H1.HeaderClassName
{
color: #CE34B5;
}
.AnyTagClassName
{
color: #CE34B5;
}
</style>
background-color css
<style>
a { background-color: #CE34B5; }
a { background-color: rgb(206,52,181); }
div.DivClassName
{
background-color: #CE34B5;
}
.BgClassName
{
background-color: #CE34B5;
}
</style>
border-color css
<style>
span { border-color: #CE34B5; }
span { border-color: rgb(206,52,181); }
td.TdClassName
{
border-color: #CE34B5;
}
.TagClassName
{
border-color: #CE34B5;
}
</style>