Shades of Fuchsia #C232B2
Tints of Fuchsia #C232B2
RGB
CMYK
RGB Variations
Color information
#C232B2 (or 0xC232B2) is known color: Fuchsia. HEX triplet: C2, 32 and B2. RGB value is (194,50,178). Sum of RGB (Red+Green+Blue) = 194+50+178=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C232B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232B2 is #3DCD4D. Grayscale: #6B6B6B. Windows color (decimal): -4050254 or 11678402. OLE color: 11678402.
HSL color Cylindrical-coordinate representation of color #C232B2: hue angle of 306.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232B2 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 178 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.24 |
| HSL | 306.67º | 0.59% | 0.48% | - |
| HSV(B) | 306.67º | 0.74% | 0.76% | - |
| XYZ | 31.42 | 16.96 | 43.74 | - |
| YUV | 107.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 178 | 0 | 0.74 | 0.08 | 0.24 | 306.67 | 0.59 | 0.48 |
| Hex | C2 | 32 | B2 | 0 | 4A | 8 | 18 | 133 | 3B | 30 |
| Octal | 302 | 62 | 262 | 0 | 112 | 10 | 30 | 463 | 73 | 60 |
| Binary | 11000010 | 110010 | 10110010 | 0 | 1001010 | 1000 | 11000 | 100110011 | 111011 | 110000 |
Color Harmonies of #C232B2
Complementary color
Monochromatic Colors of #C232B2
Black with #C232B2
Text Example
Text Example
White with #C232B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232B2; }
p { color: rgb(194,50,178); }
H1.HeaderClassName
{
color: #C232B2;
}
.AnyTagClassName
{
color: #C232B2;
}
</style>
background-color css
<style>
a { background-color: #C232B2; }
a { background-color: rgb(194,50,178); }
div.DivClassName
{
background-color: #C232B2;
}
.BgClassName
{
background-color: #C232B2;
}
</style>
border-color css
<style>
span { border-color: #C232B2; }
span { border-color: rgb(194,50,178); }
td.TdClassName
{
border-color: #C232B2;
}
.TagClassName
{
border-color: #C232B2;
}
</style>