Shades of Fuchsia #C461C7
Tints of Fuchsia #C461C7
RGB
CMYK
RGB Variations
Color information
#C461C7 (or 0xC461C7) is known color: Fuchsia. HEX triplet: C4, 61 and C7. RGB value is (196,97,199). Sum of RGB (Red+Green+Blue) = 196+97+199=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: blue. Hex color #C461C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461C7 is #3B9E38. Grayscale: #898989. Windows color (decimal): -3907129 or 13066692. OLE color: 13066692.
HSL color Cylindrical-coordinate representation of color #C461C7: hue angle of 298.24º degrees, saturation: 0.48, 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 #C461C7 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 97 | 199 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.22 |
| HSL | 298.24º | 0.48% | 0.58% | - |
| HSV(B) | 298.24º | 0.51% | 0.78% | - |
| XYZ | 37.35 | 24.41 | 56.78 | - |
| YUV | 138.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 199 | 0.02 | 0.51 | 0 | 0.22 | 298.24 | 0.48 | 0.58 |
| Hex | C4 | 61 | C7 | 2 | 33 | 0 | 16 | 12A | 30 | 3A |
| Octal | 304 | 141 | 307 | 2 | 63 | 0 | 26 | 452 | 60 | 72 |
| Binary | 11000100 | 1100001 | 11000111 | 10 | 110011 | 0 | 10110 | 100101010 | 110000 | 111010 |
Color Harmonies of #C461C7
Complementary color
Monochromatic Colors of #C461C7
Black with #C461C7
Text Example
Text Example
White with #C461C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461C7; }
p { color: rgb(196,97,199); }
H1.HeaderClassName
{
color: #C461C7;
}
.AnyTagClassName
{
color: #C461C7;
}
</style>
background-color css
<style>
a { background-color: #C461C7; }
a { background-color: rgb(196,97,199); }
div.DivClassName
{
background-color: #C461C7;
}
.BgClassName
{
background-color: #C461C7;
}
</style>
border-color css
<style>
span { border-color: #C461C7; }
span { border-color: rgb(196,97,199); }
td.TdClassName
{
border-color: #C461C7;
}
.TagClassName
{
border-color: #C461C7;
}
</style>