Html Css Color HEX #C12EC5 Fuchsia

📋 copy color: '#C12EC5'

red 193 ◦ green 46 ◦ blue 197

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

Shades of Fuchsia #C12EC5

Tints of Fuchsia #C12EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.18%

R = 44.27%
G = 10.55%
B = 45.18%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C12EC5 (or 0xC12EC5) is known color: Fuchsia. HEX triplet: C1, 2E and C5. RGB value is (193,46,197). Sum of RGB (Red+Green+Blue) = 193+46+197=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #C12EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12EC5 is #3ED13A. Grayscale: #6A6A6A. Windows color (decimal): -4116795 or 12922561. OLE color: 12922561.

HSL color Cylindrical-coordinate representation of color #C12EC5: hue angle of 298.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12EC5 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 46 197 -
CMYK 0.02 0.77 0 0.23
HSL 298.41º 0.62% 0.48% -
HSV(B) 298.41º 0.77% 0.77% -
XYZ 33.05 17.32 54.43 -
YUV 107.17 178.7 189.22 -
System Red Green Blue C M Y K H S L
Decimal 193 46 197 0.02 0.77 0 0.23 298.41 0.62 0.48
Hex C1 2E C5 2 4D 0 17 12A 3E 30
Octal 301 56 305 2 115 0 27 452 76 60
Binary 11000001 101110 11000101 10 1001101 0 10111 100101010 111110 110000

Color Harmonies of #C12EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EC5

Black with #C12EC5

Text Example


Text Example

White with #C12EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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