Shades of Fuchsia #C132CC
Tints of Fuchsia #C132CC
RGB
CMYK
RGB Variations
Color information
#C132CC (or 0xC132CC) is known color: Fuchsia. HEX triplet: C1, 32 and CC. RGB value is (193,50,204). Sum of RGB (Red+Green+Blue) = 193+50+204=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #C132CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132CC is #3ECD33. Grayscale: #6D6D6D. Windows color (decimal): -4115764 or 13382337. OLE color: 13382337.
HSL color Cylindrical-coordinate representation of color #C132CC: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C132CC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 50 | 204 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.2 |
| HSL | 295.71º | 0.61% | 0.5% | - |
| HSV(B) | 295.71º | 0.75% | 0.8% | - |
| XYZ | 34.03 | 17.98 | 58.8 | - |
| YUV | 110.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 204 | 0.05 | 0.75 | 0 | 0.2 | 295.71 | 0.61 | 0.5 |
| Hex | C1 | 32 | CC | 5 | 4B | 0 | 14 | 128 | 3D | 32 |
| Octal | 301 | 62 | 314 | 5 | 113 | 0 | 24 | 450 | 75 | 62 |
| Binary | 11000001 | 110010 | 11001100 | 101 | 1001011 | 0 | 10100 | 100101000 | 111101 | 110010 |
Color Harmonies of #C132CC
Complementary color
Monochromatic Colors of #C132CC
Black with #C132CC
Text Example
Text Example
White with #C132CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132CC; }
p { color: rgb(193,50,204); }
H1.HeaderClassName
{
color: #C132CC;
}
.AnyTagClassName
{
color: #C132CC;
}
</style>
background-color css
<style>
a { background-color: #C132CC; }
a { background-color: rgb(193,50,204); }
div.DivClassName
{
background-color: #C132CC;
}
.BgClassName
{
background-color: #C132CC;
}
</style>
border-color css
<style>
span { border-color: #C132CC; }
span { border-color: rgb(193,50,204); }
td.TdClassName
{
border-color: #C132CC;
}
.TagClassName
{
border-color: #C132CC;
}
</style>