Html Css Color HEX #C347AC Fuchsia

📋 copy color: '#C347AC'

red 195 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #C347AC

Tints of Fuchsia #C347AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 44.52%
G = 16.21%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C347AC (or 0xC347AC) is known color: Fuchsia. HEX triplet: C3, 47 and AC. RGB value is (195,71,172). Sum of RGB (Red+Green+Blue) = 195+71+172=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AC is #3CB853. Grayscale: #777777. Windows color (decimal): -3979348 or 11290563. OLE color: 11290563.

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

Color convert

RGB 195 71 172 -
CMYK 0 0.64 0.12 0.24
HSL 311.13º 0.51% 0.52% -
HSV(B) 311.13º 0.64% 0.76% -
XYZ 32.21 19.09 41.02 -
YUV 119.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 195 71 172 0 0.64 0.12 0.24 311.13 0.51 0.52
Hex C3 47 AC 0 40 C 18 137 33 34
Octal 303 107 254 0 100 14 30 467 63 64
Binary 11000011 1000111 10101100 0 1000000 1100 11000 100110111 110011 110100

Color Harmonies of #C347AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347AC

Black with #C347AC

Text Example


Text Example

White with #C347AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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