Shades of Fuchsia #C367AA
Tints of Fuchsia #C367AA
RGB
CMYK
RGB Variations
Color information
#C367AA (or 0xC367AA) is known color: Fuchsia. HEX triplet: C3, 67 and AA. RGB value is (195,103,170). Sum of RGB (Red+Green+Blue) = 195+103+170=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C367AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C367AA is #3C9855. Grayscale: #898989. Windows color (decimal): -3971158 or 11167683. OLE color: 11167683.
HSL color Cylindrical-coordinate representation of color #C367AA: hue angle of 316.3º 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 #C367AA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 170 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.24 |
| HSL | 316.3º | 0.43% | 0.58% | - |
| HSV(B) | 316.3º | 0.47% | 0.76% | - |
| XYZ | 34.61 | 24.2 | 40.88 | - |
| YUV | 138.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 170 | 0 | 0.47 | 0.13 | 0.24 | 316.3 | 0.43 | 0.58 |
| Hex | C3 | 67 | AA | 0 | 2F | D | 18 | 13C | 2B | 3A |
| Octal | 303 | 147 | 252 | 0 | 57 | 15 | 30 | 474 | 53 | 72 |
| Binary | 11000011 | 1100111 | 10101010 | 0 | 101111 | 1101 | 11000 | 100111100 | 101011 | 111010 |
Color Harmonies of #C367AA
Complementary color
Monochromatic Colors of #C367AA
Black with #C367AA
Text Example
Text Example
White with #C367AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367AA; }
p { color: rgb(195,103,170); }
H1.HeaderClassName
{
color: #C367AA;
}
.AnyTagClassName
{
color: #C367AA;
}
</style>
background-color css
<style>
a { background-color: #C367AA; }
a { background-color: rgb(195,103,170); }
div.DivClassName
{
background-color: #C367AA;
}
.BgClassName
{
background-color: #C367AA;
}
</style>
border-color css
<style>
span { border-color: #C367AA; }
span { border-color: rgb(195,103,170); }
td.TdClassName
{
border-color: #C367AA;
}
.TagClassName
{
border-color: #C367AA;
}
</style>