Shades of Fuchsia #C340BD
Tints of Fuchsia #C340BD
RGB
CMYK
RGB Variations
Color information
#C340BD (or 0xC340BD) is known color: Fuchsia. HEX triplet: C3, 40 and BD. RGB value is (195,64,189). Sum of RGB (Red+Green+Blue) = 195+64+189=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BD is #3CBF42. Grayscale: #757575. Windows color (decimal): -3981123 or 12402883. OLE color: 12402883.
HSL color Cylindrical-coordinate representation of color #C340BD: hue angle of 302.75º 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 #C340BD is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 189 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.24 |
| HSL | 302.75º | 0.52% | 0.51% | - |
| HSV(B) | 302.75º | 0.67% | 0.76% | - |
| XYZ | 33.52 | 18.94 | 50.03 | - |
| YUV | 117.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 189 | 0 | 0.67 | 0.03 | 0.24 | 302.75 | 0.52 | 0.51 |
| Hex | C3 | 40 | BD | 0 | 43 | 3 | 18 | 12F | 34 | 33 |
| Octal | 303 | 100 | 275 | 0 | 103 | 3 | 30 | 457 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10111101 | 0 | 1000011 | 11 | 11000 | 100101111 | 110100 | 110011 |
Color Harmonies of #C340BD
Complementary color
Monochromatic Colors of #C340BD
Black with #C340BD
Text Example
Text Example
White with #C340BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340BD; }
p { color: rgb(195,64,189); }
H1.HeaderClassName
{
color: #C340BD;
}
.AnyTagClassName
{
color: #C340BD;
}
</style>
background-color css
<style>
a { background-color: #C340BD; }
a { background-color: rgb(195,64,189); }
div.DivClassName
{
background-color: #C340BD;
}
.BgClassName
{
background-color: #C340BD;
}
</style>
border-color css
<style>
span { border-color: #C340BD; }
span { border-color: rgb(195,64,189); }
td.TdClassName
{
border-color: #C340BD;
}
.TagClassName
{
border-color: #C340BD;
}
</style>