Shades of Fuchsia #C566B3
Tints of Fuchsia #C566B3
RGB
CMYK
RGB Variations
Color information
#C566B3 (or 0xC566B3) is known color: Fuchsia. HEX triplet: C5, 66 and B3. RGB value is (197,102,179). Sum of RGB (Red+Green+Blue) = 197+102+179=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C566B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566B3 is #3A994C. Grayscale: #8A8A8A. Windows color (decimal): -3840333 or 11757253. OLE color: 11757253.
HSL color Cylindrical-coordinate representation of color #C566B3: hue angle of 311.37º 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 #C566B3 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 179 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.23 |
| HSL | 311.37º | 0.45% | 0.59% | - |
| HSV(B) | 311.37º | 0.48% | 0.77% | - |
| XYZ | 35.91 | 24.63 | 45.51 | - |
| YUV | 139.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 179 | 0 | 0.48 | 0.09 | 0.23 | 311.37 | 0.45 | 0.59 |
| Hex | C5 | 66 | B3 | 0 | 30 | 9 | 17 | 137 | 2D | 3B |
| Octal | 305 | 146 | 263 | 0 | 60 | 11 | 27 | 467 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10110011 | 0 | 110000 | 1001 | 10111 | 100110111 | 101101 | 111011 |
Color Harmonies of #C566B3
Complementary color
Monochromatic Colors of #C566B3
Black with #C566B3
Text Example
Text Example
White with #C566B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C566B3; }
p { color: rgb(197,102,179); }
H1.HeaderClassName
{
color: #C566B3;
}
.AnyTagClassName
{
color: #C566B3;
}
</style>
background-color css
<style>
a { background-color: #C566B3; }
a { background-color: rgb(197,102,179); }
div.DivClassName
{
background-color: #C566B3;
}
.BgClassName
{
background-color: #C566B3;
}
</style>
border-color css
<style>
span { border-color: #C566B3; }
span { border-color: rgb(197,102,179); }
td.TdClassName
{
border-color: #C566B3;
}
.TagClassName
{
border-color: #C566B3;
}
</style>