Shades of Fuchsia #CE31AF
Tints of Fuchsia #CE31AF
RGB
CMYK
RGB Variations
Color information
#CE31AF (or 0xCE31AF) is known color: Fuchsia. HEX triplet: CE, 31 and AF. RGB value is (206,49,175). Sum of RGB (Red+Green+Blue) = 206+49+175=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE31AF is #31CE50. Grayscale: #6D6D6D. Windows color (decimal): -3264081 or 11481550. OLE color: 11481550.
HSL color Cylindrical-coordinate representation of color #CE31AF: hue angle of 311.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE31AF is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 175 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.19 |
| HSL | 311.85º | 0.62% | 0.5% | - |
| HSV(B) | 311.85º | 0.76% | 0.81% | - |
| XYZ | 34.29 | 18.41 | 42.3 | - |
| YUV | 110.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 175 | 0 | 0.76 | 0.15 | 0.19 | 311.85 | 0.62 | 0.5 |
| Hex | CE | 31 | AF | 0 | 4C | F | 13 | 138 | 3E | 32 |
| Octal | 316 | 61 | 257 | 0 | 114 | 17 | 23 | 470 | 76 | 62 |
| Binary | 11001110 | 110001 | 10101111 | 0 | 1001100 | 1111 | 10011 | 100111000 | 111110 | 110010 |
Color Harmonies of #CE31AF
Complementary color
Monochromatic Colors of #CE31AF
Black with #CE31AF
Text Example
Text Example
White with #CE31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31AF; }
p { color: rgb(206,49,175); }
H1.HeaderClassName
{
color: #CE31AF;
}
.AnyTagClassName
{
color: #CE31AF;
}
</style>
background-color css
<style>
a { background-color: #CE31AF; }
a { background-color: rgb(206,49,175); }
div.DivClassName
{
background-color: #CE31AF;
}
.BgClassName
{
background-color: #CE31AF;
}
</style>
border-color css
<style>
span { border-color: #CE31AF; }
span { border-color: rgb(206,49,175); }
td.TdClassName
{
border-color: #CE31AF;
}
.TagClassName
{
border-color: #CE31AF;
}
</style>