Shades of Fuchsia #C941D2
Tints of Fuchsia #C941D2
RGB
CMYK
RGB Variations
Color information
#C941D2 (or 0xC941D2) is known color: Fuchsia. HEX triplet: C9, 41 and D2. RGB value is (201,65,210). Sum of RGB (Red+Green+Blue) = 201+65+210=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #C941D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941D2 is #36BE2D. Grayscale: #797979. Windows color (decimal): -3587630 or 13779401. OLE color: 13779401.
HSL color Cylindrical-coordinate representation of color #C941D2: hue angle of 296.28º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C941D2 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 65 | 210 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.18 |
| HSL | 296.28º | 0.62% | 0.54% | - |
| HSV(B) | 296.28º | 0.69% | 0.82% | - |
| XYZ | 37.61 | 20.85 | 63.02 | - |
| YUV | 122.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 210 | 0.04 | 0.69 | 0 | 0.18 | 296.28 | 0.62 | 0.54 |
| Hex | C9 | 41 | D2 | 4 | 45 | 0 | 12 | 128 | 3E | 36 |
| Octal | 311 | 101 | 322 | 4 | 105 | 0 | 22 | 450 | 76 | 66 |
| Binary | 11001001 | 1000001 | 11010010 | 100 | 1000101 | 0 | 10010 | 100101000 | 111110 | 110110 |
Color Harmonies of #C941D2
Complementary color
Monochromatic Colors of #C941D2
Black with #C941D2
Text Example
Text Example
White with #C941D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941D2; }
p { color: rgb(201,65,210); }
H1.HeaderClassName
{
color: #C941D2;
}
.AnyTagClassName
{
color: #C941D2;
}
</style>
background-color css
<style>
a { background-color: #C941D2; }
a { background-color: rgb(201,65,210); }
div.DivClassName
{
background-color: #C941D2;
}
.BgClassName
{
background-color: #C941D2;
}
</style>
border-color css
<style>
span { border-color: #C941D2; }
span { border-color: rgb(201,65,210); }
td.TdClassName
{
border-color: #C941D2;
}
.TagClassName
{
border-color: #C941D2;
}
</style>