Html Css Color HEX #C34DAC Fuchsia

📋 copy color: '#C34DAC'

red 195 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #C34DAC

Tints of Fuchsia #C34DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.34%

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

R = 43.92%
G = 17.34%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C34DAC (or 0xC34DAC) is known color: Fuchsia. HEX triplet: C3, 4D and AC. RGB value is (195,77,172). Sum of RGB (Red+Green+Blue) = 195+77+172=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAC is #3CB253. Grayscale: #7A7A7A. Windows color (decimal): -3977812 or 11292099. OLE color: 11292099.

HSL color Cylindrical-coordinate representation of color #C34DAC: hue angle of 311.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34DAC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 77 172 -
CMYK 0 0.61 0.12 0.24
HSL 311.69º 0.5% 0.53% -
HSV(B) 311.69º 0.61% 0.76% -
XYZ 32.61 19.89 41.15 -
YUV 123.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 195 77 172 0 0.61 0.12 0.24 311.69 0.5 0.53
Hex C3 4D AC 0 3D C 18 138 32 35
Octal 303 115 254 0 75 14 30 470 62 65
Binary 11000011 1001101 10101100 0 111101 1100 11000 100111000 110010 110101

Color Harmonies of #C34DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DAC

Black with #C34DAC

Text Example


Text Example

White with #C34DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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