Shades of Fuchsia #C138CD
Tints of Fuchsia #C138CD
RGB
CMYK
RGB Variations
Color information
#C138CD (or 0xC138CD) is known color: Fuchsia. HEX triplet: C1, 38 and CD. RGB value is (193,56,205). Sum of RGB (Red+Green+Blue) = 193+56+205=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #C138CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138CD is #3EC732. Grayscale: #717171. Windows color (decimal): -4114227 or 13449409. OLE color: 13449409.
HSL color Cylindrical-coordinate representation of color #C138CD: hue angle of 295.17º degrees, saturation: 0.6, 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 #C138CD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 56 | 205 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.20 |
| HSL | 295.17º | 0.6% | 0.51% | - |
| HSV(B) | 295.17º | 0.73% | 0.8% | - |
| XYZ | 34.43 | 18.57 | 59.53 | - |
| YUV | 113.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 205 | 0.06 | 0.73 | 0 | 0.20 | 295.17 | 0.6 | 0.51 |
| Hex | C1 | 38 | CD | 6 | 49 | 0 | 14 | 127 | 3C | 33 |
| Octal | 301 | 70 | 315 | 6 | 111 | 0 | 24 | 447 | 74 | 63 |
| Binary | 11000001 | 111000 | 11001101 | 110 | 1001001 | 0 | 10100 | 100100111 | 111100 | 110011 |
Color Harmonies of #C138CD
Complementary color
Monochromatic Colors of #C138CD
Black with #C138CD
Text Example
Text Example
White with #C138CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138CD; }
p { color: rgb(193,56,205); }
H1.HeaderClassName
{
color: #C138CD;
}
.AnyTagClassName
{
color: #C138CD;
}
</style>
background-color css
<style>
a { background-color: #C138CD; }
a { background-color: rgb(193,56,205); }
div.DivClassName
{
background-color: #C138CD;
}
.BgClassName
{
background-color: #C138CD;
}
</style>
border-color css
<style>
span { border-color: #C138CD; }
span { border-color: rgb(193,56,205); }
td.TdClassName
{
border-color: #C138CD;
}
.TagClassName
{
border-color: #C138CD;
}
</style>