Shades of Fuchsia #C564CA
Tints of Fuchsia #C564CA
RGB
CMYK
RGB Variations
Color information
#C564CA (or 0xC564CA) is known color: Fuchsia. HEX triplet: C5, 64 and CA. RGB value is (197,100,202). Sum of RGB (Red+Green+Blue) = 197+100+202=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C564CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564CA is #3A9B35. Grayscale: #8C8C8C. Windows color (decimal): -3840822 or 13264069. OLE color: 13264069.
HSL color Cylindrical-coordinate representation of color #C564CA: hue angle of 297.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C564CA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 100 | 202 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.21 |
| HSL | 297.06º | 0.49% | 0.59% | - |
| HSV(B) | 297.06º | 0.5% | 0.79% | - |
| XYZ | 38.24 | 25.25 | 58.73 | - |
| YUV | 140.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 202 | 0.02 | 0.50 | 0 | 0.21 | 297.06 | 0.49 | 0.59 |
| Hex | C5 | 64 | CA | 2 | 32 | 0 | 15 | 129 | 31 | 3B |
| Octal | 305 | 144 | 312 | 2 | 62 | 0 | 25 | 451 | 61 | 73 |
| Binary | 11000101 | 1100100 | 11001010 | 10 | 110010 | 0 | 10101 | 100101001 | 110001 | 111011 |
Color Harmonies of #C564CA
Complementary color
Monochromatic Colors of #C564CA
Black with #C564CA
Text Example
Text Example
White with #C564CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564CA; }
p { color: rgb(197,100,202); }
H1.HeaderClassName
{
color: #C564CA;
}
.AnyTagClassName
{
color: #C564CA;
}
</style>
background-color css
<style>
a { background-color: #C564CA; }
a { background-color: rgb(197,100,202); }
div.DivClassName
{
background-color: #C564CA;
}
.BgClassName
{
background-color: #C564CA;
}
</style>
border-color css
<style>
span { border-color: #C564CA; }
span { border-color: rgb(197,100,202); }
td.TdClassName
{
border-color: #C564CA;
}
.TagClassName
{
border-color: #C564CA;
}
</style>