Shades of Fuchsia #C94FCB
Tints of Fuchsia #C94FCB
RGB
CMYK
RGB Variations
Color information
#C94FCB (or 0xC94FCB) is known color: Fuchsia. HEX triplet: C9, 4F and CB. RGB value is (201,79,203). Sum of RGB (Red+Green+Blue) = 201+79+203=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C94FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94FCB is #36B034. Grayscale: #818181. Windows color (decimal): -3584053 or 13324233. OLE color: 13324233.
HSL color Cylindrical-coordinate representation of color #C94FCB: hue angle of 299.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94FCB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 79 | 203 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.20 |
| HSL | 299.03º | 0.54% | 0.55% | - |
| HSV(B) | 299.03º | 0.61% | 0.8% | - |
| XYZ | 37.66 | 22.32 | 58.82 | - |
| YUV | 129.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 203 | 0.01 | 0.61 | 0 | 0.20 | 299.03 | 0.54 | 0.55 |
| Hex | C9 | 4F | CB | 1 | 3D | 0 | 14 | 12B | 36 | 37 |
| Octal | 311 | 117 | 313 | 1 | 75 | 0 | 24 | 453 | 66 | 67 |
| Binary | 11001001 | 1001111 | 11001011 | 1 | 111101 | 0 | 10100 | 100101011 | 110110 | 110111 |
Color Harmonies of #C94FCB
Complementary color
Monochromatic Colors of #C94FCB
Black with #C94FCB
Text Example
Text Example
White with #C94FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FCB; }
p { color: rgb(201,79,203); }
H1.HeaderClassName
{
color: #C94FCB;
}
.AnyTagClassName
{
color: #C94FCB;
}
</style>
background-color css
<style>
a { background-color: #C94FCB; }
a { background-color: rgb(201,79,203); }
div.DivClassName
{
background-color: #C94FCB;
}
.BgClassName
{
background-color: #C94FCB;
}
</style>
border-color css
<style>
span { border-color: #C94FCB; }
span { border-color: rgb(201,79,203); }
td.TdClassName
{
border-color: #C94FCB;
}
.TagClassName
{
border-color: #C94FCB;
}
</style>