Html Css Color HEX #C349C5 Fuchsia

📋 copy color: '#C349C5'

red 195 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #C349C5

Tints of Fuchsia #C349C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 41.94%
G = 15.7%
B = 42.37%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C349C5 (or 0xC349C5) is known color: Fuchsia. HEX triplet: C3, 49 and C5. RGB value is (195,73,197). Sum of RGB (Red+Green+Blue) = 195+73+197=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #C349C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349C5 is #3CB63A. Grayscale: #7B7B7B. Windows color (decimal): -3978811 or 12929475. OLE color: 12929475.

HSL color Cylindrical-coordinate representation of color #C349C5: hue angle of 299.03º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C349C5 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 73 197 -
CMYK 0.01 0.63 0 0.23
HSL 299.03º 0.52% 0.53% -
HSV(B) 299.03º 0.63% 0.77% -
XYZ 34.97 20.4 54.92 -
YUV 123.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 195 73 197 0.01 0.63 0 0.23 299.03 0.52 0.53
Hex C3 49 C5 1 3F 0 17 12B 34 35
Octal 303 111 305 1 77 0 27 453 64 65
Binary 11000011 1001001 11000101 1 111111 0 10111 100101011 110100 110101

Color Harmonies of #C349C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349C5

Black with #C349C5

Text Example


Text Example

White with #C349C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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