Shades of Fuchsia #C239B1
Tints of Fuchsia #C239B1
RGB
CMYK
RGB Variations
Color information
#C239B1 (or 0xC239B1) is known color: Fuchsia. HEX triplet: C2, 39 and B1. RGB value is (194,57,177). Sum of RGB (Red+Green+Blue) = 194+57+177=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C239B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C239B1 is #3DC64E. Grayscale: #6F6F6F. Windows color (decimal): -4048463 or 11614658. OLE color: 11614658.
HSL color Cylindrical-coordinate representation of color #C239B1: hue angle of 307.45º 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 #C239B1 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 177 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.24 |
| HSL | 307.45º | 0.55% | 0.49% | - |
| HSV(B) | 307.45º | 0.71% | 0.76% | - |
| XYZ | 31.65 | 17.57 | 43.32 | - |
| YUV | 111.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 177 | 0 | 0.71 | 0.09 | 0.24 | 307.45 | 0.55 | 0.49 |
| Hex | C2 | 39 | B1 | 0 | 47 | 9 | 18 | 133 | 37 | 31 |
| Octal | 302 | 71 | 261 | 0 | 107 | 11 | 30 | 463 | 67 | 61 |
| Binary | 11000010 | 111001 | 10110001 | 0 | 1000111 | 1001 | 11000 | 100110011 | 110111 | 110001 |
Color Harmonies of #C239B1
Complementary color
Monochromatic Colors of #C239B1
Black with #C239B1
Text Example
Text Example
White with #C239B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239B1; }
p { color: rgb(194,57,177); }
H1.HeaderClassName
{
color: #C239B1;
}
.AnyTagClassName
{
color: #C239B1;
}
</style>
background-color css
<style>
a { background-color: #C239B1; }
a { background-color: rgb(194,57,177); }
div.DivClassName
{
background-color: #C239B1;
}
.BgClassName
{
background-color: #C239B1;
}
</style>
border-color css
<style>
span { border-color: #C239B1; }
span { border-color: rgb(194,57,177); }
td.TdClassName
{
border-color: #C239B1;
}
.TagClassName
{
border-color: #C239B1;
}
</style>