Shades of Fuchsia #C44BCE
Tints of Fuchsia #C44BCE
RGB
CMYK
RGB Variations
Color information
#C44BCE (or 0xC44BCE) is known color: Fuchsia. HEX triplet: C4, 4B and CE. RGB value is (196,75,206). Sum of RGB (Red+Green+Blue) = 196+75+206=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #C44BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BCE is #3BB431. Grayscale: #7D7D7D. Windows color (decimal): -3912754 or 13519812. OLE color: 13519812.
HSL color Cylindrical-coordinate representation of color #C44BCE: hue angle of 295.42º 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 #C44BCE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 75 | 206 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.19 |
| HSL | 295.42º | 0.57% | 0.55% | - |
| HSV(B) | 295.42º | 0.64% | 0.81% | - |
| XYZ | 36.42 | 21.22 | 60.57 | - |
| YUV | 126.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 206 | 0.05 | 0.64 | 0 | 0.19 | 295.42 | 0.57 | 0.55 |
| Hex | C4 | 4B | CE | 5 | 40 | 0 | 13 | 127 | 39 | 37 |
| Octal | 304 | 113 | 316 | 5 | 100 | 0 | 23 | 447 | 71 | 67 |
| Binary | 11000100 | 1001011 | 11001110 | 101 | 1000000 | 0 | 10011 | 100100111 | 111001 | 110111 |
Color Harmonies of #C44BCE
Complementary color
Monochromatic Colors of #C44BCE
Black with #C44BCE
Text Example
Text Example
White with #C44BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BCE; }
p { color: rgb(196,75,206); }
H1.HeaderClassName
{
color: #C44BCE;
}
.AnyTagClassName
{
color: #C44BCE;
}
</style>
background-color css
<style>
a { background-color: #C44BCE; }
a { background-color: rgb(196,75,206); }
div.DivClassName
{
background-color: #C44BCE;
}
.BgClassName
{
background-color: #C44BCE;
}
</style>
border-color css
<style>
span { border-color: #C44BCE; }
span { border-color: rgb(196,75,206); }
td.TdClassName
{
border-color: #C44BCE;
}
.TagClassName
{
border-color: #C44BCE;
}
</style>