Html Css Color HEX #C347AD Fuchsia

📋 copy color: '#C347AD'

red 195 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #C347AD

Tints of Fuchsia #C347AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.41%

R = 44.42%
G = 16.17%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C347AD (or 0xC347AD) is known color: Fuchsia. HEX triplet: C3, 47 and AD. RGB value is (195,71,173). Sum of RGB (Red+Green+Blue) = 195+71+173=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AD is #3CB852. Grayscale: #777777. Windows color (decimal): -3979347 or 11356099. OLE color: 11356099.

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

Color convert

RGB 195 71 173 -
CMYK 0 0.64 0.11 0.24
HSL 310.65º 0.51% 0.52% -
HSV(B) 310.65º 0.64% 0.76% -
XYZ 32.3 19.13 41.52 -
YUV 119.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 195 71 173 0 0.64 0.11 0.24 310.65 0.51 0.52
Hex C3 47 AD 0 40 B 18 137 33 34
Octal 303 107 255 0 100 13 30 467 63 64
Binary 11000011 1000111 10101101 0 1000000 1011 11000 100110111 110011 110100

Color Harmonies of #C347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347AD

Black with #C347AD

Text Example


Text Example

White with #C347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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