Shades of Fuchsia #C152B2
Tints of Fuchsia #C152B2
RGB
CMYK
RGB Variations
Color information
#C152B2 (or 0xC152B2) is known color: Fuchsia. HEX triplet: C1, 52 and B2. RGB value is (193,82,178). Sum of RGB (Red+Green+Blue) = 193+82+178=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C152B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152B2 is #3EAD4D. Grayscale: #7D7D7D. Windows color (decimal): -4107598 or 11686593. OLE color: 11686593.
HSL color Cylindrical-coordinate representation of color #C152B2: hue angle of 308.11º 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 #C152B2 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 178 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.24 |
| HSL | 308.11º | 0.47% | 0.54% | - |
| HSV(B) | 308.11º | 0.58% | 0.76% | - |
| XYZ | 33.05 | 20.59 | 44.35 | - |
| YUV | 126.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 178 | 0 | 0.58 | 0.08 | 0.24 | 308.11 | 0.47 | 0.54 |
| Hex | C1 | 52 | B2 | 0 | 3A | 8 | 18 | 134 | 2F | 36 |
| Octal | 301 | 122 | 262 | 0 | 72 | 10 | 30 | 464 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10110010 | 0 | 111010 | 1000 | 11000 | 100110100 | 101111 | 110110 |
Color Harmonies of #C152B2
Complementary color
Monochromatic Colors of #C152B2
Black with #C152B2
Text Example
Text Example
White with #C152B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152B2; }
p { color: rgb(193,82,178); }
H1.HeaderClassName
{
color: #C152B2;
}
.AnyTagClassName
{
color: #C152B2;
}
</style>
background-color css
<style>
a { background-color: #C152B2; }
a { background-color: rgb(193,82,178); }
div.DivClassName
{
background-color: #C152B2;
}
.BgClassName
{
background-color: #C152B2;
}
</style>
border-color css
<style>
span { border-color: #C152B2; }
span { border-color: rgb(193,82,178); }
td.TdClassName
{
border-color: #C152B2;
}
.TagClassName
{
border-color: #C152B2;
}
</style>