Shades of Fuchsia #C632CD
Tints of Fuchsia #C632CD
RGB
CMYK
RGB Variations
Color information
#C632CD (or 0xC632CD) is known color: Fuchsia. HEX triplet: C6, 32 and CD. RGB value is (198,50,205). Sum of RGB (Red+Green+Blue) = 198+50+205=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #C632CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632CD is #39CD32. Grayscale: #6F6F6F. Windows color (decimal): -3788083 or 13447878. OLE color: 13447878.
HSL color Cylindrical-coordinate representation of color #C632CD: hue angle of 297.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C632CD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 50 | 205 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.20 |
| HSL | 297.29º | 0.61% | 0.5% | - |
| HSV(B) | 297.29º | 0.76% | 0.8% | - |
| XYZ | 35.45 | 18.69 | 59.5 | - |
| YUV | 111.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 205 | 0.03 | 0.76 | 0 | 0.20 | 297.29 | 0.61 | 0.5 |
| Hex | C6 | 32 | CD | 3 | 4C | 0 | 14 | 129 | 3D | 32 |
| Octal | 306 | 62 | 315 | 3 | 114 | 0 | 24 | 451 | 75 | 62 |
| Binary | 11000110 | 110010 | 11001101 | 11 | 1001100 | 0 | 10100 | 100101001 | 111101 | 110010 |
Color Harmonies of #C632CD
Complementary color
Monochromatic Colors of #C632CD
Black with #C632CD
Text Example
Text Example
White with #C632CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632CD; }
p { color: rgb(198,50,205); }
H1.HeaderClassName
{
color: #C632CD;
}
.AnyTagClassName
{
color: #C632CD;
}
</style>
background-color css
<style>
a { background-color: #C632CD; }
a { background-color: rgb(198,50,205); }
div.DivClassName
{
background-color: #C632CD;
}
.BgClassName
{
background-color: #C632CD;
}
</style>
border-color css
<style>
span { border-color: #C632CD; }
span { border-color: rgb(198,50,205); }
td.TdClassName
{
border-color: #C632CD;
}
.TagClassName
{
border-color: #C632CD;
}
</style>