Shades of Fuchsia #C36FB2
Tints of Fuchsia #C36FB2
RGB
CMYK
RGB Variations
Color information
#C36FB2 (or 0xC36FB2) is known color: Fuchsia. HEX triplet: C3, 6F and B2. RGB value is (195,111,178). Sum of RGB (Red+Green+Blue) = 195+111+178=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36FB2 is #3C904D. Grayscale: #8F8F8F. Windows color (decimal): -3969102 or 11694019. OLE color: 11694019.
HSL color Cylindrical-coordinate representation of color #C36FB2: hue angle of 312.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 #C36FB2 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 178 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.24 |
| HSL | 312.14º | 0.41% | 0.6% | - |
| HSV(B) | 312.14º | 0.43% | 0.76% | - |
| XYZ | 36.23 | 26.19 | 45.26 | - |
| YUV | 143.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 178 | 0 | 0.43 | 0.09 | 0.24 | 312.14 | 0.41 | 0.6 |
| Hex | C3 | 6F | B2 | 0 | 2B | 9 | 18 | 138 | 29 | 3C |
| Octal | 303 | 157 | 262 | 0 | 53 | 11 | 30 | 470 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10110010 | 0 | 101011 | 1001 | 11000 | 100111000 | 101001 | 111100 |
Color Harmonies of #C36FB2
Complementary color
Monochromatic Colors of #C36FB2
Black with #C36FB2
Text Example
Text Example
White with #C36FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FB2; }
p { color: rgb(195,111,178); }
H1.HeaderClassName
{
color: #C36FB2;
}
.AnyTagClassName
{
color: #C36FB2;
}
</style>
background-color css
<style>
a { background-color: #C36FB2; }
a { background-color: rgb(195,111,178); }
div.DivClassName
{
background-color: #C36FB2;
}
.BgClassName
{
background-color: #C36FB2;
}
</style>
border-color css
<style>
span { border-color: #C36FB2; }
span { border-color: rgb(195,111,178); }
td.TdClassName
{
border-color: #C36FB2;
}
.TagClassName
{
border-color: #C36FB2;
}
</style>