Shades of Fuchsia #C528B7
Tints of Fuchsia #C528B7
RGB
CMYK
RGB Variations
Color information
#C528B7 (or 0xC528B7) is known color: Fuchsia. HEX triplet: C5, 28 and B7. RGB value is (197,40,183). Sum of RGB (Red+Green+Blue) = 197+40+183=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C528B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C528B7 is #3AD748. Grayscale: #666666. Windows color (decimal): -3856201 or 12003525. OLE color: 12003525.
HSL color Cylindrical-coordinate representation of color #C528B7: hue angle of 305.35º 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 #C528B7 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 183 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.23 |
| HSL | 305.35º | 0.66% | 0.46% | - |
| HSV(B) | 305.35º | 0.8% | 0.77% | - |
| XYZ | 32.33 | 16.81 | 46.34 | - |
| YUV | 103.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 183 | 0 | 0.80 | 0.07 | 0.23 | 305.35 | 0.66 | 0.46 |
| Hex | C5 | 28 | B7 | 0 | 50 | 7 | 17 | 131 | 42 | 2E |
| Octal | 305 | 50 | 267 | 0 | 120 | 7 | 27 | 461 | 102 | 56 |
| Binary | 11000101 | 101000 | 10110111 | 0 | 1010000 | 111 | 10111 | 100110001 | 1000010 | 101110 |
Color Harmonies of #C528B7
Complementary color
Monochromatic Colors of #C528B7
Black with #C528B7
Text Example
Text Example
White with #C528B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528B7; }
p { color: rgb(197,40,183); }
H1.HeaderClassName
{
color: #C528B7;
}
.AnyTagClassName
{
color: #C528B7;
}
</style>
background-color css
<style>
a { background-color: #C528B7; }
a { background-color: rgb(197,40,183); }
div.DivClassName
{
background-color: #C528B7;
}
.BgClassName
{
background-color: #C528B7;
}
</style>
border-color css
<style>
span { border-color: #C528B7; }
span { border-color: rgb(197,40,183); }
td.TdClassName
{
border-color: #C528B7;
}
.TagClassName
{
border-color: #C528B7;
}
</style>