#C42CBA

Color #C42CBA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C42CBA

Tints of Fuchsia #C42CBA

Color information

#C42CBA (or 0xC42CBA) is unknown color: approx Fuchsia. HEX triplet: C4, 2C and BA. RGB value is (196,44,186). Sum of RGB (Red+Green+Blue) = 196+44+186=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CBA is #3BD345. Grayscale: #696969. Windows color (decimal): -3920710 or 12201156. OLE color: 12201156.

HSL color Cylindrical-coordinate representation of color #C42CBA: hue angle of 303.95º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CBA is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19644186-
CMYK00.780.050.23
HSL303.95º63.33%47.06%-
HSV(B)303.95º77.55%76.86%-
XYZ32.5317.0848.04-
YUV105.64173.36192.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 44 (17.58% from 255) = 10.33%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=46.01%
G=10.33%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964418600.780.050.23303.9563.3347.06
HexC42CBA04E5171303f2f
Octal3045427201165274607757
Binary11000100101100101110100100111010110111100110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42CBA; }

 p { color: rgb(196,44,186); }

 H1.HeaderClassName
 {
   color: #C42CBA;
 }
 .AnyTagClassName
 {
   color: #C42CBA;
 }
</style>
background-color css

<style>
 a { background-color: #C42CBA; }

 a { background-color: rgb(196,44,186); }

 div.DivClassName
 {
   background-color: #C42CBA;
 }
 .BgClassName
 {
   background-color: #C42CBA;
 }
</style>
border-color css

<style>
 span { border-color: #C42CBA; }

 span { border-color: rgb(196,44,186); }

 td.TdClassName
 {
   border-color: #C42CBA;
 }
 .TagClassName
 {
   border-color: #C42CBA;
 }
</style>