Shades of Fuchsia #C563B2
Tints of Fuchsia #C563B2
RGB
CMYK
RGB Variations
Color information
#C563B2 (or 0xC563B2) is known color: Fuchsia. HEX triplet: C5, 63 and B2. RGB value is (197,99,178). Sum of RGB (Red+Green+Blue) = 197+99+178=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C563B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563B2 is #3A9C4D. Grayscale: #898989. Windows color (decimal): -3841102 or 11690949. OLE color: 11690949.
HSL color Cylindrical-coordinate representation of color #C563B2: hue angle of 311.63º 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 #C563B2 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 178 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.23 |
| HSL | 311.63º | 0.46% | 0.58% | - |
| HSV(B) | 311.63º | 0.5% | 0.77% | - |
| XYZ | 35.52 | 24.01 | 44.88 | - |
| YUV | 137.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 178 | 0 | 0.50 | 0.10 | 0.23 | 311.63 | 0.46 | 0.58 |
| Hex | C5 | 63 | B2 | 0 | 32 | A | 17 | 138 | 2E | 3A |
| Octal | 305 | 143 | 262 | 0 | 62 | 12 | 27 | 470 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10110010 | 0 | 110010 | 1010 | 10111 | 100111000 | 101110 | 111010 |
Color Harmonies of #C563B2
Complementary color
Monochromatic Colors of #C563B2
Black with #C563B2
Text Example
Text Example
White with #C563B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563B2; }
p { color: rgb(197,99,178); }
H1.HeaderClassName
{
color: #C563B2;
}
.AnyTagClassName
{
color: #C563B2;
}
</style>
background-color css
<style>
a { background-color: #C563B2; }
a { background-color: rgb(197,99,178); }
div.DivClassName
{
background-color: #C563B2;
}
.BgClassName
{
background-color: #C563B2;
}
</style>
border-color css
<style>
span { border-color: #C563B2; }
span { border-color: rgb(197,99,178); }
td.TdClassName
{
border-color: #C563B2;
}
.TagClassName
{
border-color: #C563B2;
}
</style>