Shades of Fuchsia #C138AF
Tints of Fuchsia #C138AF
RGB
CMYK
RGB Variations
Color information
#C138AF (or 0xC138AF) is known color: Fuchsia. HEX triplet: C1, 38 and AF. RGB value is (193,56,175). Sum of RGB (Red+Green+Blue) = 193+56+175=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C138AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C138AF is #3EC750. Grayscale: #6E6E6E. Windows color (decimal): -4114257 or 11483329. OLE color: 11483329.
HSL color Cylindrical-coordinate representation of color #C138AF: hue angle of 307.88º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C138AF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 56 | 175 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.24 |
| HSL | 307.88º | 0.55% | 0.49% | - |
| HSV(B) | 307.88º | 0.71% | 0.76% | - |
| XYZ | 31.14 | 17.26 | 42.25 | - |
| YUV | 110.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 175 | 0 | 0.71 | 0.09 | 0.24 | 307.88 | 0.55 | 0.49 |
| Hex | C1 | 38 | AF | 0 | 47 | 9 | 18 | 134 | 37 | 31 |
| Octal | 301 | 70 | 257 | 0 | 107 | 11 | 30 | 464 | 67 | 61 |
| Binary | 11000001 | 111000 | 10101111 | 0 | 1000111 | 1001 | 11000 | 100110100 | 110111 | 110001 |
Color Harmonies of #C138AF
Complementary color
Monochromatic Colors of #C138AF
Black with #C138AF
Text Example
Text Example
White with #C138AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138AF; }
p { color: rgb(193,56,175); }
H1.HeaderClassName
{
color: #C138AF;
}
.AnyTagClassName
{
color: #C138AF;
}
</style>
background-color css
<style>
a { background-color: #C138AF; }
a { background-color: rgb(193,56,175); }
div.DivClassName
{
background-color: #C138AF;
}
.BgClassName
{
background-color: #C138AF;
}
</style>
border-color css
<style>
span { border-color: #C138AF; }
span { border-color: rgb(193,56,175); }
td.TdClassName
{
border-color: #C138AF;
}
.TagClassName
{
border-color: #C138AF;
}
</style>