Shades of Fuchsia #C94BCD
Tints of Fuchsia #C94BCD
RGB
CMYK
RGB Variations
Color information
#C94BCD (or 0xC94BCD) is known color: Fuchsia. HEX triplet: C9, 4B and CD. RGB value is (201,75,205). Sum of RGB (Red+Green+Blue) = 201+75+205=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C94BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BCD is #36B432. Grayscale: #7F7F7F. Windows color (decimal): -3585075 or 13454281. OLE color: 13454281.
HSL color Cylindrical-coordinate representation of color #C94BCD: hue angle of 298.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94BCD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 75 | 205 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 298.15º | 0.57% | 0.55% | - |
| HSV(B) | 298.15º | 0.63% | 0.8% | - |
| XYZ | 37.62 | 21.86 | 59.99 | - |
| YUV | 127.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 205 | 0.02 | 0.63 | 0 | 0.20 | 298.15 | 0.57 | 0.55 |
| Hex | C9 | 4B | CD | 2 | 3F | 0 | 14 | 12A | 39 | 37 |
| Octal | 311 | 113 | 315 | 2 | 77 | 0 | 24 | 452 | 71 | 67 |
| Binary | 11001001 | 1001011 | 11001101 | 10 | 111111 | 0 | 10100 | 100101010 | 111001 | 110111 |
Color Harmonies of #C94BCD
Complementary color
Monochromatic Colors of #C94BCD
Black with #C94BCD
Text Example
Text Example
White with #C94BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BCD; }
p { color: rgb(201,75,205); }
H1.HeaderClassName
{
color: #C94BCD;
}
.AnyTagClassName
{
color: #C94BCD;
}
</style>
background-color css
<style>
a { background-color: #C94BCD; }
a { background-color: rgb(201,75,205); }
div.DivClassName
{
background-color: #C94BCD;
}
.BgClassName
{
background-color: #C94BCD;
}
</style>
border-color css
<style>
span { border-color: #C94BCD; }
span { border-color: rgb(201,75,205); }
td.TdClassName
{
border-color: #C94BCD;
}
.TagClassName
{
border-color: #C94BCD;
}
</style>