Html Css Color HEX #C144A9 Fuchsia

📋 copy color: '#C144A9'

red 193 ◦ green 68 ◦ blue 169

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

Shades of Fuchsia #C144A9

Tints of Fuchsia #C144A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 44.88%
G = 15.81%
B = 39.3%

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

#C144A9 (or 0xC144A9) is known color: Fuchsia. HEX triplet: C1, 44 and A9. RGB value is (193,68,169). Sum of RGB (Red+Green+Blue) = 193+68+169=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C144A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C144A9 is #3EBB56. Grayscale: #747474. Windows color (decimal): -4111191 or 11093185. OLE color: 11093185.

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

Color convert

RGB 193 68 169 -
CMYK 0 0.65 0.12 0.24
HSL 311.52º 0.5% 0.51% -
HSV(B) 311.52º 0.65% 0.76% -
XYZ 31.22 18.34 39.43 -
YUV 116.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 193 68 169 0 0.65 0.12 0.24 311.52 0.5 0.51
Hex C1 44 A9 0 41 C 18 138 32 33
Octal 301 104 251 0 101 14 30 470 62 63
Binary 11000001 1000100 10101001 0 1000001 1100 11000 100111000 110010 110011

Color Harmonies of #C144A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144A9

Black with #C144A9

Text Example


Text Example

White with #C144A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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