Shades of Fuchsia #C468BB
Tints of Fuchsia #C468BB
RGB
CMYK
RGB Variations
Color information
#C468BB (or 0xC468BB) is known color: Fuchsia. HEX triplet: C4, 68 and BB. RGB value is (196,104,187). Sum of RGB (Red+Green+Blue) = 196+104+187=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C468BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468BB is #3B9744. Grayscale: #8C8C8C. Windows color (decimal): -3905349 or 12282052. OLE color: 12282052.
HSL color Cylindrical-coordinate representation of color #C468BB: hue angle of 305.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C468BB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 187 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.23 |
| HSL | 305.87º | 0.44% | 0.59% | - |
| HSV(B) | 305.87º | 0.47% | 0.77% | - |
| XYZ | 36.68 | 25.22 | 49.95 | - |
| YUV | 140.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 187 | 0 | 0.47 | 0.05 | 0.23 | 305.87 | 0.44 | 0.59 |
| Hex | C4 | 68 | BB | 0 | 2F | 5 | 17 | 132 | 2C | 3B |
| Octal | 304 | 150 | 273 | 0 | 57 | 5 | 27 | 462 | 54 | 73 |
| Binary | 11000100 | 1101000 | 10111011 | 0 | 101111 | 101 | 10111 | 100110010 | 101100 | 111011 |
Color Harmonies of #C468BB
Complementary color
Monochromatic Colors of #C468BB
Black with #C468BB
Text Example
Text Example
White with #C468BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468BB; }
p { color: rgb(196,104,187); }
H1.HeaderClassName
{
color: #C468BB;
}
.AnyTagClassName
{
color: #C468BB;
}
</style>
background-color css
<style>
a { background-color: #C468BB; }
a { background-color: rgb(196,104,187); }
div.DivClassName
{
background-color: #C468BB;
}
.BgClassName
{
background-color: #C468BB;
}
</style>
border-color css
<style>
span { border-color: #C468BB; }
span { border-color: rgb(196,104,187); }
td.TdClassName
{
border-color: #C468BB;
}
.TagClassName
{
border-color: #C468BB;
}
</style>