Html Css Color HEX #C347BA Fuchsia

📋 copy color: '#C347BA'

red 195 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #C347BA

Tints of Fuchsia #C347BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 43.14%
G = 15.71%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C347BA (or 0xC347BA) is known color: Fuchsia. HEX triplet: C3, 47 and BA. RGB value is (195,71,186). Sum of RGB (Red+Green+Blue) = 195+71+186=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BA is #3CB845. Grayscale: #787878. Windows color (decimal): -3979334 or 12208067. OLE color: 12208067.

HSL color Cylindrical-coordinate representation of color #C347BA: hue angle of 304.35º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C347BA is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 186 -
CMYK 0 0.64 0.05 0.24
HSL 304.35º 0.51% 0.52% -
HSV(B) 304.35º 0.64% 0.76% -
XYZ 33.62 19.65 48.48 -
YUV 121.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 195 71 186 0 0.64 0.05 0.24 304.35 0.51 0.52
Hex C3 47 BA 0 40 5 18 130 33 34
Octal 303 107 272 0 100 5 30 460 63 64
Binary 11000011 1000111 10111010 0 1000000 101 11000 100110000 110011 110100

Color Harmonies of #C347BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347BA

Black with #C347BA

Text Example


Text Example

White with #C347BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347BA; }

 p { color: rgb(195,71,186); }

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

background-color css

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

 a { background-color: rgb(195,71,186); }

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

border-color css

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

 span { border-color: rgb(195,71,186); }

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