Html Css Color HEX #C347BE Fuchsia

📋 copy color: '#C347BE'

red 195 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #C347BE

Tints of Fuchsia #C347BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 42.76%
G = 15.57%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C347BE (or 0xC347BE) is known color: Fuchsia. HEX triplet: C3, 47 and BE. RGB value is (195,71,190). Sum of RGB (Red+Green+Blue) = 195+71+190=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BE is #3CB841. Grayscale: #797979. Windows color (decimal): -3979330 or 12470211. OLE color: 12470211.

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

Color convert

RGB 195 71 190 -
CMYK 0 0.64 0.03 0.24
HSL 302.42º 0.51% 0.52% -
HSV(B) 302.42º 0.64% 0.76% -
XYZ 34.05 19.83 50.75 -
YUV 121.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 195 71 190 0 0.64 0.03 0.24 302.42 0.51 0.52
Hex C3 47 BE 0 40 3 18 12E 33 34
Octal 303 107 276 0 100 3 30 456 63 64
Binary 11000011 1000111 10111110 0 1000000 11 11000 100101110 110011 110100

Color Harmonies of #C347BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347BE

Black with #C347BE

Text Example


Text Example

White with #C347BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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