Shades of Fuchsia #C23AB2
Tints of Fuchsia #C23AB2
RGB
CMYK
RGB Variations
Color information
#C23AB2 (or 0xC23AB2) is known color: Fuchsia. HEX triplet: C2, 3A and B2. RGB value is (194,58,178). Sum of RGB (Red+Green+Blue) = 194+58+178=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23AB2 is #3DC54D. Grayscale: #6F6F6F. Windows color (decimal): -4048206 or 11680450. OLE color: 11680450.
HSL color Cylindrical-coordinate representation of color #C23AB2: hue angle of 307.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23AB2 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 178 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.24 |
| HSL | 307.06º | 0.54% | 0.49% | - |
| HSV(B) | 307.06º | 0.7% | 0.76% | - |
| XYZ | 31.8 | 17.71 | 43.86 | - |
| YUV | 112.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 178 | 0 | 0.70 | 0.08 | 0.24 | 307.06 | 0.54 | 0.49 |
| Hex | C2 | 3A | B2 | 0 | 46 | 8 | 18 | 133 | 36 | 31 |
| Octal | 302 | 72 | 262 | 0 | 106 | 10 | 30 | 463 | 66 | 61 |
| Binary | 11000010 | 111010 | 10110010 | 0 | 1000110 | 1000 | 11000 | 100110011 | 110110 | 110001 |
Color Harmonies of #C23AB2
Complementary color
Monochromatic Colors of #C23AB2
Black with #C23AB2
Text Example
Text Example
White with #C23AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AB2; }
p { color: rgb(194,58,178); }
H1.HeaderClassName
{
color: #C23AB2;
}
.AnyTagClassName
{
color: #C23AB2;
}
</style>
background-color css
<style>
a { background-color: #C23AB2; }
a { background-color: rgb(194,58,178); }
div.DivClassName
{
background-color: #C23AB2;
}
.BgClassName
{
background-color: #C23AB2;
}
</style>
border-color css
<style>
span { border-color: #C23AB2; }
span { border-color: rgb(194,58,178); }
td.TdClassName
{
border-color: #C23AB2;
}
.TagClassName
{
border-color: #C23AB2;
}
</style>