Html Css Color HEX #C349C2 Fuchsia

📋 copy color: '#C349C2'

red 195 ◦ green 73 ◦ blue 194

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

Shades of Fuchsia #C349C2

Tints of Fuchsia #C349C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 42.21%
G = 15.8%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C349C2 (or 0xC349C2) is known color: Fuchsia. HEX triplet: C3, 49 and C2. RGB value is (195,73,194). Sum of RGB (Red+Green+Blue) = 195+73+194=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C349C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349C2 is #3CB63D. Grayscale: #7A7A7A. Windows color (decimal): -3978814 or 12732867. OLE color: 12732867.

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

Color convert

RGB 195 73 194 -
CMYK 0 0.63 0.01 0.24
HSL 300.49º 0.5% 0.53% -
HSV(B) 300.49º 0.63% 0.76% -
XYZ 34.63 20.26 53.12 -
YUV 123.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 195 73 194 0 0.63 0.01 0.24 300.49 0.5 0.53
Hex C3 49 C2 0 3F 1 18 12C 32 35
Octal 303 111 302 0 77 1 30 454 62 65
Binary 11000011 1001001 11000010 0 111111 1 11000 100101100 110010 110101

Color Harmonies of #C349C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349C2

Black with #C349C2

Text Example


Text Example

White with #C349C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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