Html Css Color HEX #C34FAA Fuchsia

📋 copy color: '#C34FAA'

red 195 ◦ green 79 ◦ blue 170

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

Shades of Fuchsia #C34FAA

Tints of Fuchsia #C34FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

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

R = 43.92%
G = 17.79%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C34FAA (or 0xC34FAA) is known color: Fuchsia. HEX triplet: C3, 4F and AA. RGB value is (195,79,170). Sum of RGB (Red+Green+Blue) = 195+79+170=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34FAA is #3CB055. Grayscale: #7B7B7B. Windows color (decimal): -3977302 or 11161539. OLE color: 11161539.

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

Color convert

RGB 195 79 170 -
CMYK 0 0.59 0.13 0.24
HSL 312.93º 0.49% 0.54% -
HSV(B) 312.93º 0.59% 0.76% -
XYZ 32.56 20.1 40.19 -
YUV 124.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 195 79 170 0 0.59 0.13 0.24 312.93 0.49 0.54
Hex C3 4F AA 0 3B D 18 139 31 36
Octal 303 117 252 0 73 15 30 471 61 66
Binary 11000011 1001111 10101010 0 111011 1101 11000 100111001 110001 110110

Color Harmonies of #C34FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FAA

Black with #C34FAA

Text Example


Text Example

White with #C34FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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