Shades of Fuchsia #C23BAB
Tints of Fuchsia #C23BAB
RGB
CMYK
RGB Variations
Color information
#C23BAB (or 0xC23BAB) is known color: Fuchsia. HEX triplet: C2, 3B and AB. RGB value is (194,59,171). Sum of RGB (Red+Green+Blue) = 194+59+171=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BAB is #3DC454. Grayscale: #6F6F6F. Windows color (decimal): -4047957 or 11221954. OLE color: 11221954.
HSL color Cylindrical-coordinate representation of color #C23BAB: hue angle of 310.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BAB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 171 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.24 |
| HSL | 310.22º | 0.53% | 0.5% | - |
| HSV(B) | 310.22º | 0.7% | 0.76% | - |
| XYZ | 31.16 | 17.54 | 40.27 | - |
| YUV | 112.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 171 | 0 | 0.70 | 0.12 | 0.24 | 310.22 | 0.53 | 0.5 |
| Hex | C2 | 3B | AB | 0 | 46 | C | 18 | 136 | 35 | 32 |
| Octal | 302 | 73 | 253 | 0 | 106 | 14 | 30 | 466 | 65 | 62 |
| Binary | 11000010 | 111011 | 10101011 | 0 | 1000110 | 1100 | 11000 | 100110110 | 110101 | 110010 |
Color Harmonies of #C23BAB
Complementary color
Monochromatic Colors of #C23BAB
Black with #C23BAB
Text Example
Text Example
White with #C23BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BAB; }
p { color: rgb(194,59,171); }
H1.HeaderClassName
{
color: #C23BAB;
}
.AnyTagClassName
{
color: #C23BAB;
}
</style>
background-color css
<style>
a { background-color: #C23BAB; }
a { background-color: rgb(194,59,171); }
div.DivClassName
{
background-color: #C23BAB;
}
.BgClassName
{
background-color: #C23BAB;
}
</style>
border-color css
<style>
span { border-color: #C23BAB; }
span { border-color: rgb(194,59,171); }
td.TdClassName
{
border-color: #C23BAB;
}
.TagClassName
{
border-color: #C23BAB;
}
</style>