Shades of Fuchsia #C36DC3
Tints of Fuchsia #C36DC3
RGB
CMYK
RGB Variations
Color information
#C36DC3 (or 0xC36DC3) is known color: Fuchsia. HEX triplet: C3, 6D and C3. RGB value is (195,109,195). Sum of RGB (Red+Green+Blue) = 195+109+195=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C36DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DC3 is #3C923C. Grayscale: #909090. Windows color (decimal): -3969597 or 12807619. OLE color: 12807619.
HSL color Cylindrical-coordinate representation of color #C36DC3: hue angle of 300º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36DC3 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 195 | - |
| CMYK | 0 | 0.44 | 0 | 0.24 |
| HSL | 300º | 0.42% | 0.6% | - |
| HSV(B) | 300º | 0.44% | 0.76% | - |
| XYZ | 37.82 | 26.48 | 54.75 | - |
| YUV | 144.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 195 | 0 | 0.44 | 0 | 0.24 | 300 | 0.42 | 0.6 |
| Hex | C3 | 6D | C3 | 0 | 2C | 0 | 18 | 12C | 2A | 3C |
| Octal | 303 | 155 | 303 | 0 | 54 | 0 | 30 | 454 | 52 | 74 |
| Binary | 11000011 | 1101101 | 11000011 | 0 | 101100 | 0 | 11000 | 100101100 | 101010 | 111100 |
Color Harmonies of #C36DC3
Complementary color
Monochromatic Colors of #C36DC3
Black with #C36DC3
Text Example
Text Example
White with #C36DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DC3; }
p { color: rgb(195,109,195); }
H1.HeaderClassName
{
color: #C36DC3;
}
.AnyTagClassName
{
color: #C36DC3;
}
</style>
background-color css
<style>
a { background-color: #C36DC3; }
a { background-color: rgb(195,109,195); }
div.DivClassName
{
background-color: #C36DC3;
}
.BgClassName
{
background-color: #C36DC3;
}
</style>
border-color css
<style>
span { border-color: #C36DC3; }
span { border-color: rgb(195,109,195); }
td.TdClassName
{
border-color: #C36DC3;
}
.TagClassName
{
border-color: #C36DC3;
}
</style>