Shades of Fuchsia #C36AB3
Tints of Fuchsia #C36AB3
RGB
CMYK
RGB Variations
Color information
#C36AB3 (or 0xC36AB3) is known color: Fuchsia. HEX triplet: C3, 6A and B3. RGB value is (195,106,179). Sum of RGB (Red+Green+Blue) = 195+106+179=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AB3 is #3C954C. Grayscale: #8C8C8C. Windows color (decimal): -3970381 or 11758275. OLE color: 11758275.
HSL color Cylindrical-coordinate representation of color #C36AB3: hue angle of 310.79º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36AB3 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 179 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.24 |
| HSL | 310.79º | 0.43% | 0.59% | - |
| HSV(B) | 310.79º | 0.46% | 0.76% | - |
| XYZ | 35.8 | 25.16 | 45.62 | - |
| YUV | 140.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 179 | 0 | 0.46 | 0.08 | 0.24 | 310.79 | 0.43 | 0.59 |
| Hex | C3 | 6A | B3 | 0 | 2E | 8 | 18 | 137 | 2B | 3B |
| Octal | 303 | 152 | 263 | 0 | 56 | 10 | 30 | 467 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10110011 | 0 | 101110 | 1000 | 11000 | 100110111 | 101011 | 111011 |
Color Harmonies of #C36AB3
Complementary color
Monochromatic Colors of #C36AB3
Black with #C36AB3
Text Example
Text Example
White with #C36AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AB3; }
p { color: rgb(195,106,179); }
H1.HeaderClassName
{
color: #C36AB3;
}
.AnyTagClassName
{
color: #C36AB3;
}
</style>
background-color css
<style>
a { background-color: #C36AB3; }
a { background-color: rgb(195,106,179); }
div.DivClassName
{
background-color: #C36AB3;
}
.BgClassName
{
background-color: #C36AB3;
}
</style>
border-color css
<style>
span { border-color: #C36AB3; }
span { border-color: rgb(195,106,179); }
td.TdClassName
{
border-color: #C36AB3;
}
.TagClassName
{
border-color: #C36AB3;
}
</style>