Shades of Fuchsia #C941B5
Tints of Fuchsia #C941B5
RGB
CMYK
RGB Variations
Color information
#C941B5 (or 0xC941B5) is known color: Fuchsia. HEX triplet: C9, 41 and B5. RGB value is (201,65,181). Sum of RGB (Red+Green+Blue) = 201+65+181=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C941B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941B5 is #36BE4A. Grayscale: #767676. Windows color (decimal): -3587659 or 11878857. OLE color: 11878857.
HSL color Cylindrical-coordinate representation of color #C941B5: hue angle of 308.82º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941B5 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 65 | 181 | - |
CMYK | 0 | 0.68 | 0.10 | 0.21 |
HSL | 308.82º | 0.56% | 0.52% | - |
HSV(B) | 308.82º | 0.68% | 0.79% | - |
XYZ | 34.32 | 19.53 | 45.68 | - |
YUV | 118.89 | 163.06 | 186.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 65 | 181 | 0 | 0.68 | 0.10 | 0.21 | 308.82 | 0.56 | 0.52 |
Hex | C9 | 41 | B5 | 0 | 44 | A | 15 | 135 | 38 | 34 |
Octal | 311 | 101 | 265 | 0 | 104 | 12 | 25 | 465 | 70 | 64 |
Binary | 11001001 | 1000001 | 10110101 | 0 | 1000100 | 1010 | 10101 | 100110101 | 111000 | 110100 |
Color Harmonies of #C941B5
Complementary color
Monochromatic Colors of #C941B5
Black with #C941B5
Text Example
Text Example
White with #C941B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941B5; }
p { color: rgb(201,65,181); }
H1.HeaderClassName
{
color: #C941B5;
}
.AnyTagClassName
{
color: #C941B5;
}
</style>
background-color css
<style>
a { background-color: #C941B5; }
a { background-color: rgb(201,65,181); }
div.DivClassName
{
background-color: #C941B5;
}
.BgClassName
{
background-color: #C941B5;
}
</style>
border-color css
<style>
span { border-color: #C941B5; }
span { border-color: rgb(201,65,181); }
td.TdClassName
{
border-color: #C941B5;
}
.TagClassName
{
border-color: #C941B5;
}
</style>