Shades of Fuchsia #CE69B4
Tints of Fuchsia #CE69B4
RGB
CMYK
RGB Variations
Color information
#CE69B4 (or 0xCE69B4) is known color: Fuchsia. HEX triplet: CE, 69 and B4. RGB value is (206,105,180). Sum of RGB (Red+Green+Blue) = 206+105+180=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69B4 is #31964B. Grayscale: #8F8F8F. Windows color (decimal): -3249740 or 11823566. OLE color: 11823566.
HSL color Cylindrical-coordinate representation of color #CE69B4: hue angle of 315.45º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69B4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 180 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.19 |
| HSL | 315.45º | 0.51% | 0.61% | - |
| HSV(B) | 315.45º | 0.49% | 0.81% | - |
| XYZ | 38.74 | 26.52 | 46.26 | - |
| YUV | 143.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 180 | 0 | 0.49 | 0.13 | 0.19 | 315.45 | 0.51 | 0.61 |
| Hex | CE | 69 | B4 | 0 | 31 | D | 13 | 13B | 33 | 3D |
| Octal | 316 | 151 | 264 | 0 | 61 | 15 | 23 | 473 | 63 | 75 |
| Binary | 11001110 | 1101001 | 10110100 | 0 | 110001 | 1101 | 10011 | 100111011 | 110011 | 111101 |
Color Harmonies of #CE69B4
Complementary color
Monochromatic Colors of #CE69B4
Black with #CE69B4
Text Example
Text Example
White with #CE69B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69B4; }
p { color: rgb(206,105,180); }
H1.HeaderClassName
{
color: #CE69B4;
}
.AnyTagClassName
{
color: #CE69B4;
}
</style>
background-color css
<style>
a { background-color: #CE69B4; }
a { background-color: rgb(206,105,180); }
div.DivClassName
{
background-color: #CE69B4;
}
.BgClassName
{
background-color: #CE69B4;
}
</style>
border-color css
<style>
span { border-color: #CE69B4; }
span { border-color: rgb(206,105,180); }
td.TdClassName
{
border-color: #CE69B4;
}
.TagClassName
{
border-color: #CE69B4;
}
</style>