Shades of Fuchsia #C340BF
Tints of Fuchsia #C340BF
RGB
CMYK
RGB Variations
Color information
#C340BF (or 0xC340BF) is known color: Fuchsia. HEX triplet: C3, 40 and BF. RGB value is (195,64,191). Sum of RGB (Red+Green+Blue) = 195+64+191=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BF is #3CBF40. Grayscale: #757575. Windows color (decimal): -3981121 or 12533955. OLE color: 12533955.
HSL color Cylindrical-coordinate representation of color #C340BF: hue angle of 301.83º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340BF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 191 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.24 |
| HSL | 301.83º | 0.52% | 0.51% | - |
| HSV(B) | 301.83º | 0.67% | 0.76% | - |
| XYZ | 33.74 | 19.03 | 51.19 | - |
| YUV | 117.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 191 | 0 | 0.67 | 0.02 | 0.24 | 301.83 | 0.52 | 0.51 |
| Hex | C3 | 40 | BF | 0 | 43 | 2 | 18 | 12E | 34 | 33 |
| Octal | 303 | 100 | 277 | 0 | 103 | 2 | 30 | 456 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10111111 | 0 | 1000011 | 10 | 11000 | 100101110 | 110100 | 110011 |
Color Harmonies of #C340BF
Complementary color
Monochromatic Colors of #C340BF
Black with #C340BF
Text Example
Text Example
White with #C340BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340BF; }
p { color: rgb(195,64,191); }
H1.HeaderClassName
{
color: #C340BF;
}
.AnyTagClassName
{
color: #C340BF;
}
</style>
background-color css
<style>
a { background-color: #C340BF; }
a { background-color: rgb(195,64,191); }
div.DivClassName
{
background-color: #C340BF;
}
.BgClassName
{
background-color: #C340BF;
}
</style>
border-color css
<style>
span { border-color: #C340BF; }
span { border-color: rgb(195,64,191); }
td.TdClassName
{
border-color: #C340BF;
}
.TagClassName
{
border-color: #C340BF;
}
</style>