Shades of Fuchsia #C36FC0
Tints of Fuchsia #C36FC0
RGB
CMYK
RGB Variations
Color information
#C36FC0 (or 0xC36FC0) is known color: Fuchsia. HEX triplet: C3, 6F and C0. RGB value is (195,111,192). Sum of RGB (Red+Green+Blue) = 195+111+192=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FC0 is #3C903F. Grayscale: #919191. Windows color (decimal): -3969088 or 12611523. OLE color: 12611523.
HSL color Cylindrical-coordinate representation of color #C36FC0: hue angle of 302.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36FC0 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 192 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.24 |
| HSL | 302.14º | 0.41% | 0.6% | - |
| HSV(B) | 302.14º | 0.43% | 0.76% | - |
| XYZ | 37.7 | 26.78 | 53.05 | - |
| YUV | 145.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 192 | 0 | 0.43 | 0.02 | 0.24 | 302.14 | 0.41 | 0.6 |
| Hex | C3 | 6F | C0 | 0 | 2B | 2 | 18 | 12E | 29 | 3C |
| Octal | 303 | 157 | 300 | 0 | 53 | 2 | 30 | 456 | 51 | 74 |
| Binary | 11000011 | 1101111 | 11000000 | 0 | 101011 | 10 | 11000 | 100101110 | 101001 | 111100 |
Color Harmonies of #C36FC0
Complementary color
Monochromatic Colors of #C36FC0
Black with #C36FC0
Text Example
Text Example
White with #C36FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FC0; }
p { color: rgb(195,111,192); }
H1.HeaderClassName
{
color: #C36FC0;
}
.AnyTagClassName
{
color: #C36FC0;
}
</style>
background-color css
<style>
a { background-color: #C36FC0; }
a { background-color: rgb(195,111,192); }
div.DivClassName
{
background-color: #C36FC0;
}
.BgClassName
{
background-color: #C36FC0;
}
</style>
border-color css
<style>
span { border-color: #C36FC0; }
span { border-color: rgb(195,111,192); }
td.TdClassName
{
border-color: #C36FC0;
}
.TagClassName
{
border-color: #C36FC0;
}
</style>