Shades of Fuchsia #C942B0
Tints of Fuchsia #C942B0
RGB
CMYK
RGB Variations
Color information
#C942B0 (or 0xC942B0) is known color: Fuchsia. HEX triplet: C9, 42 and B0. RGB value is (201,66,176). Sum of RGB (Red+Green+Blue) = 201+66+176=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C942B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942B0 is #36BD4F. Grayscale: #767676. Windows color (decimal): -3587408 or 11551433. OLE color: 11551433.
HSL color Cylindrical-coordinate representation of color #C942B0: hue angle of 311.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C942B0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 176 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.21 |
| HSL | 311.11º | 0.56% | 0.52% | - |
| HSV(B) | 311.11º | 0.67% | 0.79% | - |
| XYZ | 33.87 | 19.45 | 43.04 | - |
| YUV | 118.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 176 | 0 | 0.67 | 0.12 | 0.21 | 311.11 | 0.56 | 0.52 |
| Hex | C9 | 42 | B0 | 0 | 43 | C | 15 | 137 | 38 | 34 |
| Octal | 311 | 102 | 260 | 0 | 103 | 14 | 25 | 467 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10110000 | 0 | 1000011 | 1100 | 10101 | 100110111 | 111000 | 110100 |
Color Harmonies of #C942B0
Complementary color
Monochromatic Colors of #C942B0
Black with #C942B0
Text Example
Text Example
White with #C942B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942B0; }
p { color: rgb(201,66,176); }
H1.HeaderClassName
{
color: #C942B0;
}
.AnyTagClassName
{
color: #C942B0;
}
</style>
background-color css
<style>
a { background-color: #C942B0; }
a { background-color: rgb(201,66,176); }
div.DivClassName
{
background-color: #C942B0;
}
.BgClassName
{
background-color: #C942B0;
}
</style>
border-color css
<style>
span { border-color: #C942B0; }
span { border-color: rgb(201,66,176); }
td.TdClassName
{
border-color: #C942B0;
}
.TagClassName
{
border-color: #C942B0;
}
</style>