Shades of Fuchsia #C274BF
Tints of Fuchsia #C274BF
RGB
CMYK
RGB Variations
Color information
#C274BF (or 0xC274BF) is known color: Fuchsia. HEX triplet: C2, 74 and BF. RGB value is (194,116,191). Sum of RGB (Red+Green+Blue) = 194+116+191=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C274BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274BF is #3D8B40. Grayscale: #939393. Windows color (decimal): -4033345 or 12547266. OLE color: 12547266.
HSL color Cylindrical-coordinate representation of color #C274BF: hue angle of 302.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C274BF is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 191 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.24 |
| HSL | 302.31º | 0.39% | 0.61% | - |
| HSV(B) | 302.31º | 0.4% | 0.76% | - |
| XYZ | 37.9 | 27.72 | 52.64 | - |
| YUV | 147.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 191 | 0 | 0.40 | 0.02 | 0.24 | 302.31 | 0.39 | 0.61 |
| Hex | C2 | 74 | BF | 0 | 28 | 2 | 18 | 12E | 27 | 3D |
| Octal | 302 | 164 | 277 | 0 | 50 | 2 | 30 | 456 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10111111 | 0 | 101000 | 10 | 11000 | 100101110 | 100111 | 111101 |
Color Harmonies of #C274BF
Complementary color
Monochromatic Colors of #C274BF
Black with #C274BF
Text Example
Text Example
White with #C274BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274BF; }
p { color: rgb(194,116,191); }
H1.HeaderClassName
{
color: #C274BF;
}
.AnyTagClassName
{
color: #C274BF;
}
</style>
background-color css
<style>
a { background-color: #C274BF; }
a { background-color: rgb(194,116,191); }
div.DivClassName
{
background-color: #C274BF;
}
.BgClassName
{
background-color: #C274BF;
}
</style>
border-color css
<style>
span { border-color: #C274BF; }
span { border-color: rgb(194,116,191); }
td.TdClassName
{
border-color: #C274BF;
}
.TagClassName
{
border-color: #C274BF;
}
</style>