Shades of Fuchsia #C232B3
Tints of Fuchsia #C232B3
RGB
CMYK
RGB Variations
Color information
#C232B3 (or 0xC232B3) is known color: Fuchsia. HEX triplet: C2, 32 and B3. RGB value is (194,50,179). Sum of RGB (Red+Green+Blue) = 194+50+179=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C232B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232B3 is #3DCD4C. Grayscale: #6B6B6B. Windows color (decimal): -4050253 or 11743938. OLE color: 11743938.
HSL color Cylindrical-coordinate representation of color #C232B3: hue angle of 306.25º 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 #C232B3 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 179 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.24 |
| HSL | 306.25º | 0.59% | 0.48% | - |
| HSV(B) | 306.25º | 0.74% | 0.76% | - |
| XYZ | 31.53 | 17.01 | 44.27 | - |
| YUV | 107.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 179 | 0 | 0.74 | 0.08 | 0.24 | 306.25 | 0.59 | 0.48 |
| Hex | C2 | 32 | B3 | 0 | 4A | 8 | 18 | 132 | 3B | 30 |
| Octal | 302 | 62 | 263 | 0 | 112 | 10 | 30 | 462 | 73 | 60 |
| Binary | 11000010 | 110010 | 10110011 | 0 | 1001010 | 1000 | 11000 | 100110010 | 111011 | 110000 |
Color Harmonies of #C232B3
Complementary color
Monochromatic Colors of #C232B3
Black with #C232B3
Text Example
Text Example
White with #C232B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232B3; }
p { color: rgb(194,50,179); }
H1.HeaderClassName
{
color: #C232B3;
}
.AnyTagClassName
{
color: #C232B3;
}
</style>
background-color css
<style>
a { background-color: #C232B3; }
a { background-color: rgb(194,50,179); }
div.DivClassName
{
background-color: #C232B3;
}
.BgClassName
{
background-color: #C232B3;
}
</style>
border-color css
<style>
span { border-color: #C232B3; }
span { border-color: rgb(194,50,179); }
td.TdClassName
{
border-color: #C232B3;
}
.TagClassName
{
border-color: #C232B3;
}
</style>