Shades of Fuchsia #C634AB
Tints of Fuchsia #C634AB
RGB
CMYK
RGB Variations
Color information
#C634AB (or 0xC634AB) is known color: Fuchsia. HEX triplet: C6, 34 and AB. RGB value is (198,52,171). Sum of RGB (Red+Green+Blue) = 198+52+171=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C634AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C634AB is #39CB54. Grayscale: #6C6C6C. Windows color (decimal): -3787605 or 11220166. OLE color: 11220166.
HSL color Cylindrical-coordinate representation of color #C634AB: hue angle of 311.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C634AB is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 171 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.22 |
| HSL | 311.1º | 0.58% | 0.49% | - |
| HSV(B) | 311.1º | 0.74% | 0.78% | - |
| XYZ | 31.87 | 17.4 | 40.21 | - |
| YUV | 109.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 171 | 0 | 0.74 | 0.14 | 0.22 | 311.1 | 0.58 | 0.49 |
| Hex | C6 | 34 | AB | 0 | 4A | E | 16 | 137 | 3A | 31 |
| Octal | 306 | 64 | 253 | 0 | 112 | 16 | 26 | 467 | 72 | 61 |
| Binary | 11000110 | 110100 | 10101011 | 0 | 1001010 | 1110 | 10110 | 100110111 | 111010 | 110001 |
Color Harmonies of #C634AB
Complementary color
Monochromatic Colors of #C634AB
Black with #C634AB
Text Example
Text Example
White with #C634AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634AB; }
p { color: rgb(198,52,171); }
H1.HeaderClassName
{
color: #C634AB;
}
.AnyTagClassName
{
color: #C634AB;
}
</style>
background-color css
<style>
a { background-color: #C634AB; }
a { background-color: rgb(198,52,171); }
div.DivClassName
{
background-color: #C634AB;
}
.BgClassName
{
background-color: #C634AB;
}
</style>
border-color css
<style>
span { border-color: #C634AB; }
span { border-color: rgb(198,52,171); }
td.TdClassName
{
border-color: #C634AB;
}
.TagClassName
{
border-color: #C634AB;
}
</style>