Html Css Color HEX #C34EAA Fuchsia

📋 copy color: '#C34EAA'

red 195 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #C34EAA

Tints of Fuchsia #C34EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.61%

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

R = 44.02%
G = 17.61%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C34EAA (or 0xC34EAA) is known color: Fuchsia. HEX triplet: C3, 4E and AA. RGB value is (195,78,170). Sum of RGB (Red+Green+Blue) = 195+78+170=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EAA is #3CB155. Grayscale: #7B7B7B. Windows color (decimal): -3977558 or 11161283. OLE color: 11161283.

HSL color Cylindrical-coordinate representation of color #C34EAA: hue angle of 312.82º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EAA is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 170 -
CMYK 0 0.6 0.13 0.24
HSL 312.82º 0.49% 0.54% -
HSV(B) 312.82º 0.6% 0.76% -
XYZ 32.49 19.95 40.17 -
YUV 123.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 195 78 170 0 0.6 0.13 0.24 312.82 0.49 0.54
Hex C3 4E AA 0 3C D 18 139 31 36
Octal 303 116 252 0 74 15 30 471 61 66
Binary 11000011 1001110 10101010 0 111100 1101 11000 100111001 110001 110110

Color Harmonies of #C34EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EAA

Black with #C34EAA

Text Example


Text Example

White with #C34EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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