Shades of Fuchsia #CE34C5
Tints of Fuchsia #CE34C5
RGB
CMYK
RGB Variations
Color information
#CE34C5 (or 0xCE34C5) is known color: Fuchsia. HEX triplet: CE, 34 and C5. RGB value is (206,52,197). Sum of RGB (Red+Green+Blue) = 206+52+197=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34C5 is #31CB3A. Grayscale: #727272. Windows color (decimal): -3263291 or 12924110. OLE color: 12924110.
HSL color Cylindrical-coordinate representation of color #CE34C5: hue angle of 303.51º 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 #CE34C5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 197 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.19 |
| HSL | 303.51º | 0.61% | 0.51% | - |
| HSV(B) | 303.51º | 0.75% | 0.81% | - |
| XYZ | 36.76 | 19.61 | 54.67 | - |
| YUV | 114.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 197 | 0 | 0.75 | 0.04 | 0.19 | 303.51 | 0.61 | 0.51 |
| Hex | CE | 34 | C5 | 0 | 4B | 4 | 13 | 130 | 3D | 33 |
| Octal | 316 | 64 | 305 | 0 | 113 | 4 | 23 | 460 | 75 | 63 |
| Binary | 11001110 | 110100 | 11000101 | 0 | 1001011 | 100 | 10011 | 100110000 | 111101 | 110011 |
Color Harmonies of #CE34C5
Complementary color
Monochromatic Colors of #CE34C5
Black with #CE34C5
Text Example
Text Example
White with #CE34C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34C5; }
p { color: rgb(206,52,197); }
H1.HeaderClassName
{
color: #CE34C5;
}
.AnyTagClassName
{
color: #CE34C5;
}
</style>
background-color css
<style>
a { background-color: #CE34C5; }
a { background-color: rgb(206,52,197); }
div.DivClassName
{
background-color: #CE34C5;
}
.BgClassName
{
background-color: #CE34C5;
}
</style>
border-color css
<style>
span { border-color: #CE34C5; }
span { border-color: rgb(206,52,197); }
td.TdClassName
{
border-color: #CE34C5;
}
.TagClassName
{
border-color: #CE34C5;
}
</style>