Html Css Color HEX #C34DAA Fuchsia

📋 copy color: '#C34DAA'

red 195 ◦ green 77 ◦ blue 170

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

Shades of Fuchsia #C34DAA

Tints of Fuchsia #C34DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 44.12%
G = 17.42%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C34DAA (or 0xC34DAA) is known color: Fuchsia. HEX triplet: C3, 4D and AA. RGB value is (195,77,170). Sum of RGB (Red+Green+Blue) = 195+77+170=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAA is #3CB255. Grayscale: #7A7A7A. Windows color (decimal): -3977814 or 11161027. OLE color: 11161027.

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

Color convert

RGB 195 77 170 -
CMYK 0 0.61 0.13 0.24
HSL 312.71º 0.5% 0.53% -
HSV(B) 312.71º 0.61% 0.76% -
XYZ 32.42 19.81 40.15 -
YUV 122.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 195 77 170 0 0.61 0.13 0.24 312.71 0.5 0.53
Hex C3 4D AA 0 3D D 18 139 32 35
Octal 303 115 252 0 75 15 30 471 62 65
Binary 11000011 1001101 10101010 0 111101 1101 11000 100111001 110010 110101

Color Harmonies of #C34DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DAA

Black with #C34DAA

Text Example


Text Example

White with #C34DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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