Shades of Fuchsia #C562C9
Tints of Fuchsia #C562C9
RGB
CMYK
RGB Variations
Color information
#C562C9 (or 0xC562C9) is known color: Fuchsia. HEX triplet: C5, 62 and C9. RGB value is (197,98,201). Sum of RGB (Red+Green+Blue) = 197+98+201=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #C562C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562C9 is #3A9D36. Grayscale: #8B8B8B. Windows color (decimal): -3841335 or 13198021. OLE color: 13198021.
HSL color Cylindrical-coordinate representation of color #C562C9: hue angle of 297.67º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C562C9 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 98 | 201 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.21 |
| HSL | 297.67º | 0.49% | 0.59% | - |
| HSV(B) | 297.67º | 0.51% | 0.79% | - |
| XYZ | 37.94 | 24.82 | 58.05 | - |
| YUV | 139.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 201 | 0.02 | 0.51 | 0 | 0.21 | 297.67 | 0.49 | 0.59 |
| Hex | C5 | 62 | C9 | 2 | 33 | 0 | 15 | 12A | 31 | 3B |
| Octal | 305 | 142 | 311 | 2 | 63 | 0 | 25 | 452 | 61 | 73 |
| Binary | 11000101 | 1100010 | 11001001 | 10 | 110011 | 0 | 10101 | 100101010 | 110001 | 111011 |
Color Harmonies of #C562C9
Complementary color
Monochromatic Colors of #C562C9
Black with #C562C9
Text Example
Text Example
White with #C562C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562C9; }
p { color: rgb(197,98,201); }
H1.HeaderClassName
{
color: #C562C9;
}
.AnyTagClassName
{
color: #C562C9;
}
</style>
background-color css
<style>
a { background-color: #C562C9; }
a { background-color: rgb(197,98,201); }
div.DivClassName
{
background-color: #C562C9;
}
.BgClassName
{
background-color: #C562C9;
}
</style>
border-color css
<style>
span { border-color: #C562C9; }
span { border-color: rgb(197,98,201); }
td.TdClassName
{
border-color: #C562C9;
}
.TagClassName
{
border-color: #C562C9;
}
</style>