Shades of Fuchsia #C974B3
Tints of Fuchsia #C974B3
RGB
CMYK
RGB Variations
Color information
#C974B3 (or 0xC974B3) is known color: Fuchsia. HEX triplet: C9, 74 and B3. RGB value is (201,116,179). Sum of RGB (Red+Green+Blue) = 201+116+179=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C974B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974B3 is #368B4C. Grayscale: #949494. Windows color (decimal): -3574605 or 11760841. OLE color: 11760841.
HSL color Cylindrical-coordinate representation of color #C974B3: hue angle of 315.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974B3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 179 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.21 |
| HSL | 315.53º | 0.44% | 0.62% | - |
| HSV(B) | 315.53º | 0.42% | 0.79% | - |
| XYZ | 38.47 | 28.16 | 46.06 | - |
| YUV | 148.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 179 | 0 | 0.42 | 0.11 | 0.21 | 315.53 | 0.44 | 0.62 |
| Hex | C9 | 74 | B3 | 0 | 2A | B | 15 | 13C | 2C | 3E |
| Octal | 311 | 164 | 263 | 0 | 52 | 13 | 25 | 474 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10110011 | 0 | 101010 | 1011 | 10101 | 100111100 | 101100 | 111110 |
Color Harmonies of #C974B3
Complementary color
Monochromatic Colors of #C974B3
Black with #C974B3
Text Example
Text Example
White with #C974B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974B3; }
p { color: rgb(201,116,179); }
H1.HeaderClassName
{
color: #C974B3;
}
.AnyTagClassName
{
color: #C974B3;
}
</style>
background-color css
<style>
a { background-color: #C974B3; }
a { background-color: rgb(201,116,179); }
div.DivClassName
{
background-color: #C974B3;
}
.BgClassName
{
background-color: #C974B3;
}
</style>
border-color css
<style>
span { border-color: #C974B3; }
span { border-color: rgb(201,116,179); }
td.TdClassName
{
border-color: #C974B3;
}
.TagClassName
{
border-color: #C974B3;
}
</style>