Shades of Fuchsia #C975B4
Tints of Fuchsia #C975B4
RGB
CMYK
RGB Variations
Color information
#C975B4 (or 0xC975B4) is known color: Fuchsia. HEX triplet: C9, 75 and B4. RGB value is (201,117,180). Sum of RGB (Red+Green+Blue) = 201+117+180=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B4 is #368A4B. Grayscale: #959595. Windows color (decimal): -3574348 or 11826633. OLE color: 11826633.
HSL color Cylindrical-coordinate representation of color #C975B4: hue angle of 315º 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 #C975B4 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 180 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.21 |
| HSL | 315º | 0.44% | 0.62% | - |
| HSV(B) | 315º | 0.42% | 0.79% | - |
| XYZ | 38.69 | 28.44 | 46.63 | - |
| YUV | 149.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 180 | 0 | 0.42 | 0.10 | 0.21 | 315 | 0.44 | 0.62 |
| Hex | C9 | 75 | B4 | 0 | 2A | A | 15 | 13B | 2C | 3E |
| Octal | 311 | 165 | 264 | 0 | 52 | 12 | 25 | 473 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10110100 | 0 | 101010 | 1010 | 10101 | 100111011 | 101100 | 111110 |
Color Harmonies of #C975B4
Complementary color
Monochromatic Colors of #C975B4
Black with #C975B4
Text Example
Text Example
White with #C975B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975B4; }
p { color: rgb(201,117,180); }
H1.HeaderClassName
{
color: #C975B4;
}
.AnyTagClassName
{
color: #C975B4;
}
</style>
background-color css
<style>
a { background-color: #C975B4; }
a { background-color: rgb(201,117,180); }
div.DivClassName
{
background-color: #C975B4;
}
.BgClassName
{
background-color: #C975B4;
}
</style>
border-color css
<style>
span { border-color: #C975B4; }
span { border-color: rgb(201,117,180); }
td.TdClassName
{
border-color: #C975B4;
}
.TagClassName
{
border-color: #C975B4;
}
</style>