Html Css Color HEX #C14EAB Fuchsia

📋 copy color: '#C14EAB'

red 193 ◦ green 78 ◦ blue 171

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

Shades of Fuchsia #C14EAB

Tints of Fuchsia #C14EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 43.67%
G = 17.65%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C14EAB (or 0xC14EAB) is known color: Fuchsia. HEX triplet: C1, 4E and AB. RGB value is (193,78,171). Sum of RGB (Red+Green+Blue) = 193+78+171=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EAB is #3EB154. Grayscale: #7A7A7A. Windows color (decimal): -4108629 or 11226817. OLE color: 11226817.

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

Color convert

RGB 193 78 171 -
CMYK 0 0.60 0.11 0.24
HSL 311.48º 0.48% 0.53% -
HSV(B) 311.48º 0.6% 0.76% -
XYZ 32.07 19.73 40.65 -
YUV 122.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 193 78 171 0 0.60 0.11 0.24 311.48 0.48 0.53
Hex C1 4E AB 0 3C B 18 137 30 35
Octal 301 116 253 0 74 13 30 467 60 65
Binary 11000001 1001110 10101011 0 111100 1011 11000 100110111 110000 110101

Color Harmonies of #C14EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EAB

Black with #C14EAB

Text Example


Text Example

White with #C14EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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