Shades of Fuchsia #CE70B3
Tints of Fuchsia #CE70B3
RGB
CMYK
RGB Variations
Color information
#CE70B3 (or 0xCE70B3) is known color: Fuchsia. HEX triplet: CE, 70 and B3. RGB value is (206,112,179). Sum of RGB (Red+Green+Blue) = 206+112+179=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70B3 is #318F4C. Grayscale: #939393. Windows color (decimal): -3247949 or 11759822. OLE color: 11759822.
HSL color Cylindrical-coordinate representation of color #CE70B3: hue angle of 317.23º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE70B3 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 179 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.19 |
| HSL | 317.23º | 0.49% | 0.62% | - |
| HSV(B) | 317.23º | 0.46% | 0.81% | - |
| XYZ | 39.38 | 27.96 | 45.97 | - |
| YUV | 147.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 179 | 0 | 0.46 | 0.13 | 0.19 | 317.23 | 0.49 | 0.62 |
| Hex | CE | 70 | B3 | 0 | 2E | D | 13 | 13D | 31 | 3E |
| Octal | 316 | 160 | 263 | 0 | 56 | 15 | 23 | 475 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10110011 | 0 | 101110 | 1101 | 10011 | 100111101 | 110001 | 111110 |
Color Harmonies of #CE70B3
Complementary color
Monochromatic Colors of #CE70B3
Black with #CE70B3
Text Example
Text Example
White with #CE70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70B3; }
p { color: rgb(206,112,179); }
H1.HeaderClassName
{
color: #CE70B3;
}
.AnyTagClassName
{
color: #CE70B3;
}
</style>
background-color css
<style>
a { background-color: #CE70B3; }
a { background-color: rgb(206,112,179); }
div.DivClassName
{
background-color: #CE70B3;
}
.BgClassName
{
background-color: #CE70B3;
}
</style>
border-color css
<style>
span { border-color: #CE70B3; }
span { border-color: rgb(206,112,179); }
td.TdClassName
{
border-color: #CE70B3;
}
.TagClassName
{
border-color: #CE70B3;
}
</style>