Shades of Fuchsia #C274B9
Tints of Fuchsia #C274B9
RGB
CMYK
RGB Variations
Color information
#C274B9 (or 0xC274B9) is known color: Fuchsia. HEX triplet: C2, 74 and B9. RGB value is (194,116,185). Sum of RGB (Red+Green+Blue) = 194+116+185=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C274B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274B9 is #3D8B46. Grayscale: #929292. Windows color (decimal): -4033351 or 12154050. OLE color: 12154050.
HSL color Cylindrical-coordinate representation of color #C274B9: hue angle of 306.92º 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 #C274B9 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 185 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.24 |
| HSL | 306.92º | 0.39% | 0.61% | - |
| HSV(B) | 306.92º | 0.4% | 0.76% | - |
| XYZ | 37.25 | 27.46 | 49.24 | - |
| YUV | 147.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 185 | 0 | 0.40 | 0.05 | 0.24 | 306.92 | 0.39 | 0.61 |
| Hex | C2 | 74 | B9 | 0 | 28 | 5 | 18 | 133 | 27 | 3D |
| Octal | 302 | 164 | 271 | 0 | 50 | 5 | 30 | 463 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10111001 | 0 | 101000 | 101 | 11000 | 100110011 | 100111 | 111101 |
Color Harmonies of #C274B9
Complementary color
Monochromatic Colors of #C274B9
Black with #C274B9
Text Example
Text Example
White with #C274B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274B9; }
p { color: rgb(194,116,185); }
H1.HeaderClassName
{
color: #C274B9;
}
.AnyTagClassName
{
color: #C274B9;
}
</style>
background-color css
<style>
a { background-color: #C274B9; }
a { background-color: rgb(194,116,185); }
div.DivClassName
{
background-color: #C274B9;
}
.BgClassName
{
background-color: #C274B9;
}
</style>
border-color css
<style>
span { border-color: #C274B9; }
span { border-color: rgb(194,116,185); }
td.TdClassName
{
border-color: #C274B9;
}
.TagClassName
{
border-color: #C274B9;
}
</style>