Shades of Fuchsia #C94BCE
Tints of Fuchsia #C94BCE
RGB
CMYK
RGB Variations
Color information
#C94BCE (or 0xC94BCE) is known color: Fuchsia. HEX triplet: C9, 4B and CE. RGB value is (201,75,206). Sum of RGB (Red+Green+Blue) = 201+75+206=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #C94BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BCE is #36B431. Grayscale: #7F7F7F. Windows color (decimal): -3585074 or 13519817. OLE color: 13519817.
HSL color Cylindrical-coordinate representation of color #C94BCE: hue angle of 297.71º degrees, saturation: 0.57, 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 #C94BCE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 75 | 206 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.19 |
| HSL | 297.71º | 0.57% | 0.55% | - |
| HSV(B) | 297.71º | 0.64% | 0.81% | - |
| XYZ | 37.74 | 21.91 | 60.63 | - |
| YUV | 127.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 206 | 0.02 | 0.64 | 0 | 0.19 | 297.71 | 0.57 | 0.55 |
| Hex | C9 | 4B | CE | 2 | 40 | 0 | 13 | 12A | 39 | 37 |
| Octal | 311 | 113 | 316 | 2 | 100 | 0 | 23 | 452 | 71 | 67 |
| Binary | 11001001 | 1001011 | 11001110 | 10 | 1000000 | 0 | 10011 | 100101010 | 111001 | 110111 |
Color Harmonies of #C94BCE
Complementary color
Monochromatic Colors of #C94BCE
Black with #C94BCE
Text Example
Text Example
White with #C94BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BCE; }
p { color: rgb(201,75,206); }
H1.HeaderClassName
{
color: #C94BCE;
}
.AnyTagClassName
{
color: #C94BCE;
}
</style>
background-color css
<style>
a { background-color: #C94BCE; }
a { background-color: rgb(201,75,206); }
div.DivClassName
{
background-color: #C94BCE;
}
.BgClassName
{
background-color: #C94BCE;
}
</style>
border-color css
<style>
span { border-color: #C94BCE; }
span { border-color: rgb(201,75,206); }
td.TdClassName
{
border-color: #C94BCE;
}
.TagClassName
{
border-color: #C94BCE;
}
</style>