Html Css Color HEX #C14EC5 Fuchsia

📋 copy color: '#C14EC5'

red 193 ◦ green 78 ◦ blue 197

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

Shades of Fuchsia #C14EC5

Tints of Fuchsia #C14EC5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

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

R = 41.24%
G = 16.67%
B = 42.09%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C14EC5 (or 0xC14EC5) is known color: Fuchsia. HEX triplet: C1, 4E and C5. RGB value is (193,78,197). Sum of RGB (Red+Green+Blue) = 193+78+197=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #C14EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EC5 is #3EB13A. Grayscale: #7D7D7D. Windows color (decimal): -4108603 or 12930753. OLE color: 12930753.

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

Color convert

RGB 193 78 197 -
CMYK 0.02 0.60 0 0.23
HSL 297.98º 0.51% 0.54% -
HSV(B) 297.98º 0.6% 0.77% -
XYZ 34.79 20.82 55.01 -
YUV 125.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 193 78 197 0.02 0.60 0 0.23 297.98 0.51 0.54
Hex C1 4E C5 2 3C 0 17 12A 33 36
Octal 301 116 305 2 74 0 27 452 63 66
Binary 11000001 1001110 11000101 10 111100 0 10111 100101010 110011 110110

Color Harmonies of #C14EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EC5

Black with #C14EC5

Text Example


Text Example

White with #C14EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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