Shades of Fuchsia #C94CBE
Tints of Fuchsia #C94CBE
RGB
CMYK
RGB Variations
Color information
#C94CBE (or 0xC94CBE) is known color: Fuchsia. HEX triplet: C9, 4C and BE. RGB value is (201,76,190). Sum of RGB (Red+Green+Blue) = 201+76+190=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CBE is #36B341. Grayscale: #7E7E7E. Windows color (decimal): -3584834 or 12471497. OLE color: 12471497.
HSL color Cylindrical-coordinate representation of color #C94CBE: hue angle of 305.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94CBE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 190 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.21 |
| HSL | 305.28º | 0.54% | 0.54% | - |
| HSV(B) | 305.28º | 0.62% | 0.79% | - |
| XYZ | 35.97 | 21.3 | 50.93 | - |
| YUV | 126.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 190 | 0 | 0.62 | 0.05 | 0.21 | 305.28 | 0.54 | 0.54 |
| Hex | C9 | 4C | BE | 0 | 3E | 5 | 15 | 131 | 36 | 36 |
| Octal | 311 | 114 | 276 | 0 | 76 | 5 | 25 | 461 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10111110 | 0 | 111110 | 101 | 10101 | 100110001 | 110110 | 110110 |
Color Harmonies of #C94CBE
Complementary color
Monochromatic Colors of #C94CBE
Black with #C94CBE
Text Example
Text Example
White with #C94CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CBE; }
p { color: rgb(201,76,190); }
H1.HeaderClassName
{
color: #C94CBE;
}
.AnyTagClassName
{
color: #C94CBE;
}
</style>
background-color css
<style>
a { background-color: #C94CBE; }
a { background-color: rgb(201,76,190); }
div.DivClassName
{
background-color: #C94CBE;
}
.BgClassName
{
background-color: #C94CBE;
}
</style>
border-color css
<style>
span { border-color: #C94CBE; }
span { border-color: rgb(201,76,190); }
td.TdClassName
{
border-color: #C94CBE;
}
.TagClassName
{
border-color: #C94CBE;
}
</style>