Shades of Fuchsia #C148AF
Tints of Fuchsia #C148AF
RGB
CMYK
RGB Variations
Color information
#C148AF (or 0xC148AF) is known color: Fuchsia. HEX triplet: C1, 48 and AF. RGB value is (193,72,175). Sum of RGB (Red+Green+Blue) = 193+72+175=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C148AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C148AF is #3EB750. Grayscale: #777777. Windows color (decimal): -4110161 or 11487425. OLE color: 11487425.
HSL color Cylindrical-coordinate representation of color #C148AF: hue angle of 308.93º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C148AF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 175 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.24 |
| HSL | 308.93º | 0.49% | 0.52% | - |
| HSV(B) | 308.93º | 0.63% | 0.76% | - |
| XYZ | 32.05 | 19.07 | 42.55 | - |
| YUV | 119.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 175 | 0 | 0.63 | 0.09 | 0.24 | 308.93 | 0.49 | 0.52 |
| Hex | C1 | 48 | AF | 0 | 3F | 9 | 18 | 135 | 31 | 34 |
| Octal | 301 | 110 | 257 | 0 | 77 | 11 | 30 | 465 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10101111 | 0 | 111111 | 1001 | 11000 | 100110101 | 110001 | 110100 |
Color Harmonies of #C148AF
Complementary color
Monochromatic Colors of #C148AF
Black with #C148AF
Text Example
Text Example
White with #C148AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148AF; }
p { color: rgb(193,72,175); }
H1.HeaderClassName
{
color: #C148AF;
}
.AnyTagClassName
{
color: #C148AF;
}
</style>
background-color css
<style>
a { background-color: #C148AF; }
a { background-color: rgb(193,72,175); }
div.DivClassName
{
background-color: #C148AF;
}
.BgClassName
{
background-color: #C148AF;
}
</style>
border-color css
<style>
span { border-color: #C148AF; }
span { border-color: rgb(193,72,175); }
td.TdClassName
{
border-color: #C148AF;
}
.TagClassName
{
border-color: #C148AF;
}
</style>