Shades of Fuchsia #C467B9
Tints of Fuchsia #C467B9
RGB
CMYK
RGB Variations
Color information
#C467B9 (or 0xC467B9) is known color: Fuchsia. HEX triplet: C4, 67 and B9. RGB value is (196,103,185). Sum of RGB (Red+Green+Blue) = 196+103+185=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C467B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467B9 is #3B9846. Grayscale: #8B8B8B. Windows color (decimal): -3905607 or 12150724. OLE color: 12150724.
HSL color Cylindrical-coordinate representation of color #C467B9: hue angle of 307.1º 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 #C467B9 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 185 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.23 |
| HSL | 307.1º | 0.44% | 0.59% | - |
| HSV(B) | 307.1º | 0.47% | 0.77% | - |
| XYZ | 36.37 | 24.94 | 48.8 | - |
| YUV | 140.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 185 | 0 | 0.47 | 0.06 | 0.23 | 307.1 | 0.44 | 0.59 |
| Hex | C4 | 67 | B9 | 0 | 2F | 6 | 17 | 133 | 2C | 3B |
| Octal | 304 | 147 | 271 | 0 | 57 | 6 | 27 | 463 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10111001 | 0 | 101111 | 110 | 10111 | 100110011 | 101100 | 111011 |
Color Harmonies of #C467B9
Complementary color
Monochromatic Colors of #C467B9
Black with #C467B9
Text Example
Text Example
White with #C467B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467B9; }
p { color: rgb(196,103,185); }
H1.HeaderClassName
{
color: #C467B9;
}
.AnyTagClassName
{
color: #C467B9;
}
</style>
background-color css
<style>
a { background-color: #C467B9; }
a { background-color: rgb(196,103,185); }
div.DivClassName
{
background-color: #C467B9;
}
.BgClassName
{
background-color: #C467B9;
}
</style>
border-color css
<style>
span { border-color: #C467B9; }
span { border-color: rgb(196,103,185); }
td.TdClassName
{
border-color: #C467B9;
}
.TagClassName
{
border-color: #C467B9;
}
</style>