Html Css Color HEX #C14AC3 Fuchsia

📋 copy color: '#C14AC3'

red 193 ◦ green 74 ◦ blue 195

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

Shades of Fuchsia #C14AC3

Tints of Fuchsia #C14AC3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 41.77%
G = 16.02%
B = 42.21%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C14AC3 (or 0xC14AC3) is known color: Fuchsia. HEX triplet: C1, 4A and C3. RGB value is (193,74,195). Sum of RGB (Red+Green+Blue) = 193+74+195=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #C14AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14AC3 is #3EB53C. Grayscale: #7B7B7B. Windows color (decimal): -4109629 or 12798657. OLE color: 12798657.

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

Color convert

RGB 193 74 195 -
CMYK 0.01 0.62 0 0.24
HSL 299.01º 0.5% 0.53% -
HSV(B) 299.01º 0.62% 0.76% -
XYZ 34.29 20.18 53.72 -
YUV 123.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 193 74 195 0.01 0.62 0 0.24 299.01 0.5 0.53
Hex C1 4A C3 1 3E 0 18 12B 32 35
Octal 301 112 303 1 76 0 30 453 62 65
Binary 11000001 1001010 11000011 1 111110 0 11000 100101011 110010 110101

Color Harmonies of #C14AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14AC3

Black with #C14AC3

Text Example


Text Example

White with #C14AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14AC3; }

 p { color: rgb(193,74,195); }

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

background-color css

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

 a { background-color: rgb(193,74,195); }

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

border-color css

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

 span { border-color: rgb(193,74,195); }

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