Shades of Fuchsia #C636AA
Tints of Fuchsia #C636AA
RGB
CMYK
RGB Variations
Color information
#C636AA (or 0xC636AA) is known color: Fuchsia. HEX triplet: C6, 36 and AA. RGB value is (198,54,170). Sum of RGB (Red+Green+Blue) = 198+54+170=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C636AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C636AA is #39C955. Grayscale: #6D6D6D. Windows color (decimal): -3787094 or 11155142. OLE color: 11155142.
HSL color Cylindrical-coordinate representation of color #C636AA: hue angle of 311.67º 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 #C636AA is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 170 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.22 |
| HSL | 311.67º | 0.57% | 0.49% | - |
| HSV(B) | 311.67º | 0.73% | 0.78% | - |
| XYZ | 31.86 | 17.55 | 39.74 | - |
| YUV | 110.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 170 | 0 | 0.73 | 0.14 | 0.22 | 311.67 | 0.57 | 0.49 |
| Hex | C6 | 36 | AA | 0 | 49 | E | 16 | 138 | 39 | 31 |
| Octal | 306 | 66 | 252 | 0 | 111 | 16 | 26 | 470 | 71 | 61 |
| Binary | 11000110 | 110110 | 10101010 | 0 | 1001001 | 1110 | 10110 | 100111000 | 111001 | 110001 |
Color Harmonies of #C636AA
Complementary color
Monochromatic Colors of #C636AA
Black with #C636AA
Text Example
Text Example
White with #C636AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636AA; }
p { color: rgb(198,54,170); }
H1.HeaderClassName
{
color: #C636AA;
}
.AnyTagClassName
{
color: #C636AA;
}
</style>
background-color css
<style>
a { background-color: #C636AA; }
a { background-color: rgb(198,54,170); }
div.DivClassName
{
background-color: #C636AA;
}
.BgClassName
{
background-color: #C636AA;
}
</style>
border-color css
<style>
span { border-color: #C636AA; }
span { border-color: rgb(198,54,170); }
td.TdClassName
{
border-color: #C636AA;
}
.TagClassName
{
border-color: #C636AA;
}
</style>