Shades of Fuchsia #C528B2
Tints of Fuchsia #C528B2
RGB
CMYK
RGB Variations
Color information
#C528B2 (or 0xC528B2) is known color: Fuchsia. HEX triplet: C5, 28 and B2. RGB value is (197,40,178). Sum of RGB (Red+Green+Blue) = 197+40+178=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C528B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528B2 is #3AD74D. Grayscale: #666666. Windows color (decimal): -3856206 or 11675845. OLE color: 11675845.
HSL color Cylindrical-coordinate representation of color #C528B2: hue angle of 307.26º 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 #C528B2 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 178 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.23 |
| HSL | 307.26º | 0.66% | 0.46% | - |
| HSV(B) | 307.26º | 0.8% | 0.77% | - |
| XYZ | 31.82 | 16.6 | 43.65 | - |
| YUV | 102.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 178 | 0 | 0.80 | 0.10 | 0.23 | 307.26 | 0.66 | 0.46 |
| Hex | C5 | 28 | B2 | 0 | 50 | A | 17 | 133 | 42 | 2E |
| Octal | 305 | 50 | 262 | 0 | 120 | 12 | 27 | 463 | 102 | 56 |
| Binary | 11000101 | 101000 | 10110010 | 0 | 1010000 | 1010 | 10111 | 100110011 | 1000010 | 101110 |
Color Harmonies of #C528B2
Complementary color
Monochromatic Colors of #C528B2
Black with #C528B2
Text Example
Text Example
White with #C528B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C528B2; }
p { color: rgb(197,40,178); }
H1.HeaderClassName
{
color: #C528B2;
}
.AnyTagClassName
{
color: #C528B2;
}
</style>
background-color css
<style>
a { background-color: #C528B2; }
a { background-color: rgb(197,40,178); }
div.DivClassName
{
background-color: #C528B2;
}
.BgClassName
{
background-color: #C528B2;
}
</style>
border-color css
<style>
span { border-color: #C528B2; }
span { border-color: rgb(197,40,178); }
td.TdClassName
{
border-color: #C528B2;
}
.TagClassName
{
border-color: #C528B2;
}
</style>