Shades of Fuchsia #C436B2
Tints of Fuchsia #C436B2
RGB
CMYK
RGB Variations
Color information
#C436B2 (or 0xC436B2) is known color: Fuchsia. HEX triplet: C4, 36 and B2. RGB value is (196,54,178). Sum of RGB (Red+Green+Blue) = 196+54+178=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C436B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C436B2 is #3BC94D. Grayscale: #6E6E6E. Windows color (decimal): -3918158 or 11679428. OLE color: 11679428.
HSL color Cylindrical-coordinate representation of color #C436B2: hue angle of 307.61º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C436B2 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 178 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.23 |
| HSL | 307.61º | 0.57% | 0.49% | - |
| HSV(B) | 307.61º | 0.72% | 0.77% | - |
| XYZ | 32.12 | 17.59 | 43.82 | - |
| YUV | 110.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 178 | 0 | 0.72 | 0.09 | 0.23 | 307.61 | 0.57 | 0.49 |
| Hex | C4 | 36 | B2 | 0 | 48 | 9 | 17 | 134 | 39 | 31 |
| Octal | 304 | 66 | 262 | 0 | 110 | 11 | 27 | 464 | 71 | 61 |
| Binary | 11000100 | 110110 | 10110010 | 0 | 1001000 | 1001 | 10111 | 100110100 | 111001 | 110001 |
Color Harmonies of #C436B2
Complementary color
Monochromatic Colors of #C436B2
Black with #C436B2
Text Example
Text Example
White with #C436B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C436B2; }
p { color: rgb(196,54,178); }
H1.HeaderClassName
{
color: #C436B2;
}
.AnyTagClassName
{
color: #C436B2;
}
</style>
background-color css
<style>
a { background-color: #C436B2; }
a { background-color: rgb(196,54,178); }
div.DivClassName
{
background-color: #C436B2;
}
.BgClassName
{
background-color: #C436B2;
}
</style>
border-color css
<style>
span { border-color: #C436B2; }
span { border-color: rgb(196,54,178); }
td.TdClassName
{
border-color: #C436B2;
}
.TagClassName
{
border-color: #C436B2;
}
</style>