Shades of Fuchsia #C732CF
Tints of Fuchsia #C732CF
RGB
CMYK
RGB Variations
Color information
#C732CF (or 0xC732CF) is known color: Fuchsia. HEX triplet: C7, 32 and CF. RGB value is (199,50,207). Sum of RGB (Red+Green+Blue) = 199+50+207=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C732CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732CF is #38CD30. Grayscale: #6F6F6F. Windows color (decimal): -3722545 or 13578951. OLE color: 13578951.
HSL color Cylindrical-coordinate representation of color #C732CF: hue angle of 296.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C732CF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 50 | 207 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.19 |
| HSL | 296.94º | 0.62% | 0.5% | - |
| HSV(B) | 296.94º | 0.76% | 0.81% | - |
| XYZ | 35.96 | 18.93 | 60.79 | - |
| YUV | 112.45 | 181.36 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 207 | 0.04 | 0.76 | 0 | 0.19 | 296.94 | 0.62 | 0.5 |
| Hex | C7 | 32 | CF | 4 | 4C | 0 | 13 | 129 | 3E | 32 |
| Octal | 307 | 62 | 317 | 4 | 114 | 0 | 23 | 451 | 76 | 62 |
| Binary | 11000111 | 110010 | 11001111 | 100 | 1001100 | 0 | 10011 | 100101001 | 111110 | 110010 |
Color Harmonies of #C732CF
Complementary color
Monochromatic Colors of #C732CF
Black with #C732CF
Text Example
Text Example
White with #C732CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732CF; }
p { color: rgb(199,50,207); }
H1.HeaderClassName
{
color: #C732CF;
}
.AnyTagClassName
{
color: #C732CF;
}
</style>
background-color css
<style>
a { background-color: #C732CF; }
a { background-color: rgb(199,50,207); }
div.DivClassName
{
background-color: #C732CF;
}
.BgClassName
{
background-color: #C732CF;
}
</style>
border-color css
<style>
span { border-color: #C732CF; }
span { border-color: rgb(199,50,207); }
td.TdClassName
{
border-color: #C732CF;
}
.TagClassName
{
border-color: #C732CF;
}
</style>