Shades of Fuchsia #C236B0
Tints of Fuchsia #C236B0
RGB
CMYK
RGB Variations
Color information
#C236B0 (or 0xC236B0) is known color: Fuchsia. HEX triplet: C2, 36 and B0. RGB value is (194,54,176). Sum of RGB (Red+Green+Blue) = 194+54+176=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C236B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C236B0 is #3DC94F. Grayscale: #6D6D6D. Windows color (decimal): -4049232 or 11548354. OLE color: 11548354.
HSL color Cylindrical-coordinate representation of color #C236B0: hue angle of 307.71º 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 #C236B0 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 176 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.24 |
| HSL | 307.71º | 0.56% | 0.49% | - |
| HSV(B) | 307.71º | 0.72% | 0.76% | - |
| XYZ | 31.4 | 17.24 | 42.75 | - |
| YUV | 109.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 176 | 0 | 0.72 | 0.09 | 0.24 | 307.71 | 0.56 | 0.49 |
| Hex | C2 | 36 | B0 | 0 | 48 | 9 | 18 | 134 | 38 | 31 |
| Octal | 302 | 66 | 260 | 0 | 110 | 11 | 30 | 464 | 70 | 61 |
| Binary | 11000010 | 110110 | 10110000 | 0 | 1001000 | 1001 | 11000 | 100110100 | 111000 | 110001 |
Color Harmonies of #C236B0
Complementary color
Monochromatic Colors of #C236B0
Black with #C236B0
Text Example
Text Example
White with #C236B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236B0; }
p { color: rgb(194,54,176); }
H1.HeaderClassName
{
color: #C236B0;
}
.AnyTagClassName
{
color: #C236B0;
}
</style>
background-color css
<style>
a { background-color: #C236B0; }
a { background-color: rgb(194,54,176); }
div.DivClassName
{
background-color: #C236B0;
}
.BgClassName
{
background-color: #C236B0;
}
</style>
border-color css
<style>
span { border-color: #C236B0; }
span { border-color: rgb(194,54,176); }
td.TdClassName
{
border-color: #C236B0;
}
.TagClassName
{
border-color: #C236B0;
}
</style>