Shades of Fuchsia #C132B9
Tints of Fuchsia #C132B9
RGB
CMYK
RGB Variations
Color information
#C132B9 (or 0xC132B9) is known color: Fuchsia. HEX triplet: C1, 32 and B9. RGB value is (193,50,185). Sum of RGB (Red+Green+Blue) = 193+50+185=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C132B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132B9 is #3ECD46. Grayscale: #6B6B6B. Windows color (decimal): -4115783 or 12137153. OLE color: 12137153.
HSL color Cylindrical-coordinate representation of color #C132B9: hue angle of 303.36º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C132B9 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 185 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.24 |
| HSL | 303.36º | 0.59% | 0.48% | - |
| HSV(B) | 303.36º | 0.74% | 0.76% | - |
| XYZ | 31.89 | 17.12 | 47.52 | - |
| YUV | 108.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 185 | 0 | 0.74 | 0.04 | 0.24 | 303.36 | 0.59 | 0.48 |
| Hex | C1 | 32 | B9 | 0 | 4A | 4 | 18 | 12F | 3B | 30 |
| Octal | 301 | 62 | 271 | 0 | 112 | 4 | 30 | 457 | 73 | 60 |
| Binary | 11000001 | 110010 | 10111001 | 0 | 1001010 | 100 | 11000 | 100101111 | 111011 | 110000 |
Color Harmonies of #C132B9
Complementary color
Monochromatic Colors of #C132B9
Black with #C132B9
Text Example
Text Example
White with #C132B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132B9; }
p { color: rgb(193,50,185); }
H1.HeaderClassName
{
color: #C132B9;
}
.AnyTagClassName
{
color: #C132B9;
}
</style>
background-color css
<style>
a { background-color: #C132B9; }
a { background-color: rgb(193,50,185); }
div.DivClassName
{
background-color: #C132B9;
}
.BgClassName
{
background-color: #C132B9;
}
</style>
border-color css
<style>
span { border-color: #C132B9; }
span { border-color: rgb(193,50,185); }
td.TdClassName
{
border-color: #C132B9;
}
.TagClassName
{
border-color: #C132B9;
}
</style>