Html Css Color HEX #C347AF Fuchsia

📋 copy color: '#C347AF'

red 195 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #C347AF

Tints of Fuchsia #C347AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 44.22%
G = 16.1%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C347AF (or 0xC347AF) is known color: Fuchsia. HEX triplet: C3, 47 and AF. RGB value is (195,71,175). Sum of RGB (Red+Green+Blue) = 195+71+175=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AF is #3CB850. Grayscale: #777777. Windows color (decimal): -3979345 or 11487171. OLE color: 11487171.

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

Color convert

RGB 195 71 175 -
CMYK 0 0.64 0.10 0.24
HSL 309.68º 0.51% 0.52% -
HSV(B) 309.68º 0.64% 0.76% -
XYZ 32.5 19.2 42.55 -
YUV 119.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 195 71 175 0 0.64 0.10 0.24 309.68 0.51 0.52
Hex C3 47 AF 0 40 A 18 136 33 34
Octal 303 107 257 0 100 12 30 466 63 64
Binary 11000011 1000111 10101111 0 1000000 1010 11000 100110110 110011 110100

Color Harmonies of #C347AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347AF

Black with #C347AF

Text Example


Text Example

White with #C347AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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