Html Css Color HEX #C149C8 Fuchsia

📋 copy color: '#C149C8'

red 193 ◦ green 73 ◦ blue 200

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

Shades of Fuchsia #C149C8

Tints of Fuchsia #C149C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 41.42%
G = 15.67%
B = 42.92%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C149C8 (or 0xC149C8) is known color: Fuchsia. HEX triplet: C1, 49 and C8. RGB value is (193,73,200). Sum of RGB (Red+Green+Blue) = 193+73+200=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #C149C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149C8 is #3EB637. Grayscale: #7A7A7A. Windows color (decimal): -4109880 or 13126081. OLE color: 13126081.

HSL color Cylindrical-coordinate representation of color #C149C8: hue angle of 296.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C149C8 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 73 200 -
CMYK 0.04 0.64 0 0.22
HSL 296.69º 0.54% 0.54% -
HSV(B) 296.69º 0.64% 0.78% -
XYZ 34.8 20.27 56.72 -
YUV 123.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 193 73 200 0.04 0.64 0 0.22 296.69 0.54 0.54
Hex C1 49 C8 4 40 0 16 129 36 36
Octal 301 111 310 4 100 0 26 451 66 66
Binary 11000001 1001001 11001000 100 1000000 0 10110 100101001 110110 110110

Color Harmonies of #C149C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149C8

Black with #C149C8

Text Example


Text Example

White with #C149C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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