Shades of Fuchsia #C94BCF
Tints of Fuchsia #C94BCF
RGB
CMYK
RGB Variations
Color information
#C94BCF (or 0xC94BCF) is known color: Fuchsia. HEX triplet: C9, 4B and CF. RGB value is (201,75,207). Sum of RGB (Red+Green+Blue) = 201+75+207=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C94BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BCF is #36B430. Grayscale: #7F7F7F. Windows color (decimal): -3585073 or 13585353. OLE color: 13585353.
HSL color Cylindrical-coordinate representation of color #C94BCF: hue angle of 297.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94BCF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 75 | 207 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.19 |
| HSL | 297.27º | 0.58% | 0.55% | - |
| HSV(B) | 297.27º | 0.64% | 0.81% | - |
| XYZ | 37.87 | 21.95 | 61.27 | - |
| YUV | 127.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 207 | 0.03 | 0.64 | 0 | 0.19 | 297.27 | 0.58 | 0.55 |
| Hex | C9 | 4B | CF | 3 | 40 | 0 | 13 | 129 | 3A | 37 |
| Octal | 311 | 113 | 317 | 3 | 100 | 0 | 23 | 451 | 72 | 67 |
| Binary | 11001001 | 1001011 | 11001111 | 11 | 1000000 | 0 | 10011 | 100101001 | 111010 | 110111 |
Color Harmonies of #C94BCF
Complementary color
Monochromatic Colors of #C94BCF
Black with #C94BCF
Text Example
Text Example
White with #C94BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BCF; }
p { color: rgb(201,75,207); }
H1.HeaderClassName
{
color: #C94BCF;
}
.AnyTagClassName
{
color: #C94BCF;
}
</style>
background-color css
<style>
a { background-color: #C94BCF; }
a { background-color: rgb(201,75,207); }
div.DivClassName
{
background-color: #C94BCF;
}
.BgClassName
{
background-color: #C94BCF;
}
</style>
border-color css
<style>
span { border-color: #C94BCF; }
span { border-color: rgb(201,75,207); }
td.TdClassName
{
border-color: #C94BCF;
}
.TagClassName
{
border-color: #C94BCF;
}
</style>