Shades of Fuchsia #C566CA
Tints of Fuchsia #C566CA
RGB
CMYK
RGB Variations
Color information
#C566CA (or 0xC566CA) is known color: Fuchsia. HEX triplet: C5, 66 and CA. RGB value is (197,102,202). Sum of RGB (Red+Green+Blue) = 197+102+202=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C566CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CA is #3A9935. Grayscale: #8D8D8D. Windows color (decimal): -3840310 or 13264581. OLE color: 13264581.
HSL color Cylindrical-coordinate representation of color #C566CA: hue angle of 297º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C566CA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 102 | 202 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.21 |
| HSL | 297º | 0.49% | 0.6% | - |
| HSV(B) | 297º | 0.5% | 0.79% | - |
| XYZ | 38.44 | 25.64 | 58.8 | - |
| YUV | 141.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 202 | 0.02 | 0.50 | 0 | 0.21 | 297 | 0.49 | 0.6 |
| Hex | C5 | 66 | CA | 2 | 32 | 0 | 15 | 129 | 31 | 3C |
| Octal | 305 | 146 | 312 | 2 | 62 | 0 | 25 | 451 | 61 | 74 |
| Binary | 11000101 | 1100110 | 11001010 | 10 | 110010 | 0 | 10101 | 100101001 | 110001 | 111100 |
Color Harmonies of #C566CA
Complementary color
Monochromatic Colors of #C566CA
Black with #C566CA
Text Example
Text Example
White with #C566CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566CA; }
p { color: rgb(197,102,202); }
H1.HeaderClassName
{
color: #C566CA;
}
.AnyTagClassName
{
color: #C566CA;
}
</style>
background-color css
<style>
a { background-color: #C566CA; }
a { background-color: rgb(197,102,202); }
div.DivClassName
{
background-color: #C566CA;
}
.BgClassName
{
background-color: #C566CA;
}
</style>
border-color css
<style>
span { border-color: #C566CA; }
span { border-color: rgb(197,102,202); }
td.TdClassName
{
border-color: #C566CA;
}
.TagClassName
{
border-color: #C566CA;
}
</style>