Shades of Fuchsia #C562C3
Tints of Fuchsia #C562C3
RGB
CMYK
RGB Variations
Color information
#C562C3 (or 0xC562C3) is known color: Fuchsia. HEX triplet: C5, 62 and C3. RGB value is (197,98,195). Sum of RGB (Red+Green+Blue) = 197+98+195=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C562C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562C3 is #3A9D3C. Grayscale: #8A8A8A. Windows color (decimal): -3841341 or 12804805. OLE color: 12804805.
HSL color Cylindrical-coordinate representation of color #C562C3: hue angle of 301.21º 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 #C562C3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 195 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.23 |
| HSL | 301.21º | 0.46% | 0.58% | - |
| HSV(B) | 301.21º | 0.5% | 0.77% | - |
| XYZ | 37.24 | 24.55 | 54.4 | - |
| YUV | 138.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 195 | 0 | 0.50 | 0.01 | 0.23 | 301.21 | 0.46 | 0.58 |
| Hex | C5 | 62 | C3 | 0 | 32 | 1 | 17 | 12D | 2E | 3A |
| Octal | 305 | 142 | 303 | 0 | 62 | 1 | 27 | 455 | 56 | 72 |
| Binary | 11000101 | 1100010 | 11000011 | 0 | 110010 | 1 | 10111 | 100101101 | 101110 | 111010 |
Color Harmonies of #C562C3
Complementary color
Monochromatic Colors of #C562C3
Black with #C562C3
Text Example
Text Example
White with #C562C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562C3; }
p { color: rgb(197,98,195); }
H1.HeaderClassName
{
color: #C562C3;
}
.AnyTagClassName
{
color: #C562C3;
}
</style>
background-color css
<style>
a { background-color: #C562C3; }
a { background-color: rgb(197,98,195); }
div.DivClassName
{
background-color: #C562C3;
}
.BgClassName
{
background-color: #C562C3;
}
</style>
border-color css
<style>
span { border-color: #C562C3; }
span { border-color: rgb(197,98,195); }
td.TdClassName
{
border-color: #C562C3;
}
.TagClassName
{
border-color: #C562C3;
}
</style>