Shades of Fuchsia #C736BC
Tints of Fuchsia #C736BC
RGB
CMYK
RGB Variations
Color information
#C736BC (or 0xC736BC) is known color: Fuchsia. HEX triplet: C7, 36 and BC. RGB value is (199,54,188). Sum of RGB (Red+Green+Blue) = 199+54+188=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C736BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736BC is #38C943. Grayscale: #707070. Windows color (decimal): -3721540 or 12334791. OLE color: 12334791.
HSL color Cylindrical-coordinate representation of color #C736BC: hue angle of 304.55º 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 #C736BC is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 188 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.22 |
| HSL | 304.55º | 0.57% | 0.5% | - |
| HSV(B) | 304.55º | 0.73% | 0.78% | - |
| XYZ | 33.95 | 18.41 | 49.34 | - |
| YUV | 112.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 188 | 0 | 0.73 | 0.06 | 0.22 | 304.55 | 0.57 | 0.5 |
| Hex | C7 | 36 | BC | 0 | 49 | 6 | 16 | 131 | 39 | 32 |
| Octal | 307 | 66 | 274 | 0 | 111 | 6 | 26 | 461 | 71 | 62 |
| Binary | 11000111 | 110110 | 10111100 | 0 | 1001001 | 110 | 10110 | 100110001 | 111001 | 110010 |
Color Harmonies of #C736BC
Complementary color
Monochromatic Colors of #C736BC
Black with #C736BC
Text Example
Text Example
White with #C736BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736BC; }
p { color: rgb(199,54,188); }
H1.HeaderClassName
{
color: #C736BC;
}
.AnyTagClassName
{
color: #C736BC;
}
</style>
background-color css
<style>
a { background-color: #C736BC; }
a { background-color: rgb(199,54,188); }
div.DivClassName
{
background-color: #C736BC;
}
.BgClassName
{
background-color: #C736BC;
}
</style>
border-color css
<style>
span { border-color: #C736BC; }
span { border-color: rgb(199,54,188); }
td.TdClassName
{
border-color: #C736BC;
}
.TagClassName
{
border-color: #C736BC;
}
</style>