Shades of Fuchsia #C632B2
Tints of Fuchsia #C632B2
RGB
CMYK
RGB Variations
Color information
#C632B2 (or 0xC632B2) is known color: Fuchsia. HEX triplet: C6, 32 and B2. RGB value is (198,50,178). Sum of RGB (Red+Green+Blue) = 198+50+178=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C632B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C632B2 is #39CD4D. Grayscale: #6C6C6C. Windows color (decimal): -3788110 or 11678406. OLE color: 11678406.
HSL color Cylindrical-coordinate representation of color #C632B2: hue angle of 308.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632B2 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 178 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.22 |
| HSL | 308.11º | 0.6% | 0.49% | - |
| HSV(B) | 308.11º | 0.75% | 0.78% | - |
| XYZ | 32.47 | 17.5 | 43.79 | - |
| YUV | 108.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 178 | 0 | 0.75 | 0.10 | 0.22 | 308.11 | 0.6 | 0.49 |
| Hex | C6 | 32 | B2 | 0 | 4B | A | 16 | 134 | 3C | 31 |
| Octal | 306 | 62 | 262 | 0 | 113 | 12 | 26 | 464 | 74 | 61 |
| Binary | 11000110 | 110010 | 10110010 | 0 | 1001011 | 1010 | 10110 | 100110100 | 111100 | 110001 |
Color Harmonies of #C632B2
Complementary color
Monochromatic Colors of #C632B2
Black with #C632B2
Text Example
Text Example
White with #C632B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632B2; }
p { color: rgb(198,50,178); }
H1.HeaderClassName
{
color: #C632B2;
}
.AnyTagClassName
{
color: #C632B2;
}
</style>
background-color css
<style>
a { background-color: #C632B2; }
a { background-color: rgb(198,50,178); }
div.DivClassName
{
background-color: #C632B2;
}
.BgClassName
{
background-color: #C632B2;
}
</style>
border-color css
<style>
span { border-color: #C632B2; }
span { border-color: rgb(198,50,178); }
td.TdClassName
{
border-color: #C632B2;
}
.TagClassName
{
border-color: #C632B2;
}
</style>