Shades of Fuchsia #CE2BAF
Tints of Fuchsia #CE2BAF
RGB
CMYK
RGB Variations
Color information
#CE2BAF (or 0xCE2BAF) is known color: Fuchsia. HEX triplet: CE, 2B and AF. RGB value is (206,43,175). Sum of RGB (Red+Green+Blue) = 206+43+175=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2BAF is #31D450. Grayscale: #6A6A6A. Windows color (decimal): -3265617 or 11480014. OLE color: 11480014.
HSL color Cylindrical-coordinate representation of color #CE2BAF: hue angle of 311.41º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2BAF is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 175 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.19 |
| HSL | 311.41º | 0.65% | 0.49% | - |
| HSV(B) | 311.41º | 0.79% | 0.81% | - |
| XYZ | 34.06 | 17.94 | 42.23 | - |
| YUV | 106.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 175 | 0 | 0.79 | 0.15 | 0.19 | 311.41 | 0.65 | 0.49 |
| Hex | CE | 2B | AF | 0 | 4F | F | 13 | 137 | 41 | 31 |
| Octal | 316 | 53 | 257 | 0 | 117 | 17 | 23 | 467 | 101 | 61 |
| Binary | 11001110 | 101011 | 10101111 | 0 | 1001111 | 1111 | 10011 | 100110111 | 1000001 | 110001 |
Color Harmonies of #CE2BAF
Complementary color
Monochromatic Colors of #CE2BAF
Black with #CE2BAF
Text Example
Text Example
White with #CE2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2BAF; }
p { color: rgb(206,43,175); }
H1.HeaderClassName
{
color: #CE2BAF;
}
.AnyTagClassName
{
color: #CE2BAF;
}
</style>
background-color css
<style>
a { background-color: #CE2BAF; }
a { background-color: rgb(206,43,175); }
div.DivClassName
{
background-color: #CE2BAF;
}
.BgClassName
{
background-color: #CE2BAF;
}
</style>
border-color css
<style>
span { border-color: #CE2BAF; }
span { border-color: rgb(206,43,175); }
td.TdClassName
{
border-color: #CE2BAF;
}
.TagClassName
{
border-color: #CE2BAF;
}
</style>