Shades of Fuchsia #C468B2
Tints of Fuchsia #C468B2
RGB
CMYK
RGB Variations
Color information
#C468B2 (or 0xC468B2) is known color: Fuchsia. HEX triplet: C4, 68 and B2. RGB value is (196,104,178). Sum of RGB (Red+Green+Blue) = 196+104+178=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C468B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C468B2 is #3B974D. Grayscale: #8B8B8B. Windows color (decimal): -3905358 or 11692228. OLE color: 11692228.
HSL color Cylindrical-coordinate representation of color #C468B2: hue angle of 311.74º 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 #C468B2 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 178 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.23 |
| HSL | 311.74º | 0.44% | 0.59% | - |
| HSV(B) | 311.74º | 0.47% | 0.77% | - |
| XYZ | 35.75 | 24.85 | 45.03 | - |
| YUV | 139.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 178 | 0 | 0.47 | 0.09 | 0.23 | 311.74 | 0.44 | 0.59 |
| Hex | C4 | 68 | B2 | 0 | 2F | 9 | 17 | 138 | 2C | 3B |
| Octal | 304 | 150 | 262 | 0 | 57 | 11 | 27 | 470 | 54 | 73 |
| Binary | 11000100 | 1101000 | 10110010 | 0 | 101111 | 1001 | 10111 | 100111000 | 101100 | 111011 |
Color Harmonies of #C468B2
Complementary color
Monochromatic Colors of #C468B2
Black with #C468B2
Text Example
Text Example
White with #C468B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468B2; }
p { color: rgb(196,104,178); }
H1.HeaderClassName
{
color: #C468B2;
}
.AnyTagClassName
{
color: #C468B2;
}
</style>
background-color css
<style>
a { background-color: #C468B2; }
a { background-color: rgb(196,104,178); }
div.DivClassName
{
background-color: #C468B2;
}
.BgClassName
{
background-color: #C468B2;
}
</style>
border-color css
<style>
span { border-color: #C468B2; }
span { border-color: rgb(196,104,178); }
td.TdClassName
{
border-color: #C468B2;
}
.TagClassName
{
border-color: #C468B2;
}
</style>