Shades of Fuchsia #C563B4
Tints of Fuchsia #C563B4
RGB
CMYK
RGB Variations
Color information
#C563B4 (or 0xC563B4) is known color: Fuchsia. HEX triplet: C5, 63 and B4. RGB value is (197,99,180). Sum of RGB (Red+Green+Blue) = 197+99+180=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C563B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563B4 is #3A9C4B. Grayscale: #898989. Windows color (decimal): -3841100 or 11822021. OLE color: 11822021.
HSL color Cylindrical-coordinate representation of color #C563B4: hue angle of 310.41º 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 #C563B4 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 180 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.23 |
| HSL | 310.41º | 0.46% | 0.58% | - |
| HSV(B) | 310.41º | 0.5% | 0.77% | - |
| XYZ | 35.73 | 24.09 | 45.95 | - |
| YUV | 137.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 180 | 0 | 0.50 | 0.09 | 0.23 | 310.41 | 0.46 | 0.58 |
| Hex | C5 | 63 | B4 | 0 | 32 | 9 | 17 | 136 | 2E | 3A |
| Octal | 305 | 143 | 264 | 0 | 62 | 11 | 27 | 466 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10110100 | 0 | 110010 | 1001 | 10111 | 100110110 | 101110 | 111010 |
Color Harmonies of #C563B4
Complementary color
Monochromatic Colors of #C563B4
Black with #C563B4
Text Example
Text Example
White with #C563B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563B4; }
p { color: rgb(197,99,180); }
H1.HeaderClassName
{
color: #C563B4;
}
.AnyTagClassName
{
color: #C563B4;
}
</style>
background-color css
<style>
a { background-color: #C563B4; }
a { background-color: rgb(197,99,180); }
div.DivClassName
{
background-color: #C563B4;
}
.BgClassName
{
background-color: #C563B4;
}
</style>
border-color css
<style>
span { border-color: #C563B4; }
span { border-color: rgb(197,99,180); }
td.TdClassName
{
border-color: #C563B4;
}
.TagClassName
{
border-color: #C563B4;
}
</style>