Shades of Fuchsia #C674B6
Tints of Fuchsia #C674B6
RGB
CMYK
RGB Variations
Color information
#C674B6 (or 0xC674B6) is known color: Fuchsia. HEX triplet: C6, 74 and B6. RGB value is (198,116,182). Sum of RGB (Red+Green+Blue) = 198+116+182=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C674B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674B6 is #398B49. Grayscale: #939393. Windows color (decimal): -3771210 or 11957446. OLE color: 11957446.
HSL color Cylindrical-coordinate representation of color #C674B6: hue angle of 311.71º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674B6 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 182 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.22 |
| HSL | 311.71º | 0.42% | 0.62% | - |
| HSV(B) | 311.71º | 0.41% | 0.78% | - |
| XYZ | 37.98 | 27.87 | 47.63 | - |
| YUV | 148.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 182 | 0 | 0.41 | 0.08 | 0.22 | 311.71 | 0.42 | 0.62 |
| Hex | C6 | 74 | B6 | 0 | 29 | 8 | 16 | 138 | 2A | 3E |
| Octal | 306 | 164 | 266 | 0 | 51 | 10 | 26 | 470 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10110110 | 0 | 101001 | 1000 | 10110 | 100111000 | 101010 | 111110 |
Color Harmonies of #C674B6
Complementary color
Monochromatic Colors of #C674B6
Black with #C674B6
Text Example
Text Example
White with #C674B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674B6; }
p { color: rgb(198,116,182); }
H1.HeaderClassName
{
color: #C674B6;
}
.AnyTagClassName
{
color: #C674B6;
}
</style>
background-color css
<style>
a { background-color: #C674B6; }
a { background-color: rgb(198,116,182); }
div.DivClassName
{
background-color: #C674B6;
}
.BgClassName
{
background-color: #C674B6;
}
</style>
border-color css
<style>
span { border-color: #C674B6; }
span { border-color: rgb(198,116,182); }
td.TdClassName
{
border-color: #C674B6;
}
.TagClassName
{
border-color: #C674B6;
}
</style>