Shades of Fuchsia #C732B3
Tints of Fuchsia #C732B3
RGB
CMYK
RGB Variations
Color information
#C732B3 (or 0xC732B3) is known color: Fuchsia. HEX triplet: C7, 32 and B3. RGB value is (199,50,179). Sum of RGB (Red+Green+Blue) = 199+50+179=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C732B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732B3 is #38CD4C. Grayscale: #6C6C6C. Windows color (decimal): -3722573 or 11743943. OLE color: 11743943.
HSL color Cylindrical-coordinate representation of color #C732B3: hue angle of 308.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C732B3 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 179 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.22 |
| HSL | 308.05º | 0.6% | 0.49% | - |
| HSV(B) | 308.05º | 0.75% | 0.78% | - |
| XYZ | 32.83 | 17.68 | 44.33 | - |
| YUV | 109.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 179 | 0 | 0.75 | 0.10 | 0.22 | 308.05 | 0.6 | 0.49 |
| Hex | C7 | 32 | B3 | 0 | 4B | A | 16 | 134 | 3C | 31 |
| Octal | 307 | 62 | 263 | 0 | 113 | 12 | 26 | 464 | 74 | 61 |
| Binary | 11000111 | 110010 | 10110011 | 0 | 1001011 | 1010 | 10110 | 100110100 | 111100 | 110001 |
Color Harmonies of #C732B3
Complementary color
Monochromatic Colors of #C732B3
Black with #C732B3
Text Example
Text Example
White with #C732B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732B3; }
p { color: rgb(199,50,179); }
H1.HeaderClassName
{
color: #C732B3;
}
.AnyTagClassName
{
color: #C732B3;
}
</style>
background-color css
<style>
a { background-color: #C732B3; }
a { background-color: rgb(199,50,179); }
div.DivClassName
{
background-color: #C732B3;
}
.BgClassName
{
background-color: #C732B3;
}
</style>
border-color css
<style>
span { border-color: #C732B3; }
span { border-color: rgb(199,50,179); }
td.TdClassName
{
border-color: #C732B3;
}
.TagClassName
{
border-color: #C732B3;
}
</style>