Shades of Fuchsia #C562B7
Tints of Fuchsia #C562B7
RGB
CMYK
RGB Variations
Color information
#C562B7 (or 0xC562B7) is known color: Fuchsia. HEX triplet: C5, 62 and B7. RGB value is (197,98,183). Sum of RGB (Red+Green+Blue) = 197+98+183=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C562B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562B7 is #3A9D48. Grayscale: #898989. Windows color (decimal): -3841353 or 12018373. OLE color: 12018373.
HSL color Cylindrical-coordinate representation of color #C562B7: hue angle of 308.48º 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 #C562B7 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 183 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.23 |
| HSL | 308.48º | 0.46% | 0.58% | - |
| HSV(B) | 308.48º | 0.5% | 0.77% | - |
| XYZ | 35.94 | 24.02 | 47.54 | - |
| YUV | 137.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 183 | 0 | 0.50 | 0.07 | 0.23 | 308.48 | 0.46 | 0.58 |
| Hex | C5 | 62 | B7 | 0 | 32 | 7 | 17 | 134 | 2E | 3A |
| Octal | 305 | 142 | 267 | 0 | 62 | 7 | 27 | 464 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10110111 | 0 | 110010 | 111 | 10111 | 100110100 | 101110 | 111010 |
Color Harmonies of #C562B7
Complementary color
Monochromatic Colors of #C562B7
Black with #C562B7
Text Example
Text Example
White with #C562B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562B7; }
p { color: rgb(197,98,183); }
H1.HeaderClassName
{
color: #C562B7;
}
.AnyTagClassName
{
color: #C562B7;
}
</style>
background-color css
<style>
a { background-color: #C562B7; }
a { background-color: rgb(197,98,183); }
div.DivClassName
{
background-color: #C562B7;
}
.BgClassName
{
background-color: #C562B7;
}
</style>
border-color css
<style>
span { border-color: #C562B7; }
span { border-color: rgb(197,98,183); }
td.TdClassName
{
border-color: #C562B7;
}
.TagClassName
{
border-color: #C562B7;
}
</style>