Shades of Fuchsia #C268BE
Tints of Fuchsia #C268BE
RGB
CMYK
RGB Variations
Color information
#C268BE (or 0xC268BE) is known color: Fuchsia. HEX triplet: C2, 68 and BE. RGB value is (194,104,190). Sum of RGB (Red+Green+Blue) = 194+104+190=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C268BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268BE is #3D9741. Grayscale: #8C8C8C. Windows color (decimal): -4036418 or 12478658. OLE color: 12478658.
HSL color Cylindrical-coordinate representation of color #C268BE: hue angle of 302.67º 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 #C268BE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 190 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.24 |
| HSL | 302.67º | 0.42% | 0.58% | - |
| HSV(B) | 302.67º | 0.46% | 0.76% | - |
| XYZ | 36.49 | 25.09 | 51.63 | - |
| YUV | 140.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 190 | 0 | 0.46 | 0.02 | 0.24 | 302.67 | 0.42 | 0.58 |
| Hex | C2 | 68 | BE | 0 | 2E | 2 | 18 | 12F | 2A | 3A |
| Octal | 302 | 150 | 276 | 0 | 56 | 2 | 30 | 457 | 52 | 72 |
| Binary | 11000010 | 1101000 | 10111110 | 0 | 101110 | 10 | 11000 | 100101111 | 101010 | 111010 |
Color Harmonies of #C268BE
Complementary color
Monochromatic Colors of #C268BE
Black with #C268BE
Text Example
Text Example
White with #C268BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268BE; }
p { color: rgb(194,104,190); }
H1.HeaderClassName
{
color: #C268BE;
}
.AnyTagClassName
{
color: #C268BE;
}
</style>
background-color css
<style>
a { background-color: #C268BE; }
a { background-color: rgb(194,104,190); }
div.DivClassName
{
background-color: #C268BE;
}
.BgClassName
{
background-color: #C268BE;
}
</style>
border-color css
<style>
span { border-color: #C268BE; }
span { border-color: rgb(194,104,190); }
td.TdClassName
{
border-color: #C268BE;
}
.TagClassName
{
border-color: #C268BE;
}
</style>