Shades of Fuchsia #C138C7
Tints of Fuchsia #C138C7
RGB
CMYK
RGB Variations
Color information
#C138C7 (or 0xC138C7) is known color: Fuchsia. HEX triplet: C1, 38 and C7. RGB value is (193,56,199). Sum of RGB (Red+Green+Blue) = 193+56+199=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #C138C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138C7 is #3EC738. Grayscale: #707070. Windows color (decimal): -4114233 or 13056193. OLE color: 13056193.
HSL color Cylindrical-coordinate representation of color #C138C7: hue angle of 297.48º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C138C7 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 56 | 199 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.22 |
| HSL | 297.48º | 0.56% | 0.5% | - |
| HSV(B) | 297.48º | 0.72% | 0.78% | - |
| XYZ | 33.72 | 18.29 | 55.79 | - |
| YUV | 113.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 199 | 0.03 | 0.72 | 0 | 0.22 | 297.48 | 0.56 | 0.5 |
| Hex | C1 | 38 | C7 | 3 | 48 | 0 | 16 | 129 | 38 | 32 |
| Octal | 301 | 70 | 307 | 3 | 110 | 0 | 26 | 451 | 70 | 62 |
| Binary | 11000001 | 111000 | 11000111 | 11 | 1001000 | 0 | 10110 | 100101001 | 111000 | 110010 |
Color Harmonies of #C138C7
Complementary color
Monochromatic Colors of #C138C7
Black with #C138C7
Text Example
Text Example
White with #C138C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138C7; }
p { color: rgb(193,56,199); }
H1.HeaderClassName
{
color: #C138C7;
}
.AnyTagClassName
{
color: #C138C7;
}
</style>
background-color css
<style>
a { background-color: #C138C7; }
a { background-color: rgb(193,56,199); }
div.DivClassName
{
background-color: #C138C7;
}
.BgClassName
{
background-color: #C138C7;
}
</style>
border-color css
<style>
span { border-color: #C138C7; }
span { border-color: rgb(193,56,199); }
td.TdClassName
{
border-color: #C138C7;
}
.TagClassName
{
border-color: #C138C7;
}
</style>