Shades of Fuchsia #C563CC
Tints of Fuchsia #C563CC
RGB
CMYK
RGB Variations
Color information
#C563CC (or 0xC563CC) is known color: Fuchsia. HEX triplet: C5, 63 and CC. RGB value is (197,99,204). Sum of RGB (Red+Green+Blue) = 197+99+204=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C563CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563CC is #3A9C33. Grayscale: #8B8B8B. Windows color (decimal): -3841076 or 13394885. OLE color: 13394885.
HSL color Cylindrical-coordinate representation of color #C563CC: hue angle of 296º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C563CC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 99 | 204 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.2 |
| HSL | 296º | 0.51% | 0.59% | - |
| HSV(B) | 296º | 0.51% | 0.8% | - |
| XYZ | 38.39 | 25.15 | 59.96 | - |
| YUV | 140.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 204 | 0.03 | 0.51 | 0 | 0.2 | 296 | 0.51 | 0.59 |
| Hex | C5 | 63 | CC | 3 | 33 | 0 | 14 | 128 | 33 | 3B |
| Octal | 305 | 143 | 314 | 3 | 63 | 0 | 24 | 450 | 63 | 73 |
| Binary | 11000101 | 1100011 | 11001100 | 11 | 110011 | 0 | 10100 | 100101000 | 110011 | 111011 |
Color Harmonies of #C563CC
Complementary color
Monochromatic Colors of #C563CC
Black with #C563CC
Text Example
Text Example
White with #C563CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563CC; }
p { color: rgb(197,99,204); }
H1.HeaderClassName
{
color: #C563CC;
}
.AnyTagClassName
{
color: #C563CC;
}
</style>
background-color css
<style>
a { background-color: #C563CC; }
a { background-color: rgb(197,99,204); }
div.DivClassName
{
background-color: #C563CC;
}
.BgClassName
{
background-color: #C563CC;
}
</style>
border-color css
<style>
span { border-color: #C563CC; }
span { border-color: rgb(197,99,204); }
td.TdClassName
{
border-color: #C563CC;
}
.TagClassName
{
border-color: #C563CC;
}
</style>