Shades of Fuchsia #C528B6
Tints of Fuchsia #C528B6
RGB
CMYK
RGB Variations
Color information
#C528B6 (or 0xC528B6) is known color: Fuchsia. HEX triplet: C5, 28 and B6. RGB value is (197,40,182). Sum of RGB (Red+Green+Blue) = 197+40+182=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C528B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528B6 is #3AD749. Grayscale: #666666. Windows color (decimal): -3856202 or 11937989. OLE color: 11937989.
HSL color Cylindrical-coordinate representation of color #C528B6: hue angle of 305.73º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C528B6 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 182 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.23 |
| HSL | 305.73º | 0.66% | 0.46% | - |
| HSV(B) | 305.73º | 0.8% | 0.77% | - |
| XYZ | 32.23 | 16.77 | 45.79 | - |
| YUV | 103.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 182 | 0 | 0.80 | 0.08 | 0.23 | 305.73 | 0.66 | 0.46 |
| Hex | C5 | 28 | B6 | 0 | 50 | 8 | 17 | 132 | 42 | 2E |
| Octal | 305 | 50 | 266 | 0 | 120 | 10 | 27 | 462 | 102 | 56 |
| Binary | 11000101 | 101000 | 10110110 | 0 | 1010000 | 1000 | 10111 | 100110010 | 1000010 | 101110 |
Color Harmonies of #C528B6
Complementary color
Monochromatic Colors of #C528B6
Black with #C528B6
Text Example
Text Example
White with #C528B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528B6; }
p { color: rgb(197,40,182); }
H1.HeaderClassName
{
color: #C528B6;
}
.AnyTagClassName
{
color: #C528B6;
}
</style>
background-color css
<style>
a { background-color: #C528B6; }
a { background-color: rgb(197,40,182); }
div.DivClassName
{
background-color: #C528B6;
}
.BgClassName
{
background-color: #C528B6;
}
</style>
border-color css
<style>
span { border-color: #C528B6; }
span { border-color: rgb(197,40,182); }
td.TdClassName
{
border-color: #C528B6;
}
.TagClassName
{
border-color: #C528B6;
}
</style>