Shades of Fuchsia #C567BF
Tints of Fuchsia #C567BF
RGB
CMYK
RGB Variations
Color information
#C567BF (or 0xC567BF) is known color: Fuchsia. HEX triplet: C5, 67 and BF. RGB value is (197,103,191). Sum of RGB (Red+Green+Blue) = 197+103+191=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C567BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567BF is #3A9840. Grayscale: #8C8C8C. Windows color (decimal): -3840065 or 12543941. OLE color: 12543941.
HSL color Cylindrical-coordinate representation of color #C567BF: hue angle of 303.83º 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 #C567BF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 191 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.23 |
| HSL | 303.83º | 0.45% | 0.59% | - |
| HSV(B) | 303.83º | 0.48% | 0.77% | - |
| XYZ | 37.28 | 25.33 | 52.21 | - |
| YUV | 141.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 191 | 0 | 0.48 | 0.03 | 0.23 | 303.83 | 0.45 | 0.59 |
| Hex | C5 | 67 | BF | 0 | 30 | 3 | 17 | 130 | 2D | 3B |
| Octal | 305 | 147 | 277 | 0 | 60 | 3 | 27 | 460 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10111111 | 0 | 110000 | 11 | 10111 | 100110000 | 101101 | 111011 |
Color Harmonies of #C567BF
Complementary color
Monochromatic Colors of #C567BF
Black with #C567BF
Text Example
Text Example
White with #C567BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567BF; }
p { color: rgb(197,103,191); }
H1.HeaderClassName
{
color: #C567BF;
}
.AnyTagClassName
{
color: #C567BF;
}
</style>
background-color css
<style>
a { background-color: #C567BF; }
a { background-color: rgb(197,103,191); }
div.DivClassName
{
background-color: #C567BF;
}
.BgClassName
{
background-color: #C567BF;
}
</style>
border-color css
<style>
span { border-color: #C567BF; }
span { border-color: rgb(197,103,191); }
td.TdClassName
{
border-color: #C567BF;
}
.TagClassName
{
border-color: #C567BF;
}
</style>