Shades of Fuchsia #C732CC
Tints of Fuchsia #C732CC
RGB
CMYK
RGB Variations
Color information
#C732CC (or 0xC732CC) is known color: Fuchsia. HEX triplet: C7, 32 and CC. RGB value is (199,50,204). Sum of RGB (Red+Green+Blue) = 199+50+204=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #C732CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732CC is #38CD33. Grayscale: #6F6F6F. Windows color (decimal): -3722548 or 13382343. OLE color: 13382343.
HSL color Cylindrical-coordinate representation of color #C732CC: hue angle of 298.05º degrees, saturation: 0.61, 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 #C732CC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 50 | 204 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.2 |
| HSL | 298.05º | 0.61% | 0.5% | - |
| HSV(B) | 298.05º | 0.75% | 0.8% | - |
| XYZ | 35.59 | 18.78 | 58.88 | - |
| YUV | 112.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 204 | 0.02 | 0.75 | 0 | 0.2 | 298.05 | 0.61 | 0.5 |
| Hex | C7 | 32 | CC | 2 | 4B | 0 | 14 | 12A | 3D | 32 |
| Octal | 307 | 62 | 314 | 2 | 113 | 0 | 24 | 452 | 75 | 62 |
| Binary | 11000111 | 110010 | 11001100 | 10 | 1001011 | 0 | 10100 | 100101010 | 111101 | 110010 |
Color Harmonies of #C732CC
Complementary color
Monochromatic Colors of #C732CC
Black with #C732CC
Text Example
Text Example
White with #C732CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732CC; }
p { color: rgb(199,50,204); }
H1.HeaderClassName
{
color: #C732CC;
}
.AnyTagClassName
{
color: #C732CC;
}
</style>
background-color css
<style>
a { background-color: #C732CC; }
a { background-color: rgb(199,50,204); }
div.DivClassName
{
background-color: #C732CC;
}
.BgClassName
{
background-color: #C732CC;
}
</style>
border-color css
<style>
span { border-color: #C732CC; }
span { border-color: rgb(199,50,204); }
td.TdClassName
{
border-color: #C732CC;
}
.TagClassName
{
border-color: #C732CC;
}
</style>