Html Css Color HEX #C14FAA Fuchsia

📋 copy color: '#C14FAA'

red 193 ◦ green 79 ◦ blue 170

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

Shades of Fuchsia #C14FAA

Tints of Fuchsia #C14FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 43.67%
G = 17.87%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C14FAA (or 0xC14FAA) is known color: Fuchsia. HEX triplet: C1, 4F and AA. RGB value is (193,79,170). Sum of RGB (Red+Green+Blue) = 193+79+170=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FAA is #3EB055. Grayscale: #7B7B7B. Windows color (decimal): -4108374 or 11161537. OLE color: 11161537.

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

Color convert

RGB 193 79 170 -
CMYK 0 0.59 0.12 0.24
HSL 312.11º 0.48% 0.53% -
HSV(B) 312.11º 0.59% 0.76% -
XYZ 32.04 19.83 40.17 -
YUV 123.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 193 79 170 0 0.59 0.12 0.24 312.11 0.48 0.53
Hex C1 4F AA 0 3B C 18 138 30 35
Octal 301 117 252 0 73 14 30 470 60 65
Binary 11000001 1001111 10101010 0 111011 1100 11000 100111000 110000 110101

Color Harmonies of #C14FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FAA

Black with #C14FAA

Text Example


Text Example

White with #C14FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FAA; }

 p { color: rgb(193,79,170); }

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

background-color css

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

 a { background-color: rgb(193,79,170); }

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

border-color css

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

 span { border-color: rgb(193,79,170); }

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