Shades of Fuchsia #C132C5
Tints of Fuchsia #C132C5
RGB
CMYK
RGB Variations
Color information
#C132C5 (or 0xC132C5) is known color: Fuchsia. HEX triplet: C1, 32 and C5. RGB value is (193,50,197). Sum of RGB (Red+Green+Blue) = 193+50+197=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #C132C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132C5 is #3ECD3A. Grayscale: #6D6D6D. Windows color (decimal): -4115771 or 12923585. OLE color: 12923585.
HSL color Cylindrical-coordinate representation of color #C132C5: hue angle of 298.37º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C132C5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 50 | 197 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.23 |
| HSL | 298.37º | 0.6% | 0.48% | - |
| HSV(B) | 298.37º | 0.75% | 0.77% | - |
| XYZ | 33.21 | 17.65 | 54.48 | - |
| YUV | 109.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 197 | 0.02 | 0.75 | 0 | 0.23 | 298.37 | 0.6 | 0.48 |
| Hex | C1 | 32 | C5 | 2 | 4B | 0 | 17 | 12A | 3C | 30 |
| Octal | 301 | 62 | 305 | 2 | 113 | 0 | 27 | 452 | 74 | 60 |
| Binary | 11000001 | 110010 | 11000101 | 10 | 1001011 | 0 | 10111 | 100101010 | 111100 | 110000 |
Color Harmonies of #C132C5
Complementary color
Monochromatic Colors of #C132C5
Black with #C132C5
Text Example
Text Example
White with #C132C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132C5; }
p { color: rgb(193,50,197); }
H1.HeaderClassName
{
color: #C132C5;
}
.AnyTagClassName
{
color: #C132C5;
}
</style>
background-color css
<style>
a { background-color: #C132C5; }
a { background-color: rgb(193,50,197); }
div.DivClassName
{
background-color: #C132C5;
}
.BgClassName
{
background-color: #C132C5;
}
</style>
border-color css
<style>
span { border-color: #C132C5; }
span { border-color: rgb(193,50,197); }
td.TdClassName
{
border-color: #C132C5;
}
.TagClassName
{
border-color: #C132C5;
}
</style>