Shades of Fuchsia #C467BB
Tints of Fuchsia #C467BB
RGB
CMYK
RGB Variations
Color information
#C467BB (or 0xC467BB) is known color: Fuchsia. HEX triplet: C4, 67 and BB. RGB value is (196,103,187). Sum of RGB (Red+Green+Blue) = 196+103+187=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C467BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467BB is #3B9844. Grayscale: #8C8C8C. Windows color (decimal): -3905605 or 12281796. OLE color: 12281796.
HSL color Cylindrical-coordinate representation of color #C467BB: hue angle of 305.81º 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 #C467BB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 187 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.23 |
| HSL | 305.81º | 0.44% | 0.59% | - |
| HSV(B) | 305.81º | 0.47% | 0.77% | - |
| XYZ | 36.58 | 25.02 | 49.92 | - |
| YUV | 140.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 187 | 0 | 0.47 | 0.05 | 0.23 | 305.81 | 0.44 | 0.59 |
| Hex | C4 | 67 | BB | 0 | 2F | 5 | 17 | 132 | 2C | 3B |
| Octal | 304 | 147 | 273 | 0 | 57 | 5 | 27 | 462 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10111011 | 0 | 101111 | 101 | 10111 | 100110010 | 101100 | 111011 |
Color Harmonies of #C467BB
Complementary color
Monochromatic Colors of #C467BB
Black with #C467BB
Text Example
Text Example
White with #C467BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467BB; }
p { color: rgb(196,103,187); }
H1.HeaderClassName
{
color: #C467BB;
}
.AnyTagClassName
{
color: #C467BB;
}
</style>
background-color css
<style>
a { background-color: #C467BB; }
a { background-color: rgb(196,103,187); }
div.DivClassName
{
background-color: #C467BB;
}
.BgClassName
{
background-color: #C467BB;
}
</style>
border-color css
<style>
span { border-color: #C467BB; }
span { border-color: rgb(196,103,187); }
td.TdClassName
{
border-color: #C467BB;
}
.TagClassName
{
border-color: #C467BB;
}
</style>