Html Css Color HEX #C149A8 Fuchsia

📋 copy color: '#C149A8'

red 193 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #C149A8

Tints of Fuchsia #C149A8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 44.47%
G = 16.82%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C149A8 (or 0xC149A8) is known color: Fuchsia. HEX triplet: C1, 49 and A8. RGB value is (193,73,168). Sum of RGB (Red+Green+Blue) = 193+73+168=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C149A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C149A8 is #3EB657. Grayscale: #777777. Windows color (decimal): -4109912 or 11028929. OLE color: 11028929.

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

Color convert

RGB 193 73 168 -
CMYK 0 0.62 0.13 0.24
HSL 312.5º 0.49% 0.52% -
HSV(B) 312.5º 0.62% 0.76% -
XYZ 31.44 18.93 39.04 -
YUV 119.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 193 73 168 0 0.62 0.13 0.24 312.5 0.49 0.52
Hex C1 49 A8 0 3E D 18 138 31 34
Octal 301 111 250 0 76 15 30 470 61 64
Binary 11000001 1001001 10101000 0 111110 1101 11000 100111000 110001 110100

Color Harmonies of #C149A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149A8

Black with #C149A8

Text Example


Text Example

White with #C149A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149A8; }

 p { color: rgb(193,73,168); }

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

background-color css

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

 a { background-color: rgb(193,73,168); }

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

border-color css

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

 span { border-color: rgb(193,73,168); }

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