Shades of Fuchsia #C946CB
Tints of Fuchsia #C946CB
RGB
CMYK
RGB Variations
Color information
#C946CB (or 0xC946CB) is known color: Fuchsia. HEX triplet: C9, 46 and CB. RGB value is (201,70,203). Sum of RGB (Red+Green+Blue) = 201+70+203=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #C946CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946CB is #36B934. Grayscale: #7B7B7B. Windows color (decimal): -3586357 or 13321929. OLE color: 13321929.
HSL color Cylindrical-coordinate representation of color #C946CB: hue angle of 299.1º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C946CB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 70 | 203 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.20 |
| HSL | 299.1º | 0.56% | 0.54% | - |
| HSV(B) | 299.1º | 0.66% | 0.8% | - |
| XYZ | 37.06 | 21.11 | 58.62 | - |
| YUV | 124.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 203 | 0.01 | 0.66 | 0 | 0.20 | 299.1 | 0.56 | 0.54 |
| Hex | C9 | 46 | CB | 1 | 42 | 0 | 14 | 12B | 38 | 36 |
| Octal | 311 | 106 | 313 | 1 | 102 | 0 | 24 | 453 | 70 | 66 |
| Binary | 11001001 | 1000110 | 11001011 | 1 | 1000010 | 0 | 10100 | 100101011 | 111000 | 110110 |
Color Harmonies of #C946CB
Complementary color
Monochromatic Colors of #C946CB
Black with #C946CB
Text Example
Text Example
White with #C946CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946CB; }
p { color: rgb(201,70,203); }
H1.HeaderClassName
{
color: #C946CB;
}
.AnyTagClassName
{
color: #C946CB;
}
</style>
background-color css
<style>
a { background-color: #C946CB; }
a { background-color: rgb(201,70,203); }
div.DivClassName
{
background-color: #C946CB;
}
.BgClassName
{
background-color: #C946CB;
}
</style>
border-color css
<style>
span { border-color: #C946CB; }
span { border-color: rgb(201,70,203); }
td.TdClassName
{
border-color: #C946CB;
}
.TagClassName
{
border-color: #C946CB;
}
</style>