Shades of Fuchsia #C350BF
Tints of Fuchsia #C350BF
RGB
CMYK
RGB Variations
Color information
#C350BF (or 0xC350BF) is known color: Fuchsia. HEX triplet: C3, 50 and BF. RGB value is (195,80,191). Sum of RGB (Red+Green+Blue) = 195+80+191=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C350BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350BF is #3CAF40. Grayscale: #7E7E7E. Windows color (decimal): -3977025 or 12538051. OLE color: 12538051.
HSL color Cylindrical-coordinate representation of color #C350BF: hue angle of 302.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350BF is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 191 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.24 |
| HSL | 302.09º | 0.49% | 0.54% | - |
| HSV(B) | 302.09º | 0.59% | 0.76% | - |
| XYZ | 34.78 | 21.1 | 51.53 | - |
| YUV | 127.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 191 | 0 | 0.59 | 0.02 | 0.24 | 302.09 | 0.49 | 0.54 |
| Hex | C3 | 50 | BF | 0 | 3B | 2 | 18 | 12E | 31 | 36 |
| Octal | 303 | 120 | 277 | 0 | 73 | 2 | 30 | 456 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10111111 | 0 | 111011 | 10 | 11000 | 100101110 | 110001 | 110110 |
Color Harmonies of #C350BF
Complementary color
Monochromatic Colors of #C350BF
Black with #C350BF
Text Example
Text Example
White with #C350BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350BF; }
p { color: rgb(195,80,191); }
H1.HeaderClassName
{
color: #C350BF;
}
.AnyTagClassName
{
color: #C350BF;
}
</style>
background-color css
<style>
a { background-color: #C350BF; }
a { background-color: rgb(195,80,191); }
div.DivClassName
{
background-color: #C350BF;
}
.BgClassName
{
background-color: #C350BF;
}
</style>
border-color css
<style>
span { border-color: #C350BF; }
span { border-color: rgb(195,80,191); }
td.TdClassName
{
border-color: #C350BF;
}
.TagClassName
{
border-color: #C350BF;
}
</style>