Shades of Fuchsia #C562C4
Tints of Fuchsia #C562C4
RGB
CMYK
RGB Variations
Color information
#C562C4 (or 0xC562C4) is known color: Fuchsia. HEX triplet: C5, 62 and C4. RGB value is (197,98,196). Sum of RGB (Red+Green+Blue) = 197+98+196=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C562C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562C4 is #3A9D3B. Grayscale: #8A8A8A. Windows color (decimal): -3841340 or 12870341. OLE color: 12870341.
HSL color Cylindrical-coordinate representation of color #C562C4: hue angle of 300.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C562C4 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 196 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.23 |
| HSL | 300.61º | 0.46% | 0.58% | - |
| HSV(B) | 300.61º | 0.5% | 0.77% | - |
| XYZ | 37.36 | 24.59 | 55 | - |
| YUV | 138.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 196 | 0 | 0.50 | 0.01 | 0.23 | 300.61 | 0.46 | 0.58 |
| Hex | C5 | 62 | C4 | 0 | 32 | 1 | 17 | 12D | 2E | 3A |
| Octal | 305 | 142 | 304 | 0 | 62 | 1 | 27 | 455 | 56 | 72 |
| Binary | 11000101 | 1100010 | 11000100 | 0 | 110010 | 1 | 10111 | 100101101 | 101110 | 111010 |
Color Harmonies of #C562C4
Complementary color
Monochromatic Colors of #C562C4
Black with #C562C4
Text Example
Text Example
White with #C562C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562C4; }
p { color: rgb(197,98,196); }
H1.HeaderClassName
{
color: #C562C4;
}
.AnyTagClassName
{
color: #C562C4;
}
</style>
background-color css
<style>
a { background-color: #C562C4; }
a { background-color: rgb(197,98,196); }
div.DivClassName
{
background-color: #C562C4;
}
.BgClassName
{
background-color: #C562C4;
}
</style>
border-color css
<style>
span { border-color: #C562C4; }
span { border-color: rgb(197,98,196); }
td.TdClassName
{
border-color: #C562C4;
}
.TagClassName
{
border-color: #C562C4;
}
</style>