Shades of Fuchsia #C566C4
Tints of Fuchsia #C566C4
RGB
CMYK
RGB Variations
Color information
#C566C4 (or 0xC566C4) is known color: Fuchsia. HEX triplet: C5, 66 and C4. RGB value is (197,102,196). Sum of RGB (Red+Green+Blue) = 197+102+196=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C566C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566C4 is #3A993B. Grayscale: #8C8C8C. Windows color (decimal): -3840316 or 12871365. OLE color: 12871365.
HSL color Cylindrical-coordinate representation of color #C566C4: hue angle of 300.63º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566C4 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 196 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.23 |
| HSL | 300.63º | 0.45% | 0.59% | - |
| HSV(B) | 300.63º | 0.48% | 0.77% | - |
| XYZ | 37.74 | 25.36 | 55.13 | - |
| YUV | 141.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 196 | 0 | 0.48 | 0.01 | 0.23 | 300.63 | 0.45 | 0.59 |
| Hex | C5 | 66 | C4 | 0 | 30 | 1 | 17 | 12D | 2D | 3B |
| Octal | 305 | 146 | 304 | 0 | 60 | 1 | 27 | 455 | 55 | 73 |
| Binary | 11000101 | 1100110 | 11000100 | 0 | 110000 | 1 | 10111 | 100101101 | 101101 | 111011 |
Color Harmonies of #C566C4
Complementary color
Monochromatic Colors of #C566C4
Black with #C566C4
Text Example
Text Example
White with #C566C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566C4; }
p { color: rgb(197,102,196); }
H1.HeaderClassName
{
color: #C566C4;
}
.AnyTagClassName
{
color: #C566C4;
}
</style>
background-color css
<style>
a { background-color: #C566C4; }
a { background-color: rgb(197,102,196); }
div.DivClassName
{
background-color: #C566C4;
}
.BgClassName
{
background-color: #C566C4;
}
</style>
border-color css
<style>
span { border-color: #C566C4; }
span { border-color: rgb(197,102,196); }
td.TdClassName
{
border-color: #C566C4;
}
.TagClassName
{
border-color: #C566C4;
}
</style>