Shades of Fuchsia #C236B8
Tints of Fuchsia #C236B8
RGB
CMYK
RGB Variations
Color information
#C236B8 (or 0xC236B8) is known color: Fuchsia. HEX triplet: C2, 36 and B8. RGB value is (194,54,184). Sum of RGB (Red+Green+Blue) = 194+54+184=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C236B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236B8 is #3DC947. Grayscale: #6E6E6E. Windows color (decimal): -4049224 or 12072642. OLE color: 12072642.
HSL color Cylindrical-coordinate representation of color #C236B8: hue angle of 304.29º 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 #C236B8 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 184 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.24 |
| HSL | 304.29º | 0.56% | 0.49% | - |
| HSV(B) | 304.29º | 0.72% | 0.76% | - |
| XYZ | 32.22 | 17.57 | 47.04 | - |
| YUV | 110.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 184 | 0 | 0.72 | 0.05 | 0.24 | 304.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | B8 | 0 | 48 | 5 | 18 | 130 | 38 | 31 |
| Octal | 302 | 66 | 270 | 0 | 110 | 5 | 30 | 460 | 70 | 61 |
| Binary | 11000010 | 110110 | 10111000 | 0 | 1001000 | 101 | 11000 | 100110000 | 111000 | 110001 |
Color Harmonies of #C236B8
Complementary color
Monochromatic Colors of #C236B8
Black with #C236B8
Text Example
Text Example
White with #C236B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236B8; }
p { color: rgb(194,54,184); }
H1.HeaderClassName
{
color: #C236B8;
}
.AnyTagClassName
{
color: #C236B8;
}
</style>
background-color css
<style>
a { background-color: #C236B8; }
a { background-color: rgb(194,54,184); }
div.DivClassName
{
background-color: #C236B8;
}
.BgClassName
{
background-color: #C236B8;
}
</style>
border-color css
<style>
span { border-color: #C236B8; }
span { border-color: rgb(194,54,184); }
td.TdClassName
{
border-color: #C236B8;
}
.TagClassName
{
border-color: #C236B8;
}
</style>