Shades of Fuchsia #C43CCF
Tints of Fuchsia #C43CCF
RGB
CMYK
RGB Variations
Color information
#C43CCF (or 0xC43CCF) is known color: Fuchsia. HEX triplet: C4, 3C and CF. RGB value is (196,60,207). Sum of RGB (Red+Green+Blue) = 196+60+207=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C43CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CCF is #3BC330. Grayscale: #747474. Windows color (decimal): -3916593 or 13581508. OLE color: 13581508.
HSL color Cylindrical-coordinate representation of color #C43CCF: hue angle of 295.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43CCF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 60 | 207 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.19 |
| HSL | 295.51º | 0.6% | 0.52% | - |
| HSV(B) | 295.51º | 0.71% | 0.81% | - |
| XYZ | 35.64 | 19.47 | 60.91 | - |
| YUV | 117.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 207 | 0.05 | 0.71 | 0 | 0.19 | 295.51 | 0.6 | 0.52 |
| Hex | C4 | 3C | CF | 5 | 47 | 0 | 13 | 128 | 3C | 34 |
| Octal | 304 | 74 | 317 | 5 | 107 | 0 | 23 | 450 | 74 | 64 |
| Binary | 11000100 | 111100 | 11001111 | 101 | 1000111 | 0 | 10011 | 100101000 | 111100 | 110100 |
Color Harmonies of #C43CCF
Complementary color
Monochromatic Colors of #C43CCF
Black with #C43CCF
Text Example
Text Example
White with #C43CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CCF; }
p { color: rgb(196,60,207); }
H1.HeaderClassName
{
color: #C43CCF;
}
.AnyTagClassName
{
color: #C43CCF;
}
</style>
background-color css
<style>
a { background-color: #C43CCF; }
a { background-color: rgb(196,60,207); }
div.DivClassName
{
background-color: #C43CCF;
}
.BgClassName
{
background-color: #C43CCF;
}
</style>
border-color css
<style>
span { border-color: #C43CCF; }
span { border-color: rgb(196,60,207); }
td.TdClassName
{
border-color: #C43CCF;
}
.TagClassName
{
border-color: #C43CCF;
}
</style>