Shades of Fuchsia #C632CB
Tints of Fuchsia #C632CB
RGB
CMYK
RGB Variations
Color information
#C632CB (or 0xC632CB) is known color: Fuchsia. HEX triplet: C6, 32 and CB. RGB value is (198,50,203). Sum of RGB (Red+Green+Blue) = 198+50+203=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #C632CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632CB is #39CD34. Grayscale: #6F6F6F. Windows color (decimal): -3788085 or 13316806. OLE color: 13316806.
HSL color Cylindrical-coordinate representation of color #C632CB: hue angle of 298.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632CB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 50 | 203 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.20 |
| HSL | 298.04º | 0.6% | 0.5% | - |
| HSV(B) | 298.04º | 0.75% | 0.8% | - |
| XYZ | 35.21 | 18.6 | 58.23 | - |
| YUV | 111.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 203 | 0.02 | 0.75 | 0 | 0.20 | 298.04 | 0.6 | 0.5 |
| Hex | C6 | 32 | CB | 2 | 4B | 0 | 14 | 12A | 3C | 32 |
| Octal | 306 | 62 | 313 | 2 | 113 | 0 | 24 | 452 | 74 | 62 |
| Binary | 11000110 | 110010 | 11001011 | 10 | 1001011 | 0 | 10100 | 100101010 | 111100 | 110010 |
Color Harmonies of #C632CB
Complementary color
Monochromatic Colors of #C632CB
Black with #C632CB
Text Example
Text Example
White with #C632CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632CB; }
p { color: rgb(198,50,203); }
H1.HeaderClassName
{
color: #C632CB;
}
.AnyTagClassName
{
color: #C632CB;
}
</style>
background-color css
<style>
a { background-color: #C632CB; }
a { background-color: rgb(198,50,203); }
div.DivClassName
{
background-color: #C632CB;
}
.BgClassName
{
background-color: #C632CB;
}
</style>
border-color css
<style>
span { border-color: #C632CB; }
span { border-color: rgb(198,50,203); }
td.TdClassName
{
border-color: #C632CB;
}
.TagClassName
{
border-color: #C632CB;
}
</style>