Shades of Fuchsia #C732B8
Tints of Fuchsia #C732B8
RGB
CMYK
RGB Variations
Color information
#C732B8 (or 0xC732B8) is known color: Fuchsia. HEX triplet: C7, 32 and B8. RGB value is (199,50,184). Sum of RGB (Red+Green+Blue) = 199+50+184=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C732B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732B8 is #38CD47. Grayscale: #6D6D6D. Windows color (decimal): -3722568 or 12071623. OLE color: 12071623.
HSL color Cylindrical-coordinate representation of color #C732B8: hue angle of 306.04º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C732B8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 184 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.22 |
| HSL | 306.04º | 0.6% | 0.49% | - |
| HSV(B) | 306.04º | 0.75% | 0.78% | - |
| XYZ | 33.35 | 17.88 | 47.04 | - |
| YUV | 109.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 184 | 0 | 0.75 | 0.08 | 0.22 | 306.04 | 0.6 | 0.49 |
| Hex | C7 | 32 | B8 | 0 | 4B | 8 | 16 | 132 | 3C | 31 |
| Octal | 307 | 62 | 270 | 0 | 113 | 10 | 26 | 462 | 74 | 61 |
| Binary | 11000111 | 110010 | 10111000 | 0 | 1001011 | 1000 | 10110 | 100110010 | 111100 | 110001 |
Color Harmonies of #C732B8
Complementary color
Monochromatic Colors of #C732B8
Black with #C732B8
Text Example
Text Example
White with #C732B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732B8; }
p { color: rgb(199,50,184); }
H1.HeaderClassName
{
color: #C732B8;
}
.AnyTagClassName
{
color: #C732B8;
}
</style>
background-color css
<style>
a { background-color: #C732B8; }
a { background-color: rgb(199,50,184); }
div.DivClassName
{
background-color: #C732B8;
}
.BgClassName
{
background-color: #C732B8;
}
</style>
border-color css
<style>
span { border-color: #C732B8; }
span { border-color: rgb(199,50,184); }
td.TdClassName
{
border-color: #C732B8;
}
.TagClassName
{
border-color: #C732B8;
}
</style>