Shades of Fuchsia #C638B2
Tints of Fuchsia #C638B2
RGB
CMYK
RGB Variations
Color information
#C638B2 (or 0xC638B2) is known color: Fuchsia. HEX triplet: C6, 38 and B2. RGB value is (198,56,178). Sum of RGB (Red+Green+Blue) = 198+56+178=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C638B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638B2 is #39C74D. Grayscale: #707070. Windows color (decimal): -3786574 or 11679942. OLE color: 11679942.
HSL color Cylindrical-coordinate representation of color #C638B2: hue angle of 308.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638B2 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 178 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.22 |
| HSL | 308.45º | 0.56% | 0.5% | - |
| HSV(B) | 308.45º | 0.72% | 0.78% | - |
| XYZ | 32.74 | 18.05 | 43.88 | - |
| YUV | 112.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 178 | 0 | 0.72 | 0.10 | 0.22 | 308.45 | 0.56 | 0.5 |
| Hex | C6 | 38 | B2 | 0 | 48 | A | 16 | 134 | 38 | 32 |
| Octal | 306 | 70 | 262 | 0 | 110 | 12 | 26 | 464 | 70 | 62 |
| Binary | 11000110 | 111000 | 10110010 | 0 | 1001000 | 1010 | 10110 | 100110100 | 111000 | 110010 |
Color Harmonies of #C638B2
Complementary color
Monochromatic Colors of #C638B2
Black with #C638B2
Text Example
Text Example
White with #C638B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638B2; }
p { color: rgb(198,56,178); }
H1.HeaderClassName
{
color: #C638B2;
}
.AnyTagClassName
{
color: #C638B2;
}
</style>
background-color css
<style>
a { background-color: #C638B2; }
a { background-color: rgb(198,56,178); }
div.DivClassName
{
background-color: #C638B2;
}
.BgClassName
{
background-color: #C638B2;
}
</style>
border-color css
<style>
span { border-color: #C638B2; }
span { border-color: rgb(198,56,178); }
td.TdClassName
{
border-color: #C638B2;
}
.TagClassName
{
border-color: #C638B2;
}
</style>