Html Css Color HEX #C349AB Fuchsia

📋 copy color: '#C349AB'

red 195 ◦ green 73 ◦ blue 171

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

Shades of Fuchsia #C349AB

Tints of Fuchsia #C349AB

RGB

 RED value IS 195 (76.56% from 255) = 44.42%

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 44.42%
G = 16.63%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C349AB (or 0xC349AB) is known color: Fuchsia. HEX triplet: C3, 49 and AB. RGB value is (195,73,171). Sum of RGB (Red+Green+Blue) = 195+73+171=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C349AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349AB is #3CB654. Grayscale: #787878. Windows color (decimal): -3978837 or 11225539. OLE color: 11225539.

HSL color Cylindrical-coordinate representation of color #C349AB: hue angle of 311.8º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C349AB is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 171 -
CMYK 0 0.63 0.12 0.24
HSL 311.8º 0.5% 0.53% -
HSV(B) 311.8º 0.63% 0.76% -
XYZ 32.24 19.31 40.56 -
YUV 120.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 195 73 171 0 0.63 0.12 0.24 311.8 0.5 0.53
Hex C3 49 AB 0 3F C 18 138 32 35
Octal 303 111 253 0 77 14 30 470 62 65
Binary 11000011 1001001 10101011 0 111111 1100 11000 100111000 110010 110101

Color Harmonies of #C349AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349AB

Black with #C349AB

Text Example


Text Example

White with #C349AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349AB; }

 p { color: rgb(195,73,171); }

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

background-color css

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

 a { background-color: rgb(195,73,171); }

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

border-color css

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

 span { border-color: rgb(195,73,171); }

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