Shades of Fuchsia #C732CA
Tints of Fuchsia #C732CA
RGB
CMYK
RGB Variations
Color information
#C732CA (or 0xC732CA) is known color: Fuchsia. HEX triplet: C7, 32 and CA. RGB value is (199,50,202). Sum of RGB (Red+Green+Blue) = 199+50+202=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #C732CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732CA is #38CD35. Grayscale: #6F6F6F. Windows color (decimal): -3722550 or 13251271. OLE color: 13251271.
HSL color Cylindrical-coordinate representation of color #C732CA: hue angle of 298.82º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C732CA is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 50 | 202 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.21 |
| HSL | 298.82º | 0.6% | 0.49% | - |
| HSV(B) | 298.82º | 0.75% | 0.79% | - |
| XYZ | 35.35 | 18.69 | 57.62 | - |
| YUV | 111.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 202 | 0.01 | 0.75 | 0 | 0.21 | 298.82 | 0.6 | 0.49 |
| Hex | C7 | 32 | CA | 1 | 4B | 0 | 15 | 12B | 3C | 31 |
| Octal | 307 | 62 | 312 | 1 | 113 | 0 | 25 | 453 | 74 | 61 |
| Binary | 11000111 | 110010 | 11001010 | 1 | 1001011 | 0 | 10101 | 100101011 | 111100 | 110001 |
Color Harmonies of #C732CA
Complementary color
Monochromatic Colors of #C732CA
Black with #C732CA
Text Example
Text Example
White with #C732CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732CA; }
p { color: rgb(199,50,202); }
H1.HeaderClassName
{
color: #C732CA;
}
.AnyTagClassName
{
color: #C732CA;
}
</style>
background-color css
<style>
a { background-color: #C732CA; }
a { background-color: rgb(199,50,202); }
div.DivClassName
{
background-color: #C732CA;
}
.BgClassName
{
background-color: #C732CA;
}
</style>
border-color css
<style>
span { border-color: #C732CA; }
span { border-color: rgb(199,50,202); }
td.TdClassName
{
border-color: #C732CA;
}
.TagClassName
{
border-color: #C732CA;
}
</style>