Shades of Fuchsia #C636BD
Tints of Fuchsia #C636BD
RGB
CMYK
RGB Variations
Color information
#C636BD (or 0xC636BD) is known color: Fuchsia. HEX triplet: C6, 36 and BD. RGB value is (198,54,189). Sum of RGB (Red+Green+Blue) = 198+54+189=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C636BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C636BD is #39C942. Grayscale: #707070. Windows color (decimal): -3787075 or 12400326. OLE color: 12400326.
HSL color Cylindrical-coordinate representation of color #C636BD: hue angle of 303.75º 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 #C636BD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 189 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.22 |
| HSL | 303.75º | 0.57% | 0.49% | - |
| HSV(B) | 303.75º | 0.73% | 0.78% | - |
| XYZ | 33.79 | 18.32 | 49.9 | - |
| YUV | 112.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 189 | 0 | 0.73 | 0.05 | 0.22 | 303.75 | 0.57 | 0.49 |
| Hex | C6 | 36 | BD | 0 | 49 | 5 | 16 | 130 | 39 | 31 |
| Octal | 306 | 66 | 275 | 0 | 111 | 5 | 26 | 460 | 71 | 61 |
| Binary | 11000110 | 110110 | 10111101 | 0 | 1001001 | 101 | 10110 | 100110000 | 111001 | 110001 |
Color Harmonies of #C636BD
Complementary color
Monochromatic Colors of #C636BD
Black with #C636BD
Text Example
Text Example
White with #C636BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636BD; }
p { color: rgb(198,54,189); }
H1.HeaderClassName
{
color: #C636BD;
}
.AnyTagClassName
{
color: #C636BD;
}
</style>
background-color css
<style>
a { background-color: #C636BD; }
a { background-color: rgb(198,54,189); }
div.DivClassName
{
background-color: #C636BD;
}
.BgClassName
{
background-color: #C636BD;
}
</style>
border-color css
<style>
span { border-color: #C636BD; }
span { border-color: rgb(198,54,189); }
td.TdClassName
{
border-color: #C636BD;
}
.TagClassName
{
border-color: #C636BD;
}
</style>