Html Css Color HEX #C349A8 Fuchsia

📋 copy color: '#C349A8'

red 195 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #C349A8

Tints of Fuchsia #C349A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 44.72%
G = 16.74%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C349A8 (or 0xC349A8) is known color: Fuchsia. HEX triplet: C3, 49 and A8. RGB value is (195,73,168). Sum of RGB (Red+Green+Blue) = 195+73+168=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A8 is #3CB657. Grayscale: #787878. Windows color (decimal): -3978840 or 11028931. OLE color: 11028931.

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

Color convert

RGB 195 73 168 -
CMYK 0 0.63 0.14 0.24
HSL 313.28º 0.5% 0.53% -
HSV(B) 313.28º 0.63% 0.76% -
XYZ 31.96 19.19 39.07 -
YUV 120.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 195 73 168 0 0.63 0.14 0.24 313.28 0.5 0.53
Hex C3 49 A8 0 3F E 18 139 32 35
Octal 303 111 250 0 77 16 30 471 62 65
Binary 11000011 1001001 10101000 0 111111 1110 11000 100111001 110010 110101

Color Harmonies of #C349A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349A8

Black with #C349A8

Text Example


Text Example

White with #C349A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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