Shades of Fuchsia #C137CC
Tints of Fuchsia #C137CC
RGB
CMYK
RGB Variations
Color information
#C137CC (or 0xC137CC) is known color: Fuchsia. HEX triplet: C1, 37 and CC. RGB value is (193,55,204). Sum of RGB (Red+Green+Blue) = 193+55+204=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #C137CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137CC is #3EC833. Grayscale: #707070. Windows color (decimal): -4114484 or 13383617. OLE color: 13383617.
HSL color Cylindrical-coordinate representation of color #C137CC: hue angle of 295.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C137CC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 55 | 204 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.2 |
| HSL | 295.57º | 0.59% | 0.51% | - |
| HSV(B) | 295.57º | 0.73% | 0.8% | - |
| XYZ | 34.26 | 18.43 | 58.88 | - |
| YUV | 113.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 204 | 0.05 | 0.73 | 0 | 0.2 | 295.57 | 0.59 | 0.51 |
| Hex | C1 | 37 | CC | 5 | 49 | 0 | 14 | 128 | 3B | 33 |
| Octal | 301 | 67 | 314 | 5 | 111 | 0 | 24 | 450 | 73 | 63 |
| Binary | 11000001 | 110111 | 11001100 | 101 | 1001001 | 0 | 10100 | 100101000 | 111011 | 110011 |
Color Harmonies of #C137CC
Complementary color
Monochromatic Colors of #C137CC
Black with #C137CC
Text Example
Text Example
White with #C137CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137CC; }
p { color: rgb(193,55,204); }
H1.HeaderClassName
{
color: #C137CC;
}
.AnyTagClassName
{
color: #C137CC;
}
</style>
background-color css
<style>
a { background-color: #C137CC; }
a { background-color: rgb(193,55,204); }
div.DivClassName
{
background-color: #C137CC;
}
.BgClassName
{
background-color: #C137CC;
}
</style>
border-color css
<style>
span { border-color: #C137CC; }
span { border-color: rgb(193,55,204); }
td.TdClassName
{
border-color: #C137CC;
}
.TagClassName
{
border-color: #C137CC;
}
</style>