Html Css Color HEX #C12EAC Fuchsia

📋 copy color: '#C12EAC'

red 193 ◦ green 46 ◦ blue 172

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

Shades of Fuchsia #C12EAC

Tints of Fuchsia #C12EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 46.96%
G = 11.19%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C12EAC (or 0xC12EAC) is known color: Fuchsia. HEX triplet: C1, 2E and AC. RGB value is (193,46,172). Sum of RGB (Red+Green+Blue) = 193+46+172=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C12EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12EAC is #3ED153. Grayscale: #676767. Windows color (decimal): -4116820 or 11284161. OLE color: 11284161.

HSL color Cylindrical-coordinate representation of color #C12EAC: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12EAC is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 46 172 -
CMYK 0 0.76 0.11 0.24
HSL 308.57º 0.62% 0.47% -
HSV(B) 308.57º 0.76% 0.76% -
XYZ 30.42 16.27 40.57 -
YUV 104.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 193 46 172 0 0.76 0.11 0.24 308.57 0.62 0.47
Hex C1 2E AC 0 4C B 18 135 3E 2F
Octal 301 56 254 0 114 13 30 465 76 57
Binary 11000001 101110 10101100 0 1001100 1011 11000 100110101 111110 101111

Color Harmonies of #C12EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EAC

Black with #C12EAC

Text Example


Text Example

White with #C12EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EAC; }

 p { color: rgb(193,46,172); }

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

background-color css

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

 a { background-color: rgb(193,46,172); }

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

border-color css

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

 span { border-color: rgb(193,46,172); }

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