Shades of Fuchsia #C148AA
Tints of Fuchsia #C148AA
RGB
CMYK
RGB Variations
Color information
#C148AA (or 0xC148AA) is known color: Fuchsia. HEX triplet: C1, 48 and AA. RGB value is (193,72,170). Sum of RGB (Red+Green+Blue) = 193+72+170=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C148AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C148AA is #3EB755. Grayscale: #777777. Windows color (decimal): -4110166 or 11159745. OLE color: 11159745.
HSL color Cylindrical-coordinate representation of color #C148AA: hue angle of 311.4º 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 #C148AA is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 170 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.24 |
| HSL | 311.41º | 0.49% | 0.52% | - |
| HSV(B) | 311.41º | 0.63% | 0.76% | - |
| XYZ | 31.57 | 18.87 | 40.01 | - |
| YUV | 119.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 170 | 0 | 0.63 | 0.12 | 0.24 | 311.41 | 0.49 | 0.52 |
| Hex | C1 | 48 | AA | 0 | 3F | C | 18 | 137 | 31 | 34 |
| Octal | 301 | 110 | 252 | 0 | 77 | 14 | 30 | 467 | 61 | 64 |
| Binary | 11000001 | 1001000 | 10101010 | 0 | 111111 | 1100 | 11000 | 100110111 | 110001 | 110100 |
Color Harmonies of #C148AA
Complementary color
Monochromatic Colors of #C148AA
Black with #C148AA
Text Example
Text Example
White with #C148AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148AA; }
p { color: rgb(193,72,170); }
H1.HeaderClassName
{
color: #C148AA;
}
.AnyTagClassName
{
color: #C148AA;
}
</style>
background-color css
<style>
a { background-color: #C148AA; }
a { background-color: rgb(193,72,170); }
div.DivClassName
{
background-color: #C148AA;
}
.BgClassName
{
background-color: #C148AA;
}
</style>
border-color css
<style>
span { border-color: #C148AA; }
span { border-color: rgb(193,72,170); }
td.TdClassName
{
border-color: #C148AA;
}
.TagClassName
{
border-color: #C148AA;
}
</style>