Html Css Color HEX #C144AC Fuchsia

📋 copy color: '#C144AC'

red 193 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #C144AC

Tints of Fuchsia #C144AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.7%

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 44.57%
G = 15.7%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C144AC (or 0xC144AC) is known color: Fuchsia. HEX triplet: C1, 44 and AC. RGB value is (193,68,172). Sum of RGB (Red+Green+Blue) = 193+68+172=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C144AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144AC is #3EBB53. Grayscale: #747474. Windows color (decimal): -4111188 or 11289793. OLE color: 11289793.

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

Color convert

RGB 193 68 172 -
CMYK 0 0.65 0.11 0.24
HSL 310.08º 0.5% 0.51% -
HSV(B) 310.08º 0.65% 0.76% -
XYZ 31.51 18.45 40.93 -
YUV 117.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 193 68 172 0 0.65 0.11 0.24 310.08 0.5 0.51
Hex C1 44 AC 0 41 B 18 136 32 33
Octal 301 104 254 0 101 13 30 466 62 63
Binary 11000001 1000100 10101100 0 1000001 1011 11000 100110110 110010 110011

Color Harmonies of #C144AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144AC

Black with #C144AC

Text Example


Text Example

White with #C144AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144AC; }

 p { color: rgb(193,68,172); }

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

background-color css

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

 a { background-color: rgb(193,68,172); }

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

border-color css

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

 span { border-color: rgb(193,68,172); }

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