Shades of Fuchsia #C938B4
Tints of Fuchsia #C938B4
RGB
CMYK
RGB Variations
Color information
#C938B4 (or 0xC938B4) is known color: Fuchsia. HEX triplet: C9, 38 and B4. RGB value is (201,56,180). Sum of RGB (Red+Green+Blue) = 201+56+180=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C938B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938B4 is #36C74B. Grayscale: #717171. Windows color (decimal): -3589964 or 11811017. OLE color: 11811017.
HSL color Cylindrical-coordinate representation of color #C938B4: hue angle of 308.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C938B4 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 180 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.21 |
| HSL | 308.69º | 0.57% | 0.5% | - |
| HSV(B) | 308.69º | 0.72% | 0.79% | - |
| XYZ | 33.74 | 18.54 | 44.98 | - |
| YUV | 113.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 180 | 0 | 0.72 | 0.10 | 0.21 | 308.69 | 0.57 | 0.5 |
| Hex | C9 | 38 | B4 | 0 | 48 | A | 15 | 135 | 39 | 32 |
| Octal | 311 | 70 | 264 | 0 | 110 | 12 | 25 | 465 | 71 | 62 |
| Binary | 11001001 | 111000 | 10110100 | 0 | 1001000 | 1010 | 10101 | 100110101 | 111001 | 110010 |
Color Harmonies of #C938B4
Complementary color
Monochromatic Colors of #C938B4
Black with #C938B4
Text Example
Text Example
White with #C938B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938B4; }
p { color: rgb(201,56,180); }
H1.HeaderClassName
{
color: #C938B4;
}
.AnyTagClassName
{
color: #C938B4;
}
</style>
background-color css
<style>
a { background-color: #C938B4; }
a { background-color: rgb(201,56,180); }
div.DivClassName
{
background-color: #C938B4;
}
.BgClassName
{
background-color: #C938B4;
}
</style>
border-color css
<style>
span { border-color: #C938B4; }
span { border-color: rgb(201,56,180); }
td.TdClassName
{
border-color: #C938B4;
}
.TagClassName
{
border-color: #C938B4;
}
</style>