Shades of Fuchsia #C942B3
Tints of Fuchsia #C942B3
RGB
CMYK
RGB Variations
Color information
#C942B3 (or 0xC942B3) is known color: Fuchsia. HEX triplet: C9, 42 and B3. RGB value is (201,66,179). Sum of RGB (Red+Green+Blue) = 201+66+179=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C942B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942B3 is #36BD4C. Grayscale: #767676. Windows color (decimal): -3587405 or 11748041. OLE color: 11748041.
HSL color Cylindrical-coordinate representation of color #C942B3: hue angle of 309.78º 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 #C942B3 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 179 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.21 |
| HSL | 309.78º | 0.56% | 0.52% | - |
| HSV(B) | 309.78º | 0.67% | 0.79% | - |
| XYZ | 34.17 | 19.57 | 44.62 | - |
| YUV | 119.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 179 | 0 | 0.67 | 0.11 | 0.21 | 309.78 | 0.56 | 0.52 |
| Hex | C9 | 42 | B3 | 0 | 43 | B | 15 | 136 | 38 | 34 |
| Octal | 311 | 102 | 263 | 0 | 103 | 13 | 25 | 466 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10110011 | 0 | 1000011 | 1011 | 10101 | 100110110 | 111000 | 110100 |
Color Harmonies of #C942B3
Complementary color
Monochromatic Colors of #C942B3
Black with #C942B3
Text Example
Text Example
White with #C942B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942B3; }
p { color: rgb(201,66,179); }
H1.HeaderClassName
{
color: #C942B3;
}
.AnyTagClassName
{
color: #C942B3;
}
</style>
background-color css
<style>
a { background-color: #C942B3; }
a { background-color: rgb(201,66,179); }
div.DivClassName
{
background-color: #C942B3;
}
.BgClassName
{
background-color: #C942B3;
}
</style>
border-color css
<style>
span { border-color: #C942B3; }
span { border-color: rgb(201,66,179); }
td.TdClassName
{
border-color: #C942B3;
}
.TagClassName
{
border-color: #C942B3;
}
</style>