Shades of Fuchsia #C467C3
Tints of Fuchsia #C467C3
RGB
CMYK
RGB Variations
Color information
#C467C3 (or 0xC467C3) is known color: Fuchsia. HEX triplet: C4, 67 and C3. RGB value is (196,103,195). Sum of RGB (Red+Green+Blue) = 196+103+195=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C467C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467C3 is #3B983C. Grayscale: #8D8D8D. Windows color (decimal): -3905597 or 12806084. OLE color: 12806084.
HSL color Cylindrical-coordinate representation of color #C467C3: hue angle of 300.65º 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 #C467C3 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 195 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.23 |
| HSL | 300.65º | 0.44% | 0.59% | - |
| HSV(B) | 300.65º | 0.47% | 0.77% | - |
| XYZ | 37.47 | 25.38 | 54.55 | - |
| YUV | 141.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 195 | 0 | 0.47 | 0.01 | 0.23 | 300.65 | 0.44 | 0.59 |
| Hex | C4 | 67 | C3 | 0 | 2F | 1 | 17 | 12D | 2C | 3B |
| Octal | 304 | 147 | 303 | 0 | 57 | 1 | 27 | 455 | 54 | 73 |
| Binary | 11000100 | 1100111 | 11000011 | 0 | 101111 | 1 | 10111 | 100101101 | 101100 | 111011 |
Color Harmonies of #C467C3
Complementary color
Monochromatic Colors of #C467C3
Black with #C467C3
Text Example
Text Example
White with #C467C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467C3; }
p { color: rgb(196,103,195); }
H1.HeaderClassName
{
color: #C467C3;
}
.AnyTagClassName
{
color: #C467C3;
}
</style>
background-color css
<style>
a { background-color: #C467C3; }
a { background-color: rgb(196,103,195); }
div.DivClassName
{
background-color: #C467C3;
}
.BgClassName
{
background-color: #C467C3;
}
</style>
border-color css
<style>
span { border-color: #C467C3; }
span { border-color: rgb(196,103,195); }
td.TdClassName
{
border-color: #C467C3;
}
.TagClassName
{
border-color: #C467C3;
}
</style>