Shades of Fuchsia #C367AC
Tints of Fuchsia #C367AC
RGB
CMYK
RGB Variations
Color information
#C367AC (or 0xC367AC) is known color: Fuchsia. HEX triplet: C3, 67 and AC. RGB value is (195,103,172). Sum of RGB (Red+Green+Blue) = 195+103+172=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C367AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C367AC is #3C9853. Grayscale: #8A8A8A. Windows color (decimal): -3971156 or 11298755. OLE color: 11298755.
HSL color Cylindrical-coordinate representation of color #C367AC: hue angle of 315º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C367AC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 172 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.24 |
| HSL | 315º | 0.43% | 0.58% | - |
| HSV(B) | 315º | 0.47% | 0.76% | - |
| XYZ | 34.8 | 24.28 | 41.88 | - |
| YUV | 138.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 172 | 0 | 0.47 | 0.12 | 0.24 | 315 | 0.43 | 0.58 |
| Hex | C3 | 67 | AC | 0 | 2F | C | 18 | 13B | 2B | 3A |
| Octal | 303 | 147 | 254 | 0 | 57 | 14 | 30 | 473 | 53 | 72 |
| Binary | 11000011 | 1100111 | 10101100 | 0 | 101111 | 1100 | 11000 | 100111011 | 101011 | 111010 |
Color Harmonies of #C367AC
Complementary color
Monochromatic Colors of #C367AC
Black with #C367AC
Text Example
Text Example
White with #C367AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367AC; }
p { color: rgb(195,103,172); }
H1.HeaderClassName
{
color: #C367AC;
}
.AnyTagClassName
{
color: #C367AC;
}
</style>
background-color css
<style>
a { background-color: #C367AC; }
a { background-color: rgb(195,103,172); }
div.DivClassName
{
background-color: #C367AC;
}
.BgClassName
{
background-color: #C367AC;
}
</style>
border-color css
<style>
span { border-color: #C367AC; }
span { border-color: rgb(195,103,172); }
td.TdClassName
{
border-color: #C367AC;
}
.TagClassName
{
border-color: #C367AC;
}
</style>