Shades of Fuchsia #C234B4
Tints of Fuchsia #C234B4
RGB
CMYK
RGB Variations
Color information
#C234B4 (or 0xC234B4) is known color: Fuchsia. HEX triplet: C2, 34 and B4. RGB value is (194,52,180). Sum of RGB (Red+Green+Blue) = 194+52+180=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C234B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234B4 is #3DCB4B. Grayscale: #6C6C6C. Windows color (decimal): -4049740 or 11809986. OLE color: 11809986.
HSL color Cylindrical-coordinate representation of color #C234B4: hue angle of 305.92º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C234B4 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 180 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.24 |
| HSL | 305.92º | 0.58% | 0.48% | - |
| HSV(B) | 305.92º | 0.73% | 0.76% | - |
| XYZ | 31.71 | 17.22 | 44.83 | - |
| YUV | 109.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 180 | 0 | 0.73 | 0.07 | 0.24 | 305.92 | 0.58 | 0.48 |
| Hex | C2 | 34 | B4 | 0 | 49 | 7 | 18 | 132 | 3A | 30 |
| Octal | 302 | 64 | 264 | 0 | 111 | 7 | 30 | 462 | 72 | 60 |
| Binary | 11000010 | 110100 | 10110100 | 0 | 1001001 | 111 | 11000 | 100110010 | 111010 | 110000 |
Color Harmonies of #C234B4
Complementary color
Monochromatic Colors of #C234B4
Black with #C234B4
Text Example
Text Example
White with #C234B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234B4; }
p { color: rgb(194,52,180); }
H1.HeaderClassName
{
color: #C234B4;
}
.AnyTagClassName
{
color: #C234B4;
}
</style>
background-color css
<style>
a { background-color: #C234B4; }
a { background-color: rgb(194,52,180); }
div.DivClassName
{
background-color: #C234B4;
}
.BgClassName
{
background-color: #C234B4;
}
</style>
border-color css
<style>
span { border-color: #C234B4; }
span { border-color: rgb(194,52,180); }
td.TdClassName
{
border-color: #C234B4;
}
.TagClassName
{
border-color: #C234B4;
}
</style>