Shades of Fuchsia #C450B2
Tints of Fuchsia #C450B2
RGB
CMYK
RGB Variations
Color information
#C450B2 (or 0xC450B2) is known color: Fuchsia. HEX triplet: C4, 50 and B2. RGB value is (196,80,178). Sum of RGB (Red+Green+Blue) = 196+80+178=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C450B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450B2 is #3BAF4D. Grayscale: #7D7D7D. Windows color (decimal): -3911502 or 11686084. OLE color: 11686084.
HSL color Cylindrical-coordinate representation of color #C450B2: hue angle of 309.31º degrees, saturation: 0.5, 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 #C450B2 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 178 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.23 |
| HSL | 309.31º | 0.5% | 0.54% | - |
| HSV(B) | 309.31º | 0.59% | 0.77% | - |
| XYZ | 33.67 | 20.69 | 44.34 | - |
| YUV | 125.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 178 | 0 | 0.59 | 0.09 | 0.23 | 309.31 | 0.5 | 0.54 |
| Hex | C4 | 50 | B2 | 0 | 3B | 9 | 17 | 135 | 32 | 36 |
| Octal | 304 | 120 | 262 | 0 | 73 | 11 | 27 | 465 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10110010 | 0 | 111011 | 1001 | 10111 | 100110101 | 110010 | 110110 |
Color Harmonies of #C450B2
Complementary color
Monochromatic Colors of #C450B2
Black with #C450B2
Text Example
Text Example
White with #C450B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450B2; }
p { color: rgb(196,80,178); }
H1.HeaderClassName
{
color: #C450B2;
}
.AnyTagClassName
{
color: #C450B2;
}
</style>
background-color css
<style>
a { background-color: #C450B2; }
a { background-color: rgb(196,80,178); }
div.DivClassName
{
background-color: #C450B2;
}
.BgClassName
{
background-color: #C450B2;
}
</style>
border-color css
<style>
span { border-color: #C450B2; }
span { border-color: rgb(196,80,178); }
td.TdClassName
{
border-color: #C450B2;
}
.TagClassName
{
border-color: #C450B2;
}
</style>