Shades of Fuchsia #C732B6
Tints of Fuchsia #C732B6
RGB
CMYK
RGB Variations
Color information
#C732B6 (or 0xC732B6) is known color: Fuchsia. HEX triplet: C7, 32 and B6. RGB value is (199,50,182). Sum of RGB (Red+Green+Blue) = 199+50+182=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C732B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732B6 is #38CD49. Grayscale: #6D6D6D. Windows color (decimal): -3722570 or 11940551. OLE color: 11940551.
HSL color Cylindrical-coordinate representation of color #C732B6: hue angle of 306.85º 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 #C732B6 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 182 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.22 |
| HSL | 306.85º | 0.6% | 0.49% | - |
| HSV(B) | 306.85º | 0.75% | 0.78% | - |
| XYZ | 33.14 | 17.8 | 45.95 | - |
| YUV | 109.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 182 | 0 | 0.75 | 0.09 | 0.22 | 306.85 | 0.6 | 0.49 |
| Hex | C7 | 32 | B6 | 0 | 4B | 9 | 16 | 133 | 3C | 31 |
| Octal | 307 | 62 | 266 | 0 | 113 | 11 | 26 | 463 | 74 | 61 |
| Binary | 11000111 | 110010 | 10110110 | 0 | 1001011 | 1001 | 10110 | 100110011 | 111100 | 110001 |
Color Harmonies of #C732B6
Complementary color
Monochromatic Colors of #C732B6
Black with #C732B6
Text Example
Text Example
White with #C732B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732B6; }
p { color: rgb(199,50,182); }
H1.HeaderClassName
{
color: #C732B6;
}
.AnyTagClassName
{
color: #C732B6;
}
</style>
background-color css
<style>
a { background-color: #C732B6; }
a { background-color: rgb(199,50,182); }
div.DivClassName
{
background-color: #C732B6;
}
.BgClassName
{
background-color: #C732B6;
}
</style>
border-color css
<style>
span { border-color: #C732B6; }
span { border-color: rgb(199,50,182); }
td.TdClassName
{
border-color: #C732B6;
}
.TagClassName
{
border-color: #C732B6;
}
</style>