Shades of Fuchsia #C638BC
Tints of Fuchsia #C638BC
RGB
CMYK
RGB Variations
Color information
#C638BC (or 0xC638BC) is known color: Fuchsia. HEX triplet: C6, 38 and BC. RGB value is (198,56,188). Sum of RGB (Red+Green+Blue) = 198+56+188=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C638BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C638BC is #39C743. Grayscale: #717171. Windows color (decimal): -3786564 or 12335302. OLE color: 12335302.
HSL color Cylindrical-coordinate representation of color #C638BC: hue angle of 304.23º 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 #C638BC is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 188 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.22 |
| HSL | 304.23º | 0.56% | 0.5% | - |
| HSV(B) | 304.23º | 0.72% | 0.78% | - |
| XYZ | 33.78 | 18.46 | 49.36 | - |
| YUV | 113.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 188 | 0 | 0.72 | 0.05 | 0.22 | 304.23 | 0.56 | 0.5 |
| Hex | C6 | 38 | BC | 0 | 48 | 5 | 16 | 130 | 38 | 32 |
| Octal | 306 | 70 | 274 | 0 | 110 | 5 | 26 | 460 | 70 | 62 |
| Binary | 11000110 | 111000 | 10111100 | 0 | 1001000 | 101 | 10110 | 100110000 | 111000 | 110010 |
Color Harmonies of #C638BC
Complementary color
Monochromatic Colors of #C638BC
Black with #C638BC
Text Example
Text Example
White with #C638BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638BC; }
p { color: rgb(198,56,188); }
H1.HeaderClassName
{
color: #C638BC;
}
.AnyTagClassName
{
color: #C638BC;
}
</style>
background-color css
<style>
a { background-color: #C638BC; }
a { background-color: rgb(198,56,188); }
div.DivClassName
{
background-color: #C638BC;
}
.BgClassName
{
background-color: #C638BC;
}
</style>
border-color css
<style>
span { border-color: #C638BC; }
span { border-color: rgb(198,56,188); }
td.TdClassName
{
border-color: #C638BC;
}
.TagClassName
{
border-color: #C638BC;
}
</style>