Html Css Color HEX #C144AA Fuchsia

📋 copy color: '#C144AA'

red 193 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #C144AA

Tints of Fuchsia #C144AA

RGB

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

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

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

R = 44.78%
G = 15.78%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C144AA (or 0xC144AA) is known color: Fuchsia. HEX triplet: C1, 44 and AA. RGB value is (193,68,170). Sum of RGB (Red+Green+Blue) = 193+68+170=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C144AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144AA is #3EBB55. Grayscale: #747474. Windows color (decimal): -4111190 or 11158721. OLE color: 11158721.

HSL color Cylindrical-coordinate representation of color #C144AA: hue angle of 311.04º 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 #C144AA is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 170 -
CMYK 0 0.65 0.12 0.24
HSL 311.04º 0.5% 0.51% -
HSV(B) 311.04º 0.65% 0.76% -
XYZ 31.32 18.37 39.93 -
YUV 117 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 193 68 170 0 0.65 0.12 0.24 311.04 0.5 0.51
Hex C1 44 AA 0 41 C 18 137 32 33
Octal 301 104 252 0 101 14 30 467 62 63
Binary 11000001 1000100 10101010 0 1000001 1100 11000 100110111 110010 110011

Color Harmonies of #C144AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144AA

Black with #C144AA

Text Example


Text Example

White with #C144AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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