Shades of Fuchsia #CE67BA
Tints of Fuchsia #CE67BA
RGB
CMYK
RGB Variations
Color information
#CE67BA (or 0xCE67BA) is known color: Fuchsia. HEX triplet: CE, 67 and BA. RGB value is (206,103,186). Sum of RGB (Red+Green+Blue) = 206+103+186=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67BA is #319845. Grayscale: #8F8F8F. Windows color (decimal): -3250246 or 12216270. OLE color: 12216270.
HSL color Cylindrical-coordinate representation of color #CE67BA: hue angle of 311.65º 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 #CE67BA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 186 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.19 |
| HSL | 311.65º | 0.51% | 0.61% | - |
| HSV(B) | 311.65º | 0.5% | 0.81% | - |
| XYZ | 39.17 | 26.37 | 49.48 | - |
| YUV | 143.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 186 | 0 | 0.50 | 0.10 | 0.19 | 311.65 | 0.51 | 0.61 |
| Hex | CE | 67 | BA | 0 | 32 | A | 13 | 138 | 33 | 3D |
| Octal | 316 | 147 | 272 | 0 | 62 | 12 | 23 | 470 | 63 | 75 |
| Binary | 11001110 | 1100111 | 10111010 | 0 | 110010 | 1010 | 10011 | 100111000 | 110011 | 111101 |
Color Harmonies of #CE67BA
Complementary color
Monochromatic Colors of #CE67BA
Black with #CE67BA
Text Example
Text Example
White with #CE67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67BA; }
p { color: rgb(206,103,186); }
H1.HeaderClassName
{
color: #CE67BA;
}
.AnyTagClassName
{
color: #CE67BA;
}
</style>
background-color css
<style>
a { background-color: #CE67BA; }
a { background-color: rgb(206,103,186); }
div.DivClassName
{
background-color: #CE67BA;
}
.BgClassName
{
background-color: #CE67BA;
}
</style>
border-color css
<style>
span { border-color: #CE67BA; }
span { border-color: rgb(206,103,186); }
td.TdClassName
{
border-color: #CE67BA;
}
.TagClassName
{
border-color: #CE67BA;
}
</style>