Shades of Fuchsia #C532B4
Tints of Fuchsia #C532B4
RGB
CMYK
RGB Variations
Color information
#C532B4 (or 0xC532B4) is known color: Fuchsia. HEX triplet: C5, 32 and B4. RGB value is (197,50,180). Sum of RGB (Red+Green+Blue) = 197+50+180=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C532B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532B4 is #3ACD4B. Grayscale: #6C6C6C. Windows color (decimal): -3853644 or 11809477. OLE color: 11809477.
HSL color Cylindrical-coordinate representation of color #C532B4: hue angle of 306.94º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C532B4 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 180 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.23 |
| HSL | 306.94º | 0.6% | 0.48% | - |
| HSV(B) | 306.94º | 0.75% | 0.77% | - |
| XYZ | 32.4 | 17.45 | 44.84 | - |
| YUV | 108.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 180 | 0 | 0.75 | 0.09 | 0.23 | 306.94 | 0.6 | 0.48 |
| Hex | C5 | 32 | B4 | 0 | 4B | 9 | 17 | 133 | 3C | 30 |
| Octal | 305 | 62 | 264 | 0 | 113 | 11 | 27 | 463 | 74 | 60 |
| Binary | 11000101 | 110010 | 10110100 | 0 | 1001011 | 1001 | 10111 | 100110011 | 111100 | 110000 |
Color Harmonies of #C532B4
Complementary color
Monochromatic Colors of #C532B4
Black with #C532B4
Text Example
Text Example
White with #C532B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532B4; }
p { color: rgb(197,50,180); }
H1.HeaderClassName
{
color: #C532B4;
}
.AnyTagClassName
{
color: #C532B4;
}
</style>
background-color css
<style>
a { background-color: #C532B4; }
a { background-color: rgb(197,50,180); }
div.DivClassName
{
background-color: #C532B4;
}
.BgClassName
{
background-color: #C532B4;
}
</style>
border-color css
<style>
span { border-color: #C532B4; }
span { border-color: rgb(197,50,180); }
td.TdClassName
{
border-color: #C532B4;
}
.TagClassName
{
border-color: #C532B4;
}
</style>