Shades of Fuchsia #CE30AF
Tints of Fuchsia #CE30AF
RGB
CMYK
RGB Variations
Color information
#CE30AF (or 0xCE30AF) is known color: Fuchsia. HEX triplet: CE, 30 and AF. RGB value is (206,48,175). Sum of RGB (Red+Green+Blue) = 206+48+175=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE30AF is #31CF50. Grayscale: #6D6D6D. Windows color (decimal): -3264337 or 11481294. OLE color: 11481294.
HSL color Cylindrical-coordinate representation of color #CE30AF: hue angle of 311.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE30AF is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 175 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.19 |
| HSL | 311.77º | 0.62% | 0.5% | - |
| HSV(B) | 311.77º | 0.77% | 0.81% | - |
| XYZ | 34.25 | 18.33 | 42.29 | - |
| YUV | 109.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 175 | 0 | 0.77 | 0.15 | 0.19 | 311.77 | 0.62 | 0.5 |
| Hex | CE | 30 | AF | 0 | 4D | F | 13 | 138 | 3E | 32 |
| Octal | 316 | 60 | 257 | 0 | 115 | 17 | 23 | 470 | 76 | 62 |
| Binary | 11001110 | 110000 | 10101111 | 0 | 1001101 | 1111 | 10011 | 100111000 | 111110 | 110010 |
Color Harmonies of #CE30AF
Complementary color
Monochromatic Colors of #CE30AF
Black with #CE30AF
Text Example
Text Example
White with #CE30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30AF; }
p { color: rgb(206,48,175); }
H1.HeaderClassName
{
color: #CE30AF;
}
.AnyTagClassName
{
color: #CE30AF;
}
</style>
background-color css
<style>
a { background-color: #CE30AF; }
a { background-color: rgb(206,48,175); }
div.DivClassName
{
background-color: #CE30AF;
}
.BgClassName
{
background-color: #CE30AF;
}
</style>
border-color css
<style>
span { border-color: #CE30AF; }
span { border-color: rgb(206,48,175); }
td.TdClassName
{
border-color: #CE30AF;
}
.TagClassName
{
border-color: #CE30AF;
}
</style>