Shades of Fuchsia #C94ACB
Tints of Fuchsia #C94ACB
RGB
CMYK
RGB Variations
Color information
#C94ACB (or 0xC94ACB) is known color: Fuchsia. HEX triplet: C9, 4A and CB. RGB value is (201,74,203). Sum of RGB (Red+Green+Blue) = 201+74+203=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C94ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ACB is #36B534. Grayscale: #7E7E7E. Windows color (decimal): -3585333 or 13322953. OLE color: 13322953.
HSL color Cylindrical-coordinate representation of color #C94ACB: hue angle of 299.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94ACB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 74 | 203 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.20 |
| HSL | 299.07º | 0.55% | 0.54% | - |
| HSV(B) | 299.07º | 0.64% | 0.8% | - |
| XYZ | 37.32 | 21.63 | 58.71 | - |
| YUV | 126.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 203 | 0.01 | 0.64 | 0 | 0.20 | 299.07 | 0.55 | 0.54 |
| Hex | C9 | 4A | CB | 1 | 40 | 0 | 14 | 12B | 37 | 36 |
| Octal | 311 | 112 | 313 | 1 | 100 | 0 | 24 | 453 | 67 | 66 |
| Binary | 11001001 | 1001010 | 11001011 | 1 | 1000000 | 0 | 10100 | 100101011 | 110111 | 110110 |
Color Harmonies of #C94ACB
Complementary color
Monochromatic Colors of #C94ACB
Black with #C94ACB
Text Example
Text Example
White with #C94ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94ACB; }
p { color: rgb(201,74,203); }
H1.HeaderClassName
{
color: #C94ACB;
}
.AnyTagClassName
{
color: #C94ACB;
}
</style>
background-color css
<style>
a { background-color: #C94ACB; }
a { background-color: rgb(201,74,203); }
div.DivClassName
{
background-color: #C94ACB;
}
.BgClassName
{
background-color: #C94ACB;
}
</style>
border-color css
<style>
span { border-color: #C94ACB; }
span { border-color: rgb(201,74,203); }
td.TdClassName
{
border-color: #C94ACB;
}
.TagClassName
{
border-color: #C94ACB;
}
</style>