#C42ABE

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

Shades of Fuchsia #C42ABE

Tints of Fuchsia #C42ABE

Color information

#C42ABE (or 0xC42ABE) is unknown color: approx Fuchsia. HEX triplet: C4, 2A and BE. RGB value is (196,42,190). Sum of RGB (Red+Green+Blue) = 196+42+190=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C42ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ABE is #3BD541. Grayscale: #686868. Windows color (decimal): -3921218 or 12462788. OLE color: 12462788.

HSL color Cylindrical-coordinate representation of color #C42ABE: hue angle of 302.34º 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 #C42ABE is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19642190-
CMYK00.790.030.23
HSL302.34º64.71%46.67%-
HSV(B)302.34º78.57%76.86%-
XYZ32.8917.1150.28-
YUV104.92176.02192.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 42 (16.80% from 255) = 9.81%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=45.79%
G=9.81%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964219000.790.030.23302.3464.7146.67
HexC42ABE04F31712e412f
Octal30452276011732745610157
Binary11000100101010101111100100111111101111001011101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42ABE; }

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

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

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

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

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

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

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

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