Shades of Fuchsia #C451B2
Tints of Fuchsia #C451B2
RGB
CMYK
RGB Variations
Color information
#C451B2 (or 0xC451B2) is known color: Fuchsia. HEX triplet: C4, 51 and B2. RGB value is (196,81,178). Sum of RGB (Red+Green+Blue) = 196+81+178=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C451B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451B2 is #3BAE4D. Grayscale: #7E7E7E. Windows color (decimal): -3911246 or 11686340. OLE color: 11686340.
HSL color Cylindrical-coordinate representation of color #C451B2: hue angle of 309.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C451B2 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 178 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.23 |
| HSL | 309.39º | 0.49% | 0.54% | - |
| HSV(B) | 309.39º | 0.59% | 0.77% | - |
| XYZ | 33.74 | 20.83 | 44.36 | - |
| YUV | 126.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 178 | 0 | 0.59 | 0.09 | 0.23 | 309.39 | 0.49 | 0.54 |
| Hex | C4 | 51 | B2 | 0 | 3B | 9 | 17 | 135 | 31 | 36 |
| Octal | 304 | 121 | 262 | 0 | 73 | 11 | 27 | 465 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10110010 | 0 | 111011 | 1001 | 10111 | 100110101 | 110001 | 110110 |
Color Harmonies of #C451B2
Complementary color
Monochromatic Colors of #C451B2
Black with #C451B2
Text Example
Text Example
White with #C451B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451B2; }
p { color: rgb(196,81,178); }
H1.HeaderClassName
{
color: #C451B2;
}
.AnyTagClassName
{
color: #C451B2;
}
</style>
background-color css
<style>
a { background-color: #C451B2; }
a { background-color: rgb(196,81,178); }
div.DivClassName
{
background-color: #C451B2;
}
.BgClassName
{
background-color: #C451B2;
}
</style>
border-color css
<style>
span { border-color: #C451B2; }
span { border-color: rgb(196,81,178); }
td.TdClassName
{
border-color: #C451B2;
}
.TagClassName
{
border-color: #C451B2;
}
</style>