Shades of Fuchsia #C242BF
Tints of Fuchsia #C242BF
RGB
CMYK
RGB Variations
Color information
#C242BF (or 0xC242BF) is known color: Fuchsia. HEX triplet: C2, 42 and BF. RGB value is (194,66,191). Sum of RGB (Red+Green+Blue) = 194+66+191=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C242BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242BF is #3DBD40. Grayscale: #767676. Windows color (decimal): -4046145 or 12534466. OLE color: 12534466.
HSL color Cylindrical-coordinate representation of color #C242BF: hue angle of 301.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242BF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 191 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.24 |
| HSL | 301.41º | 0.51% | 0.51% | - |
| HSV(B) | 301.41º | 0.66% | 0.76% | - |
| XYZ | 33.6 | 19.13 | 51.21 | - |
| YUV | 118.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 191 | 0 | 0.66 | 0.02 | 0.24 | 301.41 | 0.51 | 0.51 |
| Hex | C2 | 42 | BF | 0 | 42 | 2 | 18 | 12D | 33 | 33 |
| Octal | 302 | 102 | 277 | 0 | 102 | 2 | 30 | 455 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10111111 | 0 | 1000010 | 10 | 11000 | 100101101 | 110011 | 110011 |
Color Harmonies of #C242BF
Complementary color
Monochromatic Colors of #C242BF
Black with #C242BF
Text Example
Text Example
White with #C242BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242BF; }
p { color: rgb(194,66,191); }
H1.HeaderClassName
{
color: #C242BF;
}
.AnyTagClassName
{
color: #C242BF;
}
</style>
background-color css
<style>
a { background-color: #C242BF; }
a { background-color: rgb(194,66,191); }
div.DivClassName
{
background-color: #C242BF;
}
.BgClassName
{
background-color: #C242BF;
}
</style>
border-color css
<style>
span { border-color: #C242BF; }
span { border-color: rgb(194,66,191); }
td.TdClassName
{
border-color: #C242BF;
}
.TagClassName
{
border-color: #C242BF;
}
</style>