Html Css Color HEX #C149BC Fuchsia

📋 copy color: '#C149BC'

red 193 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #C149BC

Tints of Fuchsia #C149BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 42.51%
G = 16.08%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C149BC (or 0xC149BC) is known color: Fuchsia. HEX triplet: C1, 49 and BC. RGB value is (193,73,188). Sum of RGB (Red+Green+Blue) = 193+73+188=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C149BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149BC is #3EB643. Grayscale: #797979. Windows color (decimal): -4109892 or 12339649. OLE color: 12339649.

HSL color Cylindrical-coordinate representation of color #C149BC: hue angle of 302.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 #C149BC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 188 -
CMYK 0 0.62 0.03 0.24
HSL 302.5º 0.49% 0.52% -
HSV(B) 302.5º 0.62% 0.76% -
XYZ 33.45 19.73 49.62 -
YUV 121.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 193 73 188 0 0.62 0.03 0.24 302.5 0.49 0.52
Hex C1 49 BC 0 3E 3 18 12E 31 34
Octal 301 111 274 0 76 3 30 456 61 64
Binary 11000001 1001001 10111100 0 111110 11 11000 100101110 110001 110100

Color Harmonies of #C149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149BC

Black with #C149BC

Text Example


Text Example

White with #C149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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