Shades of Fuchsia #CE67BF
Tints of Fuchsia #CE67BF
RGB
CMYK
RGB Variations
Color information
#CE67BF (or 0xCE67BF) is known color: Fuchsia. HEX triplet: CE, 67 and BF. RGB value is (206,103,191). Sum of RGB (Red+Green+Blue) = 206+103+191=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67BF is #319840. Grayscale: #8F8F8F. Windows color (decimal): -3250241 or 12543950. OLE color: 12543950.
HSL color Cylindrical-coordinate representation of color #CE67BF: hue angle of 308.74º 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 #CE67BF is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 191 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.19 |
| HSL | 308.74º | 0.51% | 0.61% | - |
| HSV(B) | 308.74º | 0.5% | 0.81% | - |
| XYZ | 39.71 | 26.58 | 52.33 | - |
| YUV | 143.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 191 | 0 | 0.50 | 0.07 | 0.19 | 308.74 | 0.51 | 0.61 |
| Hex | CE | 67 | BF | 0 | 32 | 7 | 13 | 135 | 33 | 3D |
| Octal | 316 | 147 | 277 | 0 | 62 | 7 | 23 | 465 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10111111 | 0 | 110010 | 111 | 10011 | 100110101 | 110011 | 111101 |
Color Harmonies of #CE67BF
Complementary color
Monochromatic Colors of #CE67BF
Black with #CE67BF
Text Example
Text Example
White with #CE67BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67BF; }
p { color: rgb(206,103,191); }
H1.HeaderClassName
{
color: #CE67BF;
}
.AnyTagClassName
{
color: #CE67BF;
}
</style>
background-color css
<style>
a { background-color: #CE67BF; }
a { background-color: rgb(206,103,191); }
div.DivClassName
{
background-color: #CE67BF;
}
.BgClassName
{
background-color: #CE67BF;
}
</style>
border-color css
<style>
span { border-color: #CE67BF; }
span { border-color: rgb(206,103,191); }
td.TdClassName
{
border-color: #CE67BF;
}
.TagClassName
{
border-color: #CE67BF;
}
</style>