Shades of Fuchsia #C340B0
Tints of Fuchsia #C340B0
RGB
CMYK
RGB Variations
Color information
#C340B0 (or 0xC340B0) is known color: Fuchsia. HEX triplet: C3, 40 and B0. RGB value is (195,64,176). Sum of RGB (Red+Green+Blue) = 195+64+176=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C340B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340B0 is #3CBF4F. Grayscale: #737373. Windows color (decimal): -3981136 or 11550915. OLE color: 11550915.
HSL color Cylindrical-coordinate representation of color #C340B0: hue angle of 308.7º 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 #C340B0 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 176 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.24 |
| HSL | 308.7º | 0.52% | 0.51% | - |
| HSV(B) | 308.7º | 0.67% | 0.76% | - |
| XYZ | 32.18 | 18.4 | 42.93 | - |
| YUV | 115.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 176 | 0 | 0.67 | 0.10 | 0.24 | 308.7 | 0.52 | 0.51 |
| Hex | C3 | 40 | B0 | 0 | 43 | A | 18 | 135 | 34 | 33 |
| Octal | 303 | 100 | 260 | 0 | 103 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10110000 | 0 | 1000011 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C340B0
Complementary color
Monochromatic Colors of #C340B0
Black with #C340B0
Text Example
Text Example
White with #C340B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340B0; }
p { color: rgb(195,64,176); }
H1.HeaderClassName
{
color: #C340B0;
}
.AnyTagClassName
{
color: #C340B0;
}
</style>
background-color css
<style>
a { background-color: #C340B0; }
a { background-color: rgb(195,64,176); }
div.DivClassName
{
background-color: #C340B0;
}
.BgClassName
{
background-color: #C340B0;
}
</style>
border-color css
<style>
span { border-color: #C340B0; }
span { border-color: rgb(195,64,176); }
td.TdClassName
{
border-color: #C340B0;
}
.TagClassName
{
border-color: #C340B0;
}
</style>