Shades of Fuchsia #C567B2
Tints of Fuchsia #C567B2
RGB
CMYK
RGB Variations
Color information
#C567B2 (or 0xC567B2) is known color: Fuchsia. HEX triplet: C5, 67 and B2. RGB value is (197,103,178). Sum of RGB (Red+Green+Blue) = 197+103+178=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C567B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567B2 is #3A984D. Grayscale: #8B8B8B. Windows color (decimal): -3840078 or 11691973. OLE color: 11691973.
HSL color Cylindrical-coordinate representation of color #C567B2: hue angle of 312.13º 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 #C567B2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 178 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.23 |
| HSL | 312.13º | 0.45% | 0.59% | - |
| HSV(B) | 312.13º | 0.48% | 0.77% | - |
| XYZ | 35.91 | 24.79 | 45.01 | - |
| YUV | 139.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 178 | 0 | 0.48 | 0.10 | 0.23 | 312.13 | 0.45 | 0.59 |
| Hex | C5 | 67 | B2 | 0 | 30 | A | 17 | 138 | 2D | 3B |
| Octal | 305 | 147 | 262 | 0 | 60 | 12 | 27 | 470 | 55 | 73 |
| Binary | 11000101 | 1100111 | 10110010 | 0 | 110000 | 1010 | 10111 | 100111000 | 101101 | 111011 |
Color Harmonies of #C567B2
Complementary color
Monochromatic Colors of #C567B2
Black with #C567B2
Text Example
Text Example
White with #C567B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567B2; }
p { color: rgb(197,103,178); }
H1.HeaderClassName
{
color: #C567B2;
}
.AnyTagClassName
{
color: #C567B2;
}
</style>
background-color css
<style>
a { background-color: #C567B2; }
a { background-color: rgb(197,103,178); }
div.DivClassName
{
background-color: #C567B2;
}
.BgClassName
{
background-color: #C567B2;
}
</style>
border-color css
<style>
span { border-color: #C567B2; }
span { border-color: rgb(197,103,178); }
td.TdClassName
{
border-color: #C567B2;
}
.TagClassName
{
border-color: #C567B2;
}
</style>