Shades of Fuchsia #C350BD
Tints of Fuchsia #C350BD
RGB
CMYK
RGB Variations
Color information
#C350BD (or 0xC350BD) is known color: Fuchsia. HEX triplet: C3, 50 and BD. RGB value is (195,80,189). Sum of RGB (Red+Green+Blue) = 195+80+189=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C350BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350BD is #3CAF42. Grayscale: #7E7E7E. Windows color (decimal): -3977027 or 12406979. OLE color: 12406979.
HSL color Cylindrical-coordinate representation of color #C350BD: hue angle of 303.13º 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 #C350BD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 189 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.24 |
| HSL | 303.13º | 0.49% | 0.54% | - |
| HSV(B) | 303.13º | 0.59% | 0.76% | - |
| XYZ | 34.56 | 21.01 | 50.38 | - |
| YUV | 126.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 189 | 0 | 0.59 | 0.03 | 0.24 | 303.13 | 0.49 | 0.54 |
| Hex | C3 | 50 | BD | 0 | 3B | 3 | 18 | 12F | 31 | 36 |
| Octal | 303 | 120 | 275 | 0 | 73 | 3 | 30 | 457 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10111101 | 0 | 111011 | 11 | 11000 | 100101111 | 110001 | 110110 |
Color Harmonies of #C350BD
Complementary color
Monochromatic Colors of #C350BD
Black with #C350BD
Text Example
Text Example
White with #C350BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350BD; }
p { color: rgb(195,80,189); }
H1.HeaderClassName
{
color: #C350BD;
}
.AnyTagClassName
{
color: #C350BD;
}
</style>
background-color css
<style>
a { background-color: #C350BD; }
a { background-color: rgb(195,80,189); }
div.DivClassName
{
background-color: #C350BD;
}
.BgClassName
{
background-color: #C350BD;
}
</style>
border-color css
<style>
span { border-color: #C350BD; }
span { border-color: rgb(195,80,189); }
td.TdClassName
{
border-color: #C350BD;
}
.TagClassName
{
border-color: #C350BD;
}
</style>