Html Css Color HEX #C349B0 Fuchsia

📋 copy color: '#C349B0'

red 195 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #C349B0

Tints of Fuchsia #C349B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 43.92%
G = 16.44%
B = 39.64%

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

#C349B0 (or 0xC349B0) is known color: Fuchsia. HEX triplet: C3, 49 and B0. RGB value is (195,73,176). Sum of RGB (Red+Green+Blue) = 195+73+176=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C349B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349B0 is #3CB64F. Grayscale: #787878. Windows color (decimal): -3978832 or 11553219. OLE color: 11553219.

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

Color convert

RGB 195 73 176 -
CMYK 0 0.63 0.10 0.24
HSL 309.34º 0.5% 0.53% -
HSV(B) 309.34º 0.63% 0.76% -
XYZ 32.72 19.5 43.11 -
YUV 121.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 195 73 176 0 0.63 0.10 0.24 309.34 0.5 0.53
Hex C3 49 B0 0 3F A 18 135 32 35
Octal 303 111 260 0 77 12 30 465 62 65
Binary 11000011 1001001 10110000 0 111111 1010 11000 100110101 110010 110101

Color Harmonies of #C349B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349B0

Black with #C349B0

Text Example


Text Example

White with #C349B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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