Shades of Fuchsia #C236BC
Tints of Fuchsia #C236BC
RGB
CMYK
RGB Variations
Color information
#C236BC (or 0xC236BC) is known color: Fuchsia. HEX triplet: C2, 36 and BC. RGB value is (194,54,188). Sum of RGB (Red+Green+Blue) = 194+54+188=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C236BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236BC is #3DC943. Grayscale: #6E6E6E. Windows color (decimal): -4049220 or 12334786. OLE color: 12334786.
HSL color Cylindrical-coordinate representation of color #C236BC: hue angle of 302.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C236BC is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 188 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.24 |
| HSL | 302.57º | 0.56% | 0.49% | - |
| HSV(B) | 302.57º | 0.72% | 0.76% | - |
| XYZ | 32.64 | 17.74 | 49.28 | - |
| YUV | 111.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 188 | 0 | 0.72 | 0.03 | 0.24 | 302.57 | 0.56 | 0.49 |
| Hex | C2 | 36 | BC | 0 | 48 | 3 | 18 | 12F | 38 | 31 |
| Octal | 302 | 66 | 274 | 0 | 110 | 3 | 30 | 457 | 70 | 61 |
| Binary | 11000010 | 110110 | 10111100 | 0 | 1001000 | 11 | 11000 | 100101111 | 111000 | 110001 |
Color Harmonies of #C236BC
Complementary color
Monochromatic Colors of #C236BC
Black with #C236BC
Text Example
Text Example
White with #C236BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236BC; }
p { color: rgb(194,54,188); }
H1.HeaderClassName
{
color: #C236BC;
}
.AnyTagClassName
{
color: #C236BC;
}
</style>
background-color css
<style>
a { background-color: #C236BC; }
a { background-color: rgb(194,54,188); }
div.DivClassName
{
background-color: #C236BC;
}
.BgClassName
{
background-color: #C236BC;
}
</style>
border-color css
<style>
span { border-color: #C236BC; }
span { border-color: rgb(194,54,188); }
td.TdClassName
{
border-color: #C236BC;
}
.TagClassName
{
border-color: #C236BC;
}
</style>