Shades of Fuchsia #C367AF
Tints of Fuchsia #C367AF
RGB
CMYK
RGB Variations
Color information
#C367AF (or 0xC367AF) is known color: Fuchsia. HEX triplet: C3, 67 and AF. RGB value is (195,103,175). Sum of RGB (Red+Green+Blue) = 195+103+175=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C367AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C367AF is #3C9850. Grayscale: #8A8A8A. Windows color (decimal): -3971153 or 11495363. OLE color: 11495363.
HSL color Cylindrical-coordinate representation of color #C367AF: hue angle of 313.04º 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 #C367AF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 175 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.24 |
| HSL | 313.04º | 0.43% | 0.58% | - |
| HSV(B) | 313.04º | 0.47% | 0.76% | - |
| XYZ | 35.09 | 24.4 | 43.42 | - |
| YUV | 138.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 175 | 0 | 0.47 | 0.10 | 0.24 | 313.04 | 0.43 | 0.58 |
| Hex | C3 | 67 | AF | 0 | 2F | A | 18 | 139 | 2B | 3A |
| Octal | 303 | 147 | 257 | 0 | 57 | 12 | 30 | 471 | 53 | 72 |
| Binary | 11000011 | 1100111 | 10101111 | 0 | 101111 | 1010 | 11000 | 100111001 | 101011 | 111010 |
Color Harmonies of #C367AF
Complementary color
Monochromatic Colors of #C367AF
Black with #C367AF
Text Example
Text Example
White with #C367AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367AF; }
p { color: rgb(195,103,175); }
H1.HeaderClassName
{
color: #C367AF;
}
.AnyTagClassName
{
color: #C367AF;
}
</style>
background-color css
<style>
a { background-color: #C367AF; }
a { background-color: rgb(195,103,175); }
div.DivClassName
{
background-color: #C367AF;
}
.BgClassName
{
background-color: #C367AF;
}
</style>
border-color css
<style>
span { border-color: #C367AF; }
span { border-color: rgb(195,103,175); }
td.TdClassName
{
border-color: #C367AF;
}
.TagClassName
{
border-color: #C367AF;
}
</style>