Html Css Color HEX #C349AF Fuchsia

📋 copy color: '#C349AF'

red 195 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #C349AF

Tints of Fuchsia #C349AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 44.02%
G = 16.48%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C349AF (or 0xC349AF) is known color: Fuchsia. HEX triplet: C3, 49 and AF. RGB value is (195,73,175). Sum of RGB (Red+Green+Blue) = 195+73+175=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C349AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349AF is #3CB650. Grayscale: #787878. Windows color (decimal): -3978833 or 11487683. OLE color: 11487683.

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

Color convert

RGB 195 73 175 -
CMYK 0 0.63 0.10 0.24
HSL 309.84º 0.5% 0.53% -
HSV(B) 309.84º 0.63% 0.76% -
XYZ 32.63 19.46 42.59 -
YUV 121.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 195 73 175 0 0.63 0.10 0.24 309.84 0.5 0.53
Hex C3 49 AF 0 3F A 18 136 32 35
Octal 303 111 257 0 77 12 30 466 62 65
Binary 11000011 1001001 10101111 0 111111 1010 11000 100110110 110010 110101

Color Harmonies of #C349AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349AF

Black with #C349AF

Text Example


Text Example

White with #C349AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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