Shades of Fuchsia #C368AC
Tints of Fuchsia #C368AC
RGB
CMYK
RGB Variations
Color information
#C368AC (or 0xC368AC) is known color: Fuchsia. HEX triplet: C3, 68 and AC. RGB value is (195,104,172). Sum of RGB (Red+Green+Blue) = 195+104+172=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AC is #3C9753. Grayscale: #8A8A8A. Windows color (decimal): -3970900 or 11299011. OLE color: 11299011.
HSL color Cylindrical-coordinate representation of color #C368AC: hue angle of 315.16º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368AC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 172 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.24 |
| HSL | 315.16º | 0.43% | 0.59% | - |
| HSV(B) | 315.16º | 0.47% | 0.76% | - |
| XYZ | 34.9 | 24.48 | 41.92 | - |
| YUV | 138.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 172 | 0 | 0.47 | 0.12 | 0.24 | 315.16 | 0.43 | 0.59 |
| Hex | C3 | 68 | AC | 0 | 2F | C | 18 | 13B | 2B | 3B |
| Octal | 303 | 150 | 254 | 0 | 57 | 14 | 30 | 473 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10101100 | 0 | 101111 | 1100 | 11000 | 100111011 | 101011 | 111011 |
Color Harmonies of #C368AC
Complementary color
Monochromatic Colors of #C368AC
Black with #C368AC
Text Example
Text Example
White with #C368AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368AC; }
p { color: rgb(195,104,172); }
H1.HeaderClassName
{
color: #C368AC;
}
.AnyTagClassName
{
color: #C368AC;
}
</style>
background-color css
<style>
a { background-color: #C368AC; }
a { background-color: rgb(195,104,172); }
div.DivClassName
{
background-color: #C368AC;
}
.BgClassName
{
background-color: #C368AC;
}
</style>
border-color css
<style>
span { border-color: #C368AC; }
span { border-color: rgb(195,104,172); }
td.TdClassName
{
border-color: #C368AC;
}
.TagClassName
{
border-color: #C368AC;
}
</style>