Shades of Fuchsia #C138CC
Tints of Fuchsia #C138CC
RGB
CMYK
RGB Variations
Color information
#C138CC (or 0xC138CC) is known color: Fuchsia. HEX triplet: C1, 38 and CC. RGB value is (193,56,204). Sum of RGB (Red+Green+Blue) = 193+56+204=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #C138CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138CC is #3EC733. Grayscale: #717171. Windows color (decimal): -4114228 or 13383873. OLE color: 13383873.
HSL color Cylindrical-coordinate representation of color #C138CC: hue angle of 295.54º 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 #C138CC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 56 | 204 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.2 |
| HSL | 295.54º | 0.59% | 0.51% | - |
| HSV(B) | 295.54º | 0.73% | 0.8% | - |
| XYZ | 34.31 | 18.53 | 58.89 | - |
| YUV | 113.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 204 | 0.05 | 0.73 | 0 | 0.2 | 295.54 | 0.59 | 0.51 |
| Hex | C1 | 38 | CC | 5 | 49 | 0 | 14 | 128 | 3B | 33 |
| Octal | 301 | 70 | 314 | 5 | 111 | 0 | 24 | 450 | 73 | 63 |
| Binary | 11000001 | 111000 | 11001100 | 101 | 1001001 | 0 | 10100 | 100101000 | 111011 | 110011 |
Color Harmonies of #C138CC
Complementary color
Monochromatic Colors of #C138CC
Black with #C138CC
Text Example
Text Example
White with #C138CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138CC; }
p { color: rgb(193,56,204); }
H1.HeaderClassName
{
color: #C138CC;
}
.AnyTagClassName
{
color: #C138CC;
}
</style>
background-color css
<style>
a { background-color: #C138CC; }
a { background-color: rgb(193,56,204); }
div.DivClassName
{
background-color: #C138CC;
}
.BgClassName
{
background-color: #C138CC;
}
</style>
border-color css
<style>
span { border-color: #C138CC; }
span { border-color: rgb(193,56,204); }
td.TdClassName
{
border-color: #C138CC;
}
.TagClassName
{
border-color: #C138CC;
}
</style>