Shades of Fuchsia #C238B0
Tints of Fuchsia #C238B0
RGB
CMYK
RGB Variations
Color information
#C238B0 (or 0xC238B0) is known color: Fuchsia. HEX triplet: C2, 38 and B0. RGB value is (194,56,176). Sum of RGB (Red+Green+Blue) = 194+56+176=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C238B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238B0 is #3DC74F. Grayscale: #6E6E6E. Windows color (decimal): -4048720 or 11548866. OLE color: 11548866.
HSL color Cylindrical-coordinate representation of color #C238B0: hue angle of 307.83º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C238B0 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 176 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.24 |
| HSL | 307.83º | 0.55% | 0.49% | - |
| HSV(B) | 307.83º | 0.71% | 0.76% | - |
| XYZ | 31.5 | 17.43 | 42.78 | - |
| YUV | 110.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 176 | 0 | 0.71 | 0.09 | 0.24 | 307.83 | 0.55 | 0.49 |
| Hex | C2 | 38 | B0 | 0 | 47 | 9 | 18 | 134 | 37 | 31 |
| Octal | 302 | 70 | 260 | 0 | 107 | 11 | 30 | 464 | 67 | 61 |
| Binary | 11000010 | 111000 | 10110000 | 0 | 1000111 | 1001 | 11000 | 100110100 | 110111 | 110001 |
Color Harmonies of #C238B0
Complementary color
Monochromatic Colors of #C238B0
Black with #C238B0
Text Example
Text Example
White with #C238B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238B0; }
p { color: rgb(194,56,176); }
H1.HeaderClassName
{
color: #C238B0;
}
.AnyTagClassName
{
color: #C238B0;
}
</style>
background-color css
<style>
a { background-color: #C238B0; }
a { background-color: rgb(194,56,176); }
div.DivClassName
{
background-color: #C238B0;
}
.BgClassName
{
background-color: #C238B0;
}
</style>
border-color css
<style>
span { border-color: #C238B0; }
span { border-color: rgb(194,56,176); }
td.TdClassName
{
border-color: #C238B0;
}
.TagClassName
{
border-color: #C238B0;
}
</style>