Shades of Fuchsia #C238BE
Tints of Fuchsia #C238BE
RGB
CMYK
RGB Variations
Color information
#C238BE (or 0xC238BE) is known color: Fuchsia. HEX triplet: C2, 38 and BE. RGB value is (194,56,190). Sum of RGB (Red+Green+Blue) = 194+56+190=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C238BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238BE is #3DC741. Grayscale: #707070. Windows color (decimal): -4048706 or 12466370. OLE color: 12466370.
HSL color Cylindrical-coordinate representation of color #C238BE: hue angle of 301.74º 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 #C238BE is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 190 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.24 |
| HSL | 301.74º | 0.55% | 0.49% | - |
| HSV(B) | 301.74º | 0.71% | 0.76% | - |
| XYZ | 32.96 | 18.02 | 50.46 | - |
| YUV | 112.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 190 | 0 | 0.71 | 0.02 | 0.24 | 301.74 | 0.55 | 0.49 |
| Hex | C2 | 38 | BE | 0 | 47 | 2 | 18 | 12E | 37 | 31 |
| Octal | 302 | 70 | 276 | 0 | 107 | 2 | 30 | 456 | 67 | 61 |
| Binary | 11000010 | 111000 | 10111110 | 0 | 1000111 | 10 | 11000 | 100101110 | 110111 | 110001 |
Color Harmonies of #C238BE
Complementary color
Monochromatic Colors of #C238BE
Black with #C238BE
Text Example
Text Example
White with #C238BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238BE; }
p { color: rgb(194,56,190); }
H1.HeaderClassName
{
color: #C238BE;
}
.AnyTagClassName
{
color: #C238BE;
}
</style>
background-color css
<style>
a { background-color: #C238BE; }
a { background-color: rgb(194,56,190); }
div.DivClassName
{
background-color: #C238BE;
}
.BgClassName
{
background-color: #C238BE;
}
</style>
border-color css
<style>
span { border-color: #C238BE; }
span { border-color: rgb(194,56,190); }
td.TdClassName
{
border-color: #C238BE;
}
.TagClassName
{
border-color: #C238BE;
}
</style>