Shades of Fuchsia #C150B2
Tints of Fuchsia #C150B2
RGB
CMYK
RGB Variations
Color information
#C150B2 (or 0xC150B2) is known color: Fuchsia. HEX triplet: C1, 50 and B2. RGB value is (193,80,178). Sum of RGB (Red+Green+Blue) = 193+80+178=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C150B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C150B2 is #3EAF4D. Grayscale: #7C7C7C. Windows color (decimal): -4108110 or 11686081. OLE color: 11686081.
HSL color Cylindrical-coordinate representation of color #C150B2: hue angle of 307.96º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C150B2 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 178 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.24 |
| HSL | 307.96º | 0.48% | 0.54% | - |
| HSV(B) | 307.96º | 0.59% | 0.76% | - |
| XYZ | 32.9 | 20.29 | 44.3 | - |
| YUV | 124.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 178 | 0 | 0.59 | 0.08 | 0.24 | 307.96 | 0.48 | 0.54 |
| Hex | C1 | 50 | B2 | 0 | 3B | 8 | 18 | 134 | 30 | 36 |
| Octal | 301 | 120 | 262 | 0 | 73 | 10 | 30 | 464 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10110010 | 0 | 111011 | 1000 | 11000 | 100110100 | 110000 | 110110 |
Color Harmonies of #C150B2
Complementary color
Monochromatic Colors of #C150B2
Black with #C150B2
Text Example
Text Example
White with #C150B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150B2; }
p { color: rgb(193,80,178); }
H1.HeaderClassName
{
color: #C150B2;
}
.AnyTagClassName
{
color: #C150B2;
}
</style>
background-color css
<style>
a { background-color: #C150B2; }
a { background-color: rgb(193,80,178); }
div.DivClassName
{
background-color: #C150B2;
}
.BgClassName
{
background-color: #C150B2;
}
</style>
border-color css
<style>
span { border-color: #C150B2; }
span { border-color: rgb(193,80,178); }
td.TdClassName
{
border-color: #C150B2;
}
.TagClassName
{
border-color: #C150B2;
}
</style>