Shades of Fuchsia #C36FB4
Tints of Fuchsia #C36FB4
RGB
CMYK
RGB Variations
Color information
#C36FB4 (or 0xC36FB4) is known color: Fuchsia. HEX triplet: C3, 6F and B4. RGB value is (195,111,180). Sum of RGB (Red+Green+Blue) = 195+111+180=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FB4 is #3C904B. Grayscale: #8F8F8F. Windows color (decimal): -3969100 or 11825091. OLE color: 11825091.
HSL color Cylindrical-coordinate representation of color #C36FB4: hue angle of 310.71º 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 #C36FB4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 180 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.24 |
| HSL | 310.71º | 0.41% | 0.6% | - |
| HSV(B) | 310.71º | 0.43% | 0.76% | - |
| XYZ | 36.43 | 26.27 | 46.33 | - |
| YUV | 143.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 180 | 0 | 0.43 | 0.08 | 0.24 | 310.71 | 0.41 | 0.6 |
| Hex | C3 | 6F | B4 | 0 | 2B | 8 | 18 | 137 | 29 | 3C |
| Octal | 303 | 157 | 264 | 0 | 53 | 10 | 30 | 467 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10110100 | 0 | 101011 | 1000 | 11000 | 100110111 | 101001 | 111100 |
Color Harmonies of #C36FB4
Complementary color
Monochromatic Colors of #C36FB4
Black with #C36FB4
Text Example
Text Example
White with #C36FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FB4; }
p { color: rgb(195,111,180); }
H1.HeaderClassName
{
color: #C36FB4;
}
.AnyTagClassName
{
color: #C36FB4;
}
</style>
background-color css
<style>
a { background-color: #C36FB4; }
a { background-color: rgb(195,111,180); }
div.DivClassName
{
background-color: #C36FB4;
}
.BgClassName
{
background-color: #C36FB4;
}
</style>
border-color css
<style>
span { border-color: #C36FB4; }
span { border-color: rgb(195,111,180); }
td.TdClassName
{
border-color: #C36FB4;
}
.TagClassName
{
border-color: #C36FB4;
}
</style>