Shades of Fuchsia #C152AF
Tints of Fuchsia #C152AF
RGB
CMYK
RGB Variations
Color information
#C152AF (or 0xC152AF) is known color: Fuchsia. HEX triplet: C1, 52 and AF. RGB value is (193,82,175). Sum of RGB (Red+Green+Blue) = 193+82+175=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C152AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152AF is #3EAD50. Grayscale: #7D7D7D. Windows color (decimal): -4107601 or 11489985. OLE color: 11489985.
HSL color Cylindrical-coordinate representation of color #C152AF: hue angle of 309.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C152AF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 175 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.24 |
| HSL | 309.73º | 0.47% | 0.54% | - |
| HSV(B) | 309.73º | 0.58% | 0.76% | - |
| XYZ | 32.75 | 20.47 | 42.78 | - |
| YUV | 125.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 175 | 0 | 0.58 | 0.09 | 0.24 | 309.73 | 0.47 | 0.54 |
| Hex | C1 | 52 | AF | 0 | 3A | 9 | 18 | 136 | 2F | 36 |
| Octal | 301 | 122 | 257 | 0 | 72 | 11 | 30 | 466 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10101111 | 0 | 111010 | 1001 | 11000 | 100110110 | 101111 | 110110 |
Color Harmonies of #C152AF
Complementary color
Monochromatic Colors of #C152AF
Black with #C152AF
Text Example
Text Example
White with #C152AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152AF; }
p { color: rgb(193,82,175); }
H1.HeaderClassName
{
color: #C152AF;
}
.AnyTagClassName
{
color: #C152AF;
}
</style>
background-color css
<style>
a { background-color: #C152AF; }
a { background-color: rgb(193,82,175); }
div.DivClassName
{
background-color: #C152AF;
}
.BgClassName
{
background-color: #C152AF;
}
</style>
border-color css
<style>
span { border-color: #C152AF; }
span { border-color: rgb(193,82,175); }
td.TdClassName
{
border-color: #C152AF;
}
.TagClassName
{
border-color: #C152AF;
}
</style>