Shades of Fuchsia #C636CC
Tints of Fuchsia #C636CC
RGB
CMYK
RGB Variations
Color information
#C636CC (or 0xC636CC) is known color: Fuchsia. HEX triplet: C6, 36 and CC. RGB value is (198,54,204). Sum of RGB (Red+Green+Blue) = 198+54+204=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #C636CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C636CC is #39C933. Grayscale: #717171. Windows color (decimal): -3787060 or 13383366. OLE color: 13383366.
HSL color Cylindrical-coordinate representation of color #C636CC: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C636CC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 54 | 204 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.2 |
| HSL | 297.6º | 0.6% | 0.51% | - |
| HSV(B) | 297.6º | 0.74% | 0.8% | - |
| XYZ | 35.51 | 19 | 58.92 | - |
| YUV | 114.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 204 | 0.03 | 0.74 | 0 | 0.2 | 297.6 | 0.6 | 0.51 |
| Hex | C6 | 36 | CC | 3 | 4A | 0 | 14 | 12A | 3C | 33 |
| Octal | 306 | 66 | 314 | 3 | 112 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11000110 | 110110 | 11001100 | 11 | 1001010 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C636CC
Complementary color
Monochromatic Colors of #C636CC
Black with #C636CC
Text Example
Text Example
White with #C636CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636CC; }
p { color: rgb(198,54,204); }
H1.HeaderClassName
{
color: #C636CC;
}
.AnyTagClassName
{
color: #C636CC;
}
</style>
background-color css
<style>
a { background-color: #C636CC; }
a { background-color: rgb(198,54,204); }
div.DivClassName
{
background-color: #C636CC;
}
.BgClassName
{
background-color: #C636CC;
}
</style>
border-color css
<style>
span { border-color: #C636CC; }
span { border-color: rgb(198,54,204); }
td.TdClassName
{
border-color: #C636CC;
}
.TagClassName
{
border-color: #C636CC;
}
</style>