Shades of Fuchsia #C461C6
Tints of Fuchsia #C461C6
RGB
CMYK
RGB Variations
Color information
#C461C6 (or 0xC461C6) is known color: Fuchsia. HEX triplet: C4, 61 and C6. RGB value is (196,97,198). Sum of RGB (Red+Green+Blue) = 196+97+198=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #C461C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461C6 is #3B9E39. Grayscale: #898989. Windows color (decimal): -3907130 or 13001156. OLE color: 13001156.
HSL color Cylindrical-coordinate representation of color #C461C6: hue angle of 298.81º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461C6 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 97 | 198 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.22 |
| HSL | 298.81º | 0.47% | 0.58% | - |
| HSV(B) | 298.81º | 0.51% | 0.78% | - |
| XYZ | 37.23 | 24.36 | 56.17 | - |
| YUV | 138.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 198 | 0.01 | 0.51 | 0 | 0.22 | 298.81 | 0.47 | 0.58 |
| Hex | C4 | 61 | C6 | 1 | 33 | 0 | 16 | 12B | 2F | 3A |
| Octal | 304 | 141 | 306 | 1 | 63 | 0 | 26 | 453 | 57 | 72 |
| Binary | 11000100 | 1100001 | 11000110 | 1 | 110011 | 0 | 10110 | 100101011 | 101111 | 111010 |
Color Harmonies of #C461C6
Complementary color
Monochromatic Colors of #C461C6
Black with #C461C6
Text Example
Text Example
White with #C461C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461C6; }
p { color: rgb(196,97,198); }
H1.HeaderClassName
{
color: #C461C6;
}
.AnyTagClassName
{
color: #C461C6;
}
</style>
background-color css
<style>
a { background-color: #C461C6; }
a { background-color: rgb(196,97,198); }
div.DivClassName
{
background-color: #C461C6;
}
.BgClassName
{
background-color: #C461C6;
}
</style>
border-color css
<style>
span { border-color: #C461C6; }
span { border-color: rgb(196,97,198); }
td.TdClassName
{
border-color: #C461C6;
}
.TagClassName
{
border-color: #C461C6;
}
</style>