Html Css Color HEX #C349BC Fuchsia

📋 copy color: '#C349BC'

red 195 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #C349BC

Tints of Fuchsia #C349BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 42.76%
G = 16.01%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C349BC (or 0xC349BC) is known color: Fuchsia. HEX triplet: C3, 49 and BC. RGB value is (195,73,188). Sum of RGB (Red+Green+Blue) = 195+73+188=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C349BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349BC is #3CB643. Grayscale: #7A7A7A. Windows color (decimal): -3978820 or 12339651. OLE color: 12339651.

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

Color convert

RGB 195 73 188 -
CMYK 0 0.63 0.04 0.24
HSL 303.44º 0.5% 0.53% -
HSV(B) 303.44º 0.63% 0.76% -
XYZ 33.97 20 49.65 -
YUV 122.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 195 73 188 0 0.63 0.04 0.24 303.44 0.5 0.53
Hex C3 49 BC 0 3F 4 18 12F 32 35
Octal 303 111 274 0 77 4 30 457 62 65
Binary 11000011 1001001 10111100 0 111111 100 11000 100101111 110010 110101

Color Harmonies of #C349BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349BC

Black with #C349BC

Text Example


Text Example

White with #C349BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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