Shades of Fuchsia #CE34B1
Tints of Fuchsia #CE34B1
RGB
CMYK
RGB Variations
Color information
#CE34B1 (or 0xCE34B1) is known color: Fuchsia. HEX triplet: CE, 34 and B1. RGB value is (206,52,177). Sum of RGB (Red+Green+Blue) = 206+52+177=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE34B1 is #31CB4E. Grayscale: #6F6F6F. Windows color (decimal): -3263311 or 11613390. OLE color: 11613390.
HSL color Cylindrical-coordinate representation of color #CE34B1: hue angle of 311.3º 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 #CE34B1 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 177 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.19 |
| HSL | 311.3º | 0.61% | 0.51% | - |
| HSV(B) | 311.3º | 0.75% | 0.81% | - |
| XYZ | 34.62 | 18.75 | 43.39 | - |
| YUV | 112.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 177 | 0 | 0.75 | 0.14 | 0.19 | 311.3 | 0.61 | 0.51 |
| Hex | CE | 34 | B1 | 0 | 4B | E | 13 | 137 | 3D | 33 |
| Octal | 316 | 64 | 261 | 0 | 113 | 16 | 23 | 467 | 75 | 63 |
| Binary | 11001110 | 110100 | 10110001 | 0 | 1001011 | 1110 | 10011 | 100110111 | 111101 | 110011 |
Color Harmonies of #CE34B1
Complementary color
Monochromatic Colors of #CE34B1
Black with #CE34B1
Text Example
Text Example
White with #CE34B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34B1; }
p { color: rgb(206,52,177); }
H1.HeaderClassName
{
color: #CE34B1;
}
.AnyTagClassName
{
color: #CE34B1;
}
</style>
background-color css
<style>
a { background-color: #CE34B1; }
a { background-color: rgb(206,52,177); }
div.DivClassName
{
background-color: #CE34B1;
}
.BgClassName
{
background-color: #CE34B1;
}
</style>
border-color css
<style>
span { border-color: #CE34B1; }
span { border-color: rgb(206,52,177); }
td.TdClassName
{
border-color: #CE34B1;
}
.TagClassName
{
border-color: #CE34B1;
}
</style>