Shades of Fuchsia #C367BA
Tints of Fuchsia #C367BA
RGB
CMYK
RGB Variations
Color information
#C367BA (or 0xC367BA) is known color: Fuchsia. HEX triplet: C3, 67 and BA. RGB value is (195,103,186). Sum of RGB (Red+Green+Blue) = 195+103+186=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C367BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367BA is #3C9845. Grayscale: #8B8B8B. Windows color (decimal): -3971142 or 12216259. OLE color: 12216259.
HSL color Cylindrical-coordinate representation of color #C367BA: hue angle of 305.87º 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 #C367BA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 186 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.24 |
| HSL | 305.87º | 0.43% | 0.58% | - |
| HSV(B) | 305.87º | 0.47% | 0.76% | - |
| XYZ | 36.22 | 24.85 | 49.34 | - |
| YUV | 139.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 186 | 0 | 0.47 | 0.05 | 0.24 | 305.87 | 0.43 | 0.58 |
| Hex | C3 | 67 | BA | 0 | 2F | 5 | 18 | 132 | 2B | 3A |
| Octal | 303 | 147 | 272 | 0 | 57 | 5 | 30 | 462 | 53 | 72 |
| Binary | 11000011 | 1100111 | 10111010 | 0 | 101111 | 101 | 11000 | 100110010 | 101011 | 111010 |
Color Harmonies of #C367BA
Complementary color
Monochromatic Colors of #C367BA
Black with #C367BA
Text Example
Text Example
White with #C367BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367BA; }
p { color: rgb(195,103,186); }
H1.HeaderClassName
{
color: #C367BA;
}
.AnyTagClassName
{
color: #C367BA;
}
</style>
background-color css
<style>
a { background-color: #C367BA; }
a { background-color: rgb(195,103,186); }
div.DivClassName
{
background-color: #C367BA;
}
.BgClassName
{
background-color: #C367BA;
}
</style>
border-color css
<style>
span { border-color: #C367BA; }
span { border-color: rgb(195,103,186); }
td.TdClassName
{
border-color: #C367BA;
}
.TagClassName
{
border-color: #C367BA;
}
</style>