Shades of Fuchsia #CE34D5
Tints of Fuchsia #CE34D5
RGB
CMYK
RGB Variations
Color information
#CE34D5 (or 0xCE34D5) is known color: Fuchsia. HEX triplet: CE, 34 and D5. RGB value is (206,52,213). Sum of RGB (Red+Green+Blue) = 206+52+213=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE34D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34D5 is #31CB2A. Grayscale: #737373. Windows color (decimal): -3263275 or 13972686. OLE color: 13972686.
HSL color Cylindrical-coordinate representation of color #CE34D5: hue angle of 297.39º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE34D5 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 52 | 213 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.16 |
| HSL | 297.39º | 0.66% | 0.52% | - |
| HSV(B) | 297.39º | 0.76% | 0.84% | - |
| XYZ | 38.69 | 20.38 | 64.85 | - |
| YUV | 116.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 213 | 0.03 | 0.76 | 0 | 0.16 | 297.39 | 0.66 | 0.52 |
| Hex | CE | 34 | D5 | 3 | 4C | 0 | 10 | 129 | 42 | 34 |
| Octal | 316 | 64 | 325 | 3 | 114 | 0 | 20 | 451 | 102 | 64 |
| Binary | 11001110 | 110100 | 11010101 | 11 | 1001100 | 0 | 10000 | 100101001 | 1000010 | 110100 |
Color Harmonies of #CE34D5
Complementary color
Monochromatic Colors of #CE34D5
Black with #CE34D5
Text Example
Text Example
White with #CE34D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34D5; }
p { color: rgb(206,52,213); }
H1.HeaderClassName
{
color: #CE34D5;
}
.AnyTagClassName
{
color: #CE34D5;
}
</style>
background-color css
<style>
a { background-color: #CE34D5; }
a { background-color: rgb(206,52,213); }
div.DivClassName
{
background-color: #CE34D5;
}
.BgClassName
{
background-color: #CE34D5;
}
</style>
border-color css
<style>
span { border-color: #CE34D5; }
span { border-color: rgb(206,52,213); }
td.TdClassName
{
border-color: #CE34D5;
}
.TagClassName
{
border-color: #CE34D5;
}
</style>