Shades of Fuchsia #C368AF
Tints of Fuchsia #C368AF
RGB
CMYK
RGB Variations
Color information
#C368AF (or 0xC368AF) is known color: Fuchsia. HEX triplet: C3, 68 and AF. RGB value is (195,104,175). Sum of RGB (Red+Green+Blue) = 195+104+175=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AF is #3C9750. Grayscale: #8B8B8B. Windows color (decimal): -3970897 or 11495619. OLE color: 11495619.
HSL color Cylindrical-coordinate representation of color #C368AF: hue angle of 313.19º 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 #C368AF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 175 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.24 |
| HSL | 313.19º | 0.43% | 0.59% | - |
| HSV(B) | 313.19º | 0.47% | 0.76% | - |
| XYZ | 35.19 | 24.6 | 43.45 | - |
| YUV | 139.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 175 | 0 | 0.47 | 0.10 | 0.24 | 313.19 | 0.43 | 0.59 |
| Hex | C3 | 68 | AF | 0 | 2F | A | 18 | 139 | 2B | 3B |
| Octal | 303 | 150 | 257 | 0 | 57 | 12 | 30 | 471 | 53 | 73 |
| Binary | 11000011 | 1101000 | 10101111 | 0 | 101111 | 1010 | 11000 | 100111001 | 101011 | 111011 |
Color Harmonies of #C368AF
Complementary color
Monochromatic Colors of #C368AF
Black with #C368AF
Text Example
Text Example
White with #C368AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368AF; }
p { color: rgb(195,104,175); }
H1.HeaderClassName
{
color: #C368AF;
}
.AnyTagClassName
{
color: #C368AF;
}
</style>
background-color css
<style>
a { background-color: #C368AF; }
a { background-color: rgb(195,104,175); }
div.DivClassName
{
background-color: #C368AF;
}
.BgClassName
{
background-color: #C368AF;
}
</style>
border-color css
<style>
span { border-color: #C368AF; }
span { border-color: rgb(195,104,175); }
td.TdClassName
{
border-color: #C368AF;
}
.TagClassName
{
border-color: #C368AF;
}
</style>