Shades of Fuchsia #C467BF
Tints of Fuchsia #C467BF
RGB
CMYK
RGB Variations
Color information
#C467BF (or 0xC467BF) is known color: Fuchsia. HEX triplet: C4, 67 and BF. RGB value is (196,103,191). Sum of RGB (Red+Green+Blue) = 196+103+191=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C467BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467BF is #3B9840. Grayscale: #8C8C8C. Windows color (decimal): -3905601 or 12543940. OLE color: 12543940.
HSL color Cylindrical-coordinate representation of color #C467BF: hue angle of 303.23º 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 #C467BF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 191 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.23 |
| HSL | 303.23º | 0.44% | 0.59% | - |
| HSV(B) | 303.23º | 0.47% | 0.77% | - |
| XYZ | 37.02 | 25.2 | 52.2 | - |
| YUV | 140.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 191 | 0 | 0.47 | 0.03 | 0.23 | 303.23 | 0.44 | 0.59 |
| Hex | C4 | 67 | BF | 0 | 2F | 3 | 17 | 12F | 2C | 3B |
| Octal | 304 | 147 | 277 | 0 | 57 | 3 | 27 | 457 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10111111 | 0 | 101111 | 11 | 10111 | 100101111 | 101100 | 111011 |
Color Harmonies of #C467BF
Complementary color
Monochromatic Colors of #C467BF
Black with #C467BF
Text Example
Text Example
White with #C467BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467BF; }
p { color: rgb(196,103,191); }
H1.HeaderClassName
{
color: #C467BF;
}
.AnyTagClassName
{
color: #C467BF;
}
</style>
background-color css
<style>
a { background-color: #C467BF; }
a { background-color: rgb(196,103,191); }
div.DivClassName
{
background-color: #C467BF;
}
.BgClassName
{
background-color: #C467BF;
}
</style>
border-color css
<style>
span { border-color: #C467BF; }
span { border-color: rgb(196,103,191); }
td.TdClassName
{
border-color: #C467BF;
}
.TagClassName
{
border-color: #C467BF;
}
</style>