Shades of Fuchsia #C268BC
Tints of Fuchsia #C268BC
RGB
CMYK
RGB Variations
Color information
#C268BC (or 0xC268BC) is known color: Fuchsia. HEX triplet: C2, 68 and BC. RGB value is (194,104,188). Sum of RGB (Red+Green+Blue) = 194+104+188=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C268BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268BC is #3D9743. Grayscale: #8C8C8C. Windows color (decimal): -4036420 or 12347586. OLE color: 12347586.
HSL color Cylindrical-coordinate representation of color #C268BC: hue angle of 304º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C268BC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 188 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.24 |
| HSL | 304º | 0.42% | 0.58% | - |
| HSV(B) | 304º | 0.46% | 0.76% | - |
| XYZ | 36.28 | 25 | 50.49 | - |
| YUV | 140.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 188 | 0 | 0.46 | 0.03 | 0.24 | 304 | 0.42 | 0.58 |
| Hex | C2 | 68 | BC | 0 | 2E | 3 | 18 | 130 | 2A | 3A |
| Octal | 302 | 150 | 274 | 0 | 56 | 3 | 30 | 460 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10111100 | 0 | 101110 | 11 | 11000 | 100110000 | 101010 | 111010 |
Color Harmonies of #C268BC
Complementary color
Monochromatic Colors of #C268BC
Black with #C268BC
Text Example
Text Example
White with #C268BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268BC; }
p { color: rgb(194,104,188); }
H1.HeaderClassName
{
color: #C268BC;
}
.AnyTagClassName
{
color: #C268BC;
}
</style>
background-color css
<style>
a { background-color: #C268BC; }
a { background-color: rgb(194,104,188); }
div.DivClassName
{
background-color: #C268BC;
}
.BgClassName
{
background-color: #C268BC;
}
</style>
border-color css
<style>
span { border-color: #C268BC; }
span { border-color: rgb(194,104,188); }
td.TdClassName
{
border-color: #C268BC;
}
.TagClassName
{
border-color: #C268BC;
}
</style>