Shades of Fuchsia #C138C5
Tints of Fuchsia #C138C5
RGB
CMYK
RGB Variations
Color information
#C138C5 (or 0xC138C5) is known color: Fuchsia. HEX triplet: C1, 38 and C5. RGB value is (193,56,197). Sum of RGB (Red+Green+Blue) = 193+56+197=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #C138C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138C5 is #3EC73A. Grayscale: #707070. Windows color (decimal): -4114235 or 12925121. OLE color: 12925121.
HSL color Cylindrical-coordinate representation of color #C138C5: hue angle of 298.3º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C138C5 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 56 | 197 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.23 |
| HSL | 298.3º | 0.56% | 0.5% | - |
| HSV(B) | 298.3º | 0.72% | 0.77% | - |
| XYZ | 33.48 | 18.2 | 54.57 | - |
| YUV | 113.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 197 | 0.02 | 0.72 | 0 | 0.23 | 298.3 | 0.56 | 0.5 |
| Hex | C1 | 38 | C5 | 2 | 48 | 0 | 17 | 12A | 38 | 32 |
| Octal | 301 | 70 | 305 | 2 | 110 | 0 | 27 | 452 | 70 | 62 |
| Binary | 11000001 | 111000 | 11000101 | 10 | 1001000 | 0 | 10111 | 100101010 | 111000 | 110010 |
Color Harmonies of #C138C5
Complementary color
Monochromatic Colors of #C138C5
Black with #C138C5
Text Example
Text Example
White with #C138C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138C5; }
p { color: rgb(193,56,197); }
H1.HeaderClassName
{
color: #C138C5;
}
.AnyTagClassName
{
color: #C138C5;
}
</style>
background-color css
<style>
a { background-color: #C138C5; }
a { background-color: rgb(193,56,197); }
div.DivClassName
{
background-color: #C138C5;
}
.BgClassName
{
background-color: #C138C5;
}
</style>
border-color css
<style>
span { border-color: #C138C5; }
span { border-color: rgb(193,56,197); }
td.TdClassName
{
border-color: #C138C5;
}
.TagClassName
{
border-color: #C138C5;
}
</style>