Shades of Fuchsia #C43CCD
Tints of Fuchsia #C43CCD
RGB
CMYK
RGB Variations
Color information
#C43CCD (or 0xC43CCD) is known color: Fuchsia. HEX triplet: C4, 3C and CD. RGB value is (196,60,205). Sum of RGB (Red+Green+Blue) = 196+60+205=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CCD is #3BC332. Grayscale: #747474. Windows color (decimal): -3916595 or 13450436. OLE color: 13450436.
HSL color Cylindrical-coordinate representation of color #C43CCD: hue angle of 296.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43CCD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 60 | 205 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.20 |
| HSL | 296.28º | 0.59% | 0.52% | - |
| HSV(B) | 296.28º | 0.71% | 0.8% | - |
| XYZ | 35.4 | 19.38 | 59.63 | - |
| YUV | 117.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 205 | 0.04 | 0.71 | 0 | 0.20 | 296.28 | 0.59 | 0.52 |
| Hex | C4 | 3C | CD | 4 | 47 | 0 | 14 | 128 | 3B | 34 |
| Octal | 304 | 74 | 315 | 4 | 107 | 0 | 24 | 450 | 73 | 64 |
| Binary | 11000100 | 111100 | 11001101 | 100 | 1000111 | 0 | 10100 | 100101000 | 111011 | 110100 |
Color Harmonies of #C43CCD
Complementary color
Monochromatic Colors of #C43CCD
Black with #C43CCD
Text Example
Text Example
White with #C43CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43CCD; }
p { color: rgb(196,60,205); }
H1.HeaderClassName
{
color: #C43CCD;
}
.AnyTagClassName
{
color: #C43CCD;
}
</style>
background-color css
<style>
a { background-color: #C43CCD; }
a { background-color: rgb(196,60,205); }
div.DivClassName
{
background-color: #C43CCD;
}
.BgClassName
{
background-color: #C43CCD;
}
</style>
border-color css
<style>
span { border-color: #C43CCD; }
span { border-color: rgb(196,60,205); }
td.TdClassName
{
border-color: #C43CCD;
}
.TagClassName
{
border-color: #C43CCD;
}
</style>