Shades of Fuchsia #C942B7
Tints of Fuchsia #C942B7
RGB
CMYK
RGB Variations
Color information
#C942B7 (or 0xC942B7) is known color: Fuchsia. HEX triplet: C9, 42 and B7. RGB value is (201,66,183). Sum of RGB (Red+Green+Blue) = 201+66+183=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C942B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942B7 is #36BD48. Grayscale: #777777. Windows color (decimal): -3587401 or 12010185. OLE color: 12010185.
HSL color Cylindrical-coordinate representation of color #C942B7: hue angle of 308º 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 #C942B7 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 183 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.21 |
| HSL | 308º | 0.56% | 0.52% | - |
| HSV(B) | 308º | 0.67% | 0.79% | - |
| XYZ | 34.58 | 19.73 | 46.79 | - |
| YUV | 119.7 | 163.73 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 183 | 0 | 0.67 | 0.09 | 0.21 | 308 | 0.56 | 0.52 |
| Hex | C9 | 42 | B7 | 0 | 43 | 9 | 15 | 134 | 38 | 34 |
| Octal | 311 | 102 | 267 | 0 | 103 | 11 | 25 | 464 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10110111 | 0 | 1000011 | 1001 | 10101 | 100110100 | 111000 | 110100 |
Color Harmonies of #C942B7
Complementary color
Monochromatic Colors of #C942B7
Black with #C942B7
Text Example
Text Example
White with #C942B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942B7; }
p { color: rgb(201,66,183); }
H1.HeaderClassName
{
color: #C942B7;
}
.AnyTagClassName
{
color: #C942B7;
}
</style>
background-color css
<style>
a { background-color: #C942B7; }
a { background-color: rgb(201,66,183); }
div.DivClassName
{
background-color: #C942B7;
}
.BgClassName
{
background-color: #C942B7;
}
</style>
border-color css
<style>
span { border-color: #C942B7; }
span { border-color: rgb(201,66,183); }
td.TdClassName
{
border-color: #C942B7;
}
.TagClassName
{
border-color: #C942B7;
}
</style>