Shades of Fuchsia #C340CE
Tints of Fuchsia #C340CE
RGB
CMYK
RGB Variations
Color information
#C340CE (or 0xC340CE) is known color: Fuchsia. HEX triplet: C3, 40 and CE. RGB value is (195,64,206). Sum of RGB (Red+Green+Blue) = 195+64+206=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C340CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340CE is #3CBF31. Grayscale: #767676. Windows color (decimal): -3981106 or 13516995. OLE color: 13516995.
HSL color Cylindrical-coordinate representation of color #C340CE: hue angle of 295.35º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C340CE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 64 | 206 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.19 |
| HSL | 295.35º | 0.59% | 0.53% | - |
| HSV(B) | 295.35º | 0.69% | 0.81% | - |
| XYZ | 35.48 | 19.73 | 60.33 | - |
| YUV | 119.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 206 | 0.05 | 0.69 | 0 | 0.19 | 295.35 | 0.59 | 0.53 |
| Hex | C3 | 40 | CE | 5 | 45 | 0 | 13 | 127 | 3B | 35 |
| Octal | 303 | 100 | 316 | 5 | 105 | 0 | 23 | 447 | 73 | 65 |
| Binary | 11000011 | 1000000 | 11001110 | 101 | 1000101 | 0 | 10011 | 100100111 | 111011 | 110101 |
Color Harmonies of #C340CE
Complementary color
Monochromatic Colors of #C340CE
Black with #C340CE
Text Example
Text Example
White with #C340CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340CE; }
p { color: rgb(195,64,206); }
H1.HeaderClassName
{
color: #C340CE;
}
.AnyTagClassName
{
color: #C340CE;
}
</style>
background-color css
<style>
a { background-color: #C340CE; }
a { background-color: rgb(195,64,206); }
div.DivClassName
{
background-color: #C340CE;
}
.BgClassName
{
background-color: #C340CE;
}
</style>
border-color css
<style>
span { border-color: #C340CE; }
span { border-color: rgb(195,64,206); }
td.TdClassName
{
border-color: #C340CE;
}
.TagClassName
{
border-color: #C340CE;
}
</style>