Shades of Fuchsia #CE34AF
Tints of Fuchsia #CE34AF
RGB
CMYK
RGB Variations
Color information
#CE34AF (or 0xCE34AF) is known color: Fuchsia. HEX triplet: CE, 34 and AF. RGB value is (206,52,175). Sum of RGB (Red+Green+Blue) = 206+52+175=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE34AF is #31CB50. Grayscale: #6F6F6F. Windows color (decimal): -3263313 or 11482318. OLE color: 11482318.
HSL color Cylindrical-coordinate representation of color #CE34AF: hue angle of 312.08º 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 #CE34AF is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 175 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.19 |
| HSL | 312.08º | 0.61% | 0.51% | - |
| HSV(B) | 312.08º | 0.75% | 0.81% | - |
| XYZ | 34.42 | 18.67 | 42.35 | - |
| YUV | 112.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 175 | 0 | 0.75 | 0.15 | 0.19 | 312.08 | 0.61 | 0.51 |
| Hex | CE | 34 | AF | 0 | 4B | F | 13 | 138 | 3D | 33 |
| Octal | 316 | 64 | 257 | 0 | 113 | 17 | 23 | 470 | 75 | 63 |
| Binary | 11001110 | 110100 | 10101111 | 0 | 1001011 | 1111 | 10011 | 100111000 | 111101 | 110011 |
Color Harmonies of #CE34AF
Complementary color
Monochromatic Colors of #CE34AF
Black with #CE34AF
Text Example
Text Example
White with #CE34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34AF; }
p { color: rgb(206,52,175); }
H1.HeaderClassName
{
color: #CE34AF;
}
.AnyTagClassName
{
color: #CE34AF;
}
</style>
background-color css
<style>
a { background-color: #CE34AF; }
a { background-color: rgb(206,52,175); }
div.DivClassName
{
background-color: #CE34AF;
}
.BgClassName
{
background-color: #CE34AF;
}
</style>
border-color css
<style>
span { border-color: #CE34AF; }
span { border-color: rgb(206,52,175); }
td.TdClassName
{
border-color: #CE34AF;
}
.TagClassName
{
border-color: #CE34AF;
}
</style>