Shades of Fuchsia #CE67B9
Tints of Fuchsia #CE67B9
RGB
CMYK
RGB Variations
Color information
#CE67B9 (or 0xCE67B9) is known color: Fuchsia. HEX triplet: CE, 67 and B9. RGB value is (206,103,185). Sum of RGB (Red+Green+Blue) = 206+103+185=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67B9 is #319846. Grayscale: #8E8E8E. Windows color (decimal): -3250247 or 12150734. OLE color: 12150734.
HSL color Cylindrical-coordinate representation of color #CE67B9: hue angle of 312.23º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67B9 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 185 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.19 |
| HSL | 312.23º | 0.51% | 0.61% | - |
| HSV(B) | 312.23º | 0.5% | 0.81% | - |
| XYZ | 39.06 | 26.33 | 48.92 | - |
| YUV | 143.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 185 | 0 | 0.50 | 0.10 | 0.19 | 312.23 | 0.51 | 0.61 |
| Hex | CE | 67 | B9 | 0 | 32 | A | 13 | 138 | 33 | 3D |
| Octal | 316 | 147 | 271 | 0 | 62 | 12 | 23 | 470 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10111001 | 0 | 110010 | 1010 | 10011 | 100111000 | 110011 | 111101 |
Color Harmonies of #CE67B9
Complementary color
Monochromatic Colors of #CE67B9
Black with #CE67B9
Text Example
Text Example
White with #CE67B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67B9; }
p { color: rgb(206,103,185); }
H1.HeaderClassName
{
color: #CE67B9;
}
.AnyTagClassName
{
color: #CE67B9;
}
</style>
background-color css
<style>
a { background-color: #CE67B9; }
a { background-color: rgb(206,103,185); }
div.DivClassName
{
background-color: #CE67B9;
}
.BgClassName
{
background-color: #CE67B9;
}
</style>
border-color css
<style>
span { border-color: #CE67B9; }
span { border-color: rgb(206,103,185); }
td.TdClassName
{
border-color: #CE67B9;
}
.TagClassName
{
border-color: #CE67B9;
}
</style>