Shades of Fuchsia #C468B7
Tints of Fuchsia #C468B7
RGB
CMYK
RGB Variations
Color information
#C468B7 (or 0xC468B7) is known color: Fuchsia. HEX triplet: C4, 68 and B7. RGB value is (196,104,183). Sum of RGB (Red+Green+Blue) = 196+104+183=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468B7 is #3B9748. Grayscale: #8C8C8C. Windows color (decimal): -3905353 or 12019908. OLE color: 12019908.
HSL color Cylindrical-coordinate representation of color #C468B7: hue angle of 308.48º 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 #C468B7 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 183 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.23 |
| HSL | 308.48º | 0.44% | 0.59% | - |
| HSV(B) | 308.48º | 0.47% | 0.77% | - |
| XYZ | 36.26 | 25.06 | 47.72 | - |
| YUV | 140.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 183 | 0 | 0.47 | 0.07 | 0.23 | 308.48 | 0.44 | 0.59 |
| Hex | C4 | 68 | B7 | 0 | 2F | 7 | 17 | 134 | 2C | 3B |
| Octal | 304 | 150 | 267 | 0 | 57 | 7 | 27 | 464 | 54 | 73 |
| Binary | 11000100 | 1101000 | 10110111 | 0 | 101111 | 111 | 10111 | 100110100 | 101100 | 111011 |
Color Harmonies of #C468B7
Complementary color
Monochromatic Colors of #C468B7
Black with #C468B7
Text Example
Text Example
White with #C468B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468B7; }
p { color: rgb(196,104,183); }
H1.HeaderClassName
{
color: #C468B7;
}
.AnyTagClassName
{
color: #C468B7;
}
</style>
background-color css
<style>
a { background-color: #C468B7; }
a { background-color: rgb(196,104,183); }
div.DivClassName
{
background-color: #C468B7;
}
.BgClassName
{
background-color: #C468B7;
}
</style>
border-color css
<style>
span { border-color: #C468B7; }
span { border-color: rgb(196,104,183); }
td.TdClassName
{
border-color: #C468B7;
}
.TagClassName
{
border-color: #C468B7;
}
</style>