Shades of Fuchsia #C234CB
Tints of Fuchsia #C234CB
RGB
CMYK
RGB Variations
Color information
#C234CB (or 0xC234CB) is known color: Fuchsia. HEX triplet: C2, 34 and CB. RGB value is (194,52,203). Sum of RGB (Red+Green+Blue) = 194+52+203=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C234CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234CB is #3DCB34. Grayscale: #6F6F6F. Windows color (decimal): -4049717 or 13317314. OLE color: 13317314.
HSL color Cylindrical-coordinate representation of color #C234CB: hue angle of 296.42º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C234CB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 52 | 203 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.20 |
| HSL | 296.42º | 0.59% | 0.5% | - |
| HSV(B) | 296.42º | 0.74% | 0.8% | - |
| XYZ | 34.26 | 18.24 | 58.21 | - |
| YUV | 111.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 203 | 0.04 | 0.74 | 0 | 0.20 | 296.42 | 0.59 | 0.5 |
| Hex | C2 | 34 | CB | 4 | 4A | 0 | 14 | 128 | 3B | 32 |
| Octal | 302 | 64 | 313 | 4 | 112 | 0 | 24 | 450 | 73 | 62 |
| Binary | 11000010 | 110100 | 11001011 | 100 | 1001010 | 0 | 10100 | 100101000 | 111011 | 110010 |
Color Harmonies of #C234CB
Complementary color
Monochromatic Colors of #C234CB
Black with #C234CB
Text Example
Text Example
White with #C234CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234CB; }
p { color: rgb(194,52,203); }
H1.HeaderClassName
{
color: #C234CB;
}
.AnyTagClassName
{
color: #C234CB;
}
</style>
background-color css
<style>
a { background-color: #C234CB; }
a { background-color: rgb(194,52,203); }
div.DivClassName
{
background-color: #C234CB;
}
.BgClassName
{
background-color: #C234CB;
}
</style>
border-color css
<style>
span { border-color: #C234CB; }
span { border-color: rgb(194,52,203); }
td.TdClassName
{
border-color: #C234CB;
}
.TagClassName
{
border-color: #C234CB;
}
</style>