Shades of Fuchsia #C532B7
Tints of Fuchsia #C532B7
RGB
CMYK
RGB Variations
Color information
#C532B7 (or 0xC532B7) is known color: Fuchsia. HEX triplet: C5, 32 and B7. RGB value is (197,50,183). Sum of RGB (Red+Green+Blue) = 197+50+183=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C532B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C532B7 is #3ACD48. Grayscale: #6C6C6C. Windows color (decimal): -3853641 or 12006085. OLE color: 12006085.
HSL color Cylindrical-coordinate representation of color #C532B7: hue angle of 305.71º 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 #C532B7 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 183 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.23 |
| HSL | 305.71º | 0.6% | 0.48% | - |
| HSV(B) | 305.71º | 0.75% | 0.77% | - |
| XYZ | 32.71 | 17.57 | 46.47 | - |
| YUV | 109.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 183 | 0 | 0.75 | 0.07 | 0.23 | 305.71 | 0.6 | 0.48 |
| Hex | C5 | 32 | B7 | 0 | 4B | 7 | 17 | 132 | 3C | 30 |
| Octal | 305 | 62 | 267 | 0 | 113 | 7 | 27 | 462 | 74 | 60 |
| Binary | 11000101 | 110010 | 10110111 | 0 | 1001011 | 111 | 10111 | 100110010 | 111100 | 110000 |
Color Harmonies of #C532B7
Complementary color
Monochromatic Colors of #C532B7
Black with #C532B7
Text Example
Text Example
White with #C532B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C532B7; }
p { color: rgb(197,50,183); }
H1.HeaderClassName
{
color: #C532B7;
}
.AnyTagClassName
{
color: #C532B7;
}
</style>
background-color css
<style>
a { background-color: #C532B7; }
a { background-color: rgb(197,50,183); }
div.DivClassName
{
background-color: #C532B7;
}
.BgClassName
{
background-color: #C532B7;
}
</style>
border-color css
<style>
span { border-color: #C532B7; }
span { border-color: rgb(197,50,183); }
td.TdClassName
{
border-color: #C532B7;
}
.TagClassName
{
border-color: #C532B7;
}
</style>