#C12ABA

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

Shades of Fuchsia #C12ABA

Tints of Fuchsia #C12ABA

Color information

#C12ABA (or 0xC12ABA) is unknown color: approx Fuchsia. HEX triplet: C1, 2A and BA. RGB value is (193,42,186). Sum of RGB (Red+Green+Blue) = 193+42+186=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C12ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ABA is #3ED545. Grayscale: #676767. Windows color (decimal): -4117830 or 12200641. OLE color: 12200641.

HSL color Cylindrical-coordinate representation of color #C12ABA: hue angle of 302.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12ABA is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19342186-
CMYK00.780.040.24
HSL302.78º64.26%46.08%-
HSV(B)302.78º78.24%75.69%-
XYZ31.6816.5447.98-
YUV103.56174.53191.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=45.84%
G=9.98%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934218600.780.040.24302.7864.2646.08
HexC12ABA04E41812f402e
Octal30152272011643045710056
Binary110000011010101011101001001110100110001001011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12ABA; }

 p { color: rgb(193,42,186); }

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

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

 a { background-color: rgb(193,42,186); }

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

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

 span { border-color: rgb(193,42,186); }

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