Shades of Fuchsia #C345CE
Tints of Fuchsia #C345CE
RGB
CMYK
RGB Variations
Color information
#C345CE (or 0xC345CE) is known color: Fuchsia. HEX triplet: C3, 45 and CE. RGB value is (195,69,206). Sum of RGB (Red+Green+Blue) = 195+69+206=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C345CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345CE is #3CBA31. Grayscale: #797979. Windows color (decimal): -3979826 or 13518275. OLE color: 13518275.
HSL color Cylindrical-coordinate representation of color #C345CE: hue angle of 295.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C345CE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 69 | 206 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.19 |
| HSL | 295.18º | 0.58% | 0.54% | - |
| HSV(B) | 295.18º | 0.67% | 0.81% | - |
| XYZ | 35.77 | 20.31 | 60.43 | - |
| YUV | 122.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 206 | 0.05 | 0.67 | 0 | 0.19 | 295.18 | 0.58 | 0.54 |
| Hex | C3 | 45 | CE | 5 | 43 | 0 | 13 | 127 | 3A | 36 |
| Octal | 303 | 105 | 316 | 5 | 103 | 0 | 23 | 447 | 72 | 66 |
| Binary | 11000011 | 1000101 | 11001110 | 101 | 1000011 | 0 | 10011 | 100100111 | 111010 | 110110 |
Color Harmonies of #C345CE
Complementary color
Monochromatic Colors of #C345CE
Black with #C345CE
Text Example
Text Example
White with #C345CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345CE; }
p { color: rgb(195,69,206); }
H1.HeaderClassName
{
color: #C345CE;
}
.AnyTagClassName
{
color: #C345CE;
}
</style>
background-color css
<style>
a { background-color: #C345CE; }
a { background-color: rgb(195,69,206); }
div.DivClassName
{
background-color: #C345CE;
}
.BgClassName
{
background-color: #C345CE;
}
</style>
border-color css
<style>
span { border-color: #C345CE; }
span { border-color: rgb(195,69,206); }
td.TdClassName
{
border-color: #C345CE;
}
.TagClassName
{
border-color: #C345CE;
}
</style>