Shades of Fuchsia #C152BB
Tints of Fuchsia #C152BB
RGB
CMYK
RGB Variations
Color information
#C152BB (or 0xC152BB) is known color: Fuchsia. HEX triplet: C1, 52 and BB. RGB value is (193,82,187). Sum of RGB (Red+Green+Blue) = 193+82+187=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C152BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152BB is #3EAD44. Grayscale: #7E7E7E. Windows color (decimal): -4107589 or 12276417. OLE color: 12276417.
HSL color Cylindrical-coordinate representation of color #C152BB: hue angle of 303.24º 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 #C152BB is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 187 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 303.24º | 0.47% | 0.54% | - |
| HSV(B) | 303.24º | 0.58% | 0.76% | - |
| XYZ | 33.98 | 20.96 | 49.27 | - |
| YUV | 127.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 187 | 0 | 0.58 | 0.03 | 0.24 | 303.24 | 0.47 | 0.54 |
| Hex | C1 | 52 | BB | 0 | 3A | 3 | 18 | 12F | 2F | 36 |
| Octal | 301 | 122 | 273 | 0 | 72 | 3 | 30 | 457 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10111011 | 0 | 111010 | 11 | 11000 | 100101111 | 101111 | 110110 |
Color Harmonies of #C152BB
Complementary color
Monochromatic Colors of #C152BB
Black with #C152BB
Text Example
Text Example
White with #C152BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152BB; }
p { color: rgb(193,82,187); }
H1.HeaderClassName
{
color: #C152BB;
}
.AnyTagClassName
{
color: #C152BB;
}
</style>
background-color css
<style>
a { background-color: #C152BB; }
a { background-color: rgb(193,82,187); }
div.DivClassName
{
background-color: #C152BB;
}
.BgClassName
{
background-color: #C152BB;
}
</style>
border-color css
<style>
span { border-color: #C152BB; }
span { border-color: rgb(193,82,187); }
td.TdClassName
{
border-color: #C152BB;
}
.TagClassName
{
border-color: #C152BB;
}
</style>