#C42AB0

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

Shades of Fuchsia #C42AB0

Tints of Fuchsia #C42AB0

Color information

#C42AB0 (or 0xC42AB0) is unknown color: approx Fuchsia. HEX triplet: C4, 2A and B0. RGB value is (196,42,176). Sum of RGB (Red+Green+Blue) = 196+42+176=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42AB0 is #3BD54F. Grayscale: #666666. Windows color (decimal): -3921232 or 11545284. OLE color: 11545284.

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

Color convert

RGB19642176-
CMYK00.790.100.23
HSL307.79º64.71%46.67%-
HSV(B)307.79º78.57%76.86%-
XYZ31.4316.5342.61-
YUV103.32169.02194.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 176 (69.14% from 255) = 42.51%
R=47.34%
G=10.14%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964217600.790.100.23307.7964.7146.67
HexC42AB004FA17134412f
Octal304522600117122746410157
Binary1100010010101010110000010011111010101111001101001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42AB0; }

 p { color: rgb(196,42,176); }

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

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

 a { background-color: rgb(196,42,176); }

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

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

 span { border-color: rgb(196,42,176); }

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