Shades of Fuchsia #C736B0
Tints of Fuchsia #C736B0
RGB
CMYK
RGB Variations
Color information
#C736B0 (or 0xC736B0) is known color: Fuchsia. HEX triplet: C7, 36 and B0. RGB value is (199,54,176). Sum of RGB (Red+Green+Blue) = 199+54+176=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C736B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C736B0 is #38C94F. Grayscale: #6E6E6E. Windows color (decimal): -3721552 or 11548359. OLE color: 11548359.
HSL color Cylindrical-coordinate representation of color #C736B0: hue angle of 309.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736B0 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 176 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.22 |
| HSL | 309.52º | 0.57% | 0.5% | - |
| HSV(B) | 309.52º | 0.73% | 0.78% | - |
| XYZ | 32.71 | 17.92 | 42.81 | - |
| YUV | 111.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 176 | 0 | 0.73 | 0.12 | 0.22 | 309.52 | 0.57 | 0.5 |
| Hex | C7 | 36 | B0 | 0 | 49 | C | 16 | 136 | 39 | 32 |
| Octal | 307 | 66 | 260 | 0 | 111 | 14 | 26 | 466 | 71 | 62 |
| Binary | 11000111 | 110110 | 10110000 | 0 | 1001001 | 1100 | 10110 | 100110110 | 111001 | 110010 |
Color Harmonies of #C736B0
Complementary color
Monochromatic Colors of #C736B0
Black with #C736B0
Text Example
Text Example
White with #C736B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736B0; }
p { color: rgb(199,54,176); }
H1.HeaderClassName
{
color: #C736B0;
}
.AnyTagClassName
{
color: #C736B0;
}
</style>
background-color css
<style>
a { background-color: #C736B0; }
a { background-color: rgb(199,54,176); }
div.DivClassName
{
background-color: #C736B0;
}
.BgClassName
{
background-color: #C736B0;
}
</style>
border-color css
<style>
span { border-color: #C736B0; }
span { border-color: rgb(199,54,176); }
td.TdClassName
{
border-color: #C736B0;
}
.TagClassName
{
border-color: #C736B0;
}
</style>