Shades of Fuchsia #C636BC
Tints of Fuchsia #C636BC
RGB
CMYK
RGB Variations
Color information
#C636BC (or 0xC636BC) is known color: Fuchsia. HEX triplet: C6, 36 and BC. RGB value is (198,54,188). Sum of RGB (Red+Green+Blue) = 198+54+188=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C636BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C636BC is #39C943. Grayscale: #6F6F6F. Windows color (decimal): -3787076 or 12334790. OLE color: 12334790.
HSL color Cylindrical-coordinate representation of color #C636BC: hue angle of 304.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C636BC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 188 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.22 |
| HSL | 304.17º | 0.57% | 0.49% | - |
| HSV(B) | 304.17º | 0.73% | 0.78% | - |
| XYZ | 33.68 | 18.27 | 49.33 | - |
| YUV | 112.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 188 | 0 | 0.73 | 0.05 | 0.22 | 304.17 | 0.57 | 0.49 |
| Hex | C6 | 36 | BC | 0 | 49 | 5 | 16 | 130 | 39 | 31 |
| Octal | 306 | 66 | 274 | 0 | 111 | 5 | 26 | 460 | 71 | 61 |
| Binary | 11000110 | 110110 | 10111100 | 0 | 1001001 | 101 | 10110 | 100110000 | 111001 | 110001 |
Color Harmonies of #C636BC
Complementary color
Monochromatic Colors of #C636BC
Black with #C636BC
Text Example
Text Example
White with #C636BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636BC; }
p { color: rgb(198,54,188); }
H1.HeaderClassName
{
color: #C636BC;
}
.AnyTagClassName
{
color: #C636BC;
}
</style>
background-color css
<style>
a { background-color: #C636BC; }
a { background-color: rgb(198,54,188); }
div.DivClassName
{
background-color: #C636BC;
}
.BgClassName
{
background-color: #C636BC;
}
</style>
border-color css
<style>
span { border-color: #C636BC; }
span { border-color: rgb(198,54,188); }
td.TdClassName
{
border-color: #C636BC;
}
.TagClassName
{
border-color: #C636BC;
}
</style>