Html Css Color HEX #C12AB4 Fuchsia

📋 copy color: '#C12AB4'

red 193 ◦ green 42 ◦ blue 180

#C12AB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C12AB4

Tints of Fuchsia #C12AB4

RGB

 RED value IS 193 (75.78% from 255) = 46.51%

 GREEN value IS 42 (16.8% from 255) = 10.12%

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 46.51%
G = 10.12%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C12AB4 (or 0xC12AB4) is known color: Fuchsia. HEX triplet: C1, 2A and B4. RGB value is (193,42,180). Sum of RGB (Red+Green+Blue) = 193+42+180=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AB4 is #3ED54B. Grayscale: #666666. Windows color (decimal): -4117836 or 11807425. OLE color: 11807425.

HSL color Cylindrical-coordinate representation of color #C12AB4: hue angle of 305.17º 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 #C12AB4 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 180 -
CMYK 0 0.78 0.07 0.24
HSL 305.17º 0.64% 0.46% -
HSV(B) 305.17º 0.78% 0.76% -
XYZ 31.06 16.29 44.69 -
YUV 102.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 193 42 180 0 0.78 0.07 0.24 305.17 0.64 0.46
Hex C1 2A B4 0 4E 7 18 131 40 2E
Octal 301 52 264 0 116 7 30 461 100 56
Binary 11000001 101010 10110100 0 1001110 111 11000 100110001 1000000 101110

Color Harmonies of #C12AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AB4

Black with #C12AB4

Text Example


Text Example

White with #C12AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AB4; }

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

 H1.HeaderClassName
 {
   color: #C12AB4;
 }
 .AnyTagClassName
 {
   color: #C12AB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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