Shades of Fuchsia #C032B7
Tints of Fuchsia #C032B7
RGB
CMYK
RGB Variations
Color information
#C032B7 (or 0xC032B7) is known color: Fuchsia. HEX triplet: C0, 32 and B7. RGB value is (192,50,183). Sum of RGB (Red+Green+Blue) = 192+50+183=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C032B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032B7 is #3FCD48. Grayscale: #6B6B6B. Windows color (decimal): -4181321 or 12006080. OLE color: 12006080.
HSL color Cylindrical-coordinate representation of color #C032B7: hue angle of 303.8º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032B7 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 183 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.25 |
| HSL | 303.8º | 0.59% | 0.47% | - |
| HSV(B) | 303.8º | 0.74% | 0.75% | - |
| XYZ | 31.43 | 16.91 | 46.41 | - |
| YUV | 107.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 183 | 0 | 0.74 | 0.05 | 0.25 | 303.8 | 0.59 | 0.47 |
| Hex | C0 | 32 | B7 | 0 | 4A | 5 | 19 | 130 | 3B | 2F |
| Octal | 300 | 62 | 267 | 0 | 112 | 5 | 31 | 460 | 73 | 57 |
| Binary | 11000000 | 110010 | 10110111 | 0 | 1001010 | 101 | 11001 | 100110000 | 111011 | 101111 |
Color Harmonies of #C032B7
Complementary color
Monochromatic Colors of #C032B7
Black with #C032B7
Text Example
Text Example
White with #C032B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032B7; }
p { color: rgb(192,50,183); }
H1.HeaderClassName
{
color: #C032B7;
}
.AnyTagClassName
{
color: #C032B7;
}
</style>
background-color css
<style>
a { background-color: #C032B7; }
a { background-color: rgb(192,50,183); }
div.DivClassName
{
background-color: #C032B7;
}
.BgClassName
{
background-color: #C032B7;
}
</style>
border-color css
<style>
span { border-color: #C032B7; }
span { border-color: rgb(192,50,183); }
td.TdClassName
{
border-color: #C032B7;
}
.TagClassName
{
border-color: #C032B7;
}
</style>