Shades of Fuchsia #C567C0
Tints of Fuchsia #C567C0
RGB
CMYK
RGB Variations
Color information
#C567C0 (or 0xC567C0) is known color: Fuchsia. HEX triplet: C5, 67 and C0. RGB value is (197,103,192). Sum of RGB (Red+Green+Blue) = 197+103+192=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C567C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567C0 is #3A983F. Grayscale: #8C8C8C. Windows color (decimal): -3840064 or 12609477. OLE color: 12609477.
HSL color Cylindrical-coordinate representation of color #C567C0: hue angle of 303.19º 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 #C567C0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 192 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.23 |
| HSL | 303.19º | 0.45% | 0.59% | - |
| HSV(B) | 303.19º | 0.48% | 0.77% | - |
| XYZ | 37.39 | 25.38 | 52.8 | - |
| YUV | 141.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 192 | 0 | 0.48 | 0.03 | 0.23 | 303.19 | 0.45 | 0.59 |
| Hex | C5 | 67 | C0 | 0 | 30 | 3 | 17 | 12F | 2D | 3B |
| Octal | 305 | 147 | 300 | 0 | 60 | 3 | 27 | 457 | 55 | 73 |
| Binary | 11000101 | 1100111 | 11000000 | 0 | 110000 | 11 | 10111 | 100101111 | 101101 | 111011 |
Color Harmonies of #C567C0
Complementary color
Monochromatic Colors of #C567C0
Black with #C567C0
Text Example
Text Example
White with #C567C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567C0; }
p { color: rgb(197,103,192); }
H1.HeaderClassName
{
color: #C567C0;
}
.AnyTagClassName
{
color: #C567C0;
}
</style>
background-color css
<style>
a { background-color: #C567C0; }
a { background-color: rgb(197,103,192); }
div.DivClassName
{
background-color: #C567C0;
}
.BgClassName
{
background-color: #C567C0;
}
</style>
border-color css
<style>
span { border-color: #C567C0; }
span { border-color: rgb(197,103,192); }
td.TdClassName
{
border-color: #C567C0;
}
.TagClassName
{
border-color: #C567C0;
}
</style>