Shades of Fuchsia #C238BB
Tints of Fuchsia #C238BB
RGB
CMYK
RGB Variations
Color information
#C238BB (or 0xC238BB) is known color: Fuchsia. HEX triplet: C2, 38 and BB. RGB value is (194,56,187). Sum of RGB (Red+Green+Blue) = 194+56+187=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C238BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238BB is #3DC744. Grayscale: #6F6F6F. Windows color (decimal): -4048709 or 12269762. OLE color: 12269762.
HSL color Cylindrical-coordinate representation of color #C238BB: hue angle of 303.04º 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 #C238BB is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 187 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.24 |
| HSL | 303.04º | 0.55% | 0.49% | - |
| HSV(B) | 303.04º | 0.71% | 0.76% | - |
| XYZ | 32.63 | 17.89 | 48.75 | - |
| YUV | 112.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 187 | 0 | 0.71 | 0.04 | 0.24 | 303.04 | 0.55 | 0.49 |
| Hex | C2 | 38 | BB | 0 | 47 | 4 | 18 | 12F | 37 | 31 |
| Octal | 302 | 70 | 273 | 0 | 107 | 4 | 30 | 457 | 67 | 61 |
| Binary | 11000010 | 111000 | 10111011 | 0 | 1000111 | 100 | 11000 | 100101111 | 110111 | 110001 |
Color Harmonies of #C238BB
Complementary color
Monochromatic Colors of #C238BB
Black with #C238BB
Text Example
Text Example
White with #C238BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238BB; }
p { color: rgb(194,56,187); }
H1.HeaderClassName
{
color: #C238BB;
}
.AnyTagClassName
{
color: #C238BB;
}
</style>
background-color css
<style>
a { background-color: #C238BB; }
a { background-color: rgb(194,56,187); }
div.DivClassName
{
background-color: #C238BB;
}
.BgClassName
{
background-color: #C238BB;
}
</style>
border-color css
<style>
span { border-color: #C238BB; }
span { border-color: rgb(194,56,187); }
td.TdClassName
{
border-color: #C238BB;
}
.TagClassName
{
border-color: #C238BB;
}
</style>