Shades of Fuchsia #C36DB3
Tints of Fuchsia #C36DB3
RGB
CMYK
RGB Variations
Color information
#C36DB3 (or 0xC36DB3) is known color: Fuchsia. HEX triplet: C3, 6D and B3. RGB value is (195,109,179). Sum of RGB (Red+Green+Blue) = 195+109+179=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DB3 is #3C924C. Grayscale: #8E8E8E. Windows color (decimal): -3969613 or 11759043. OLE color: 11759043.
HSL color Cylindrical-coordinate representation of color #C36DB3: hue angle of 311.16º 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 #C36DB3 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 179 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.24 |
| HSL | 311.16º | 0.42% | 0.6% | - |
| HSV(B) | 311.16º | 0.44% | 0.76% | - |
| XYZ | 36.11 | 25.79 | 45.72 | - |
| YUV | 142.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 179 | 0 | 0.44 | 0.08 | 0.24 | 311.16 | 0.42 | 0.6 |
| Hex | C3 | 6D | B3 | 0 | 2C | 8 | 18 | 137 | 2A | 3C |
| Octal | 303 | 155 | 263 | 0 | 54 | 10 | 30 | 467 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10110011 | 0 | 101100 | 1000 | 11000 | 100110111 | 101010 | 111100 |
Color Harmonies of #C36DB3
Complementary color
Monochromatic Colors of #C36DB3
Black with #C36DB3
Text Example
Text Example
White with #C36DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DB3; }
p { color: rgb(195,109,179); }
H1.HeaderClassName
{
color: #C36DB3;
}
.AnyTagClassName
{
color: #C36DB3;
}
</style>
background-color css
<style>
a { background-color: #C36DB3; }
a { background-color: rgb(195,109,179); }
div.DivClassName
{
background-color: #C36DB3;
}
.BgClassName
{
background-color: #C36DB3;
}
</style>
border-color css
<style>
span { border-color: #C36DB3; }
span { border-color: rgb(195,109,179); }
td.TdClassName
{
border-color: #C36DB3;
}
.TagClassName
{
border-color: #C36DB3;
}
</style>