Html Css Color HEX #C349AD Fuchsia

📋 copy color: '#C349AD'

red 195 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C349AD

Tints of Fuchsia #C349AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 44.22%
G = 16.55%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C349AD (or 0xC349AD) is known color: Fuchsia. HEX triplet: C3, 49 and AD. RGB value is (195,73,173). Sum of RGB (Red+Green+Blue) = 195+73+173=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C349AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349AD is #3CB652. Grayscale: #787878. Windows color (decimal): -3978835 or 11356611. OLE color: 11356611.

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

Color convert

RGB 195 73 173 -
CMYK 0 0.63 0.11 0.24
HSL 310.82º 0.5% 0.53% -
HSV(B) 310.82º 0.63% 0.76% -
XYZ 32.43 19.38 41.57 -
YUV 120.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 195 73 173 0 0.63 0.11 0.24 310.82 0.5 0.53
Hex C3 49 AD 0 3F B 18 137 32 35
Octal 303 111 255 0 77 13 30 467 62 65
Binary 11000011 1001001 10101101 0 111111 1011 11000 100110111 110010 110101

Color Harmonies of #C349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349AD

Black with #C349AD

Text Example


Text Example

White with #C349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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