Shades of Fuchsia #C94CCF
Tints of Fuchsia #C94CCF
RGB
CMYK
RGB Variations
Color information
#C94CCF (or 0xC94CCF) is known color: Fuchsia. HEX triplet: C9, 4C and CF. RGB value is (201,76,207). Sum of RGB (Red+Green+Blue) = 201+76+207=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #C94CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CCF is #36B330. Grayscale: #7F7F7F. Windows color (decimal): -3584817 or 13585609. OLE color: 13585609.
HSL color Cylindrical-coordinate representation of color #C94CCF: hue angle of 297.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94CCF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 76 | 207 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.19 |
| HSL | 297.25º | 0.58% | 0.55% | - |
| HSV(B) | 297.25º | 0.63% | 0.81% | - |
| XYZ | 37.93 | 22.09 | 61.3 | - |
| YUV | 128.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 207 | 0.03 | 0.63 | 0 | 0.19 | 297.25 | 0.58 | 0.55 |
| Hex | C9 | 4C | CF | 3 | 3F | 0 | 13 | 129 | 3A | 37 |
| Octal | 311 | 114 | 317 | 3 | 77 | 0 | 23 | 451 | 72 | 67 |
| Binary | 11001001 | 1001100 | 11001111 | 11 | 111111 | 0 | 10011 | 100101001 | 111010 | 110111 |
Color Harmonies of #C94CCF
Complementary color
Monochromatic Colors of #C94CCF
Black with #C94CCF
Text Example
Text Example
White with #C94CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CCF; }
p { color: rgb(201,76,207); }
H1.HeaderClassName
{
color: #C94CCF;
}
.AnyTagClassName
{
color: #C94CCF;
}
</style>
background-color css
<style>
a { background-color: #C94CCF; }
a { background-color: rgb(201,76,207); }
div.DivClassName
{
background-color: #C94CCF;
}
.BgClassName
{
background-color: #C94CCF;
}
</style>
border-color css
<style>
span { border-color: #C94CCF; }
span { border-color: rgb(201,76,207); }
td.TdClassName
{
border-color: #C94CCF;
}
.TagClassName
{
border-color: #C94CCF;
}
</style>