Html Css Color HEX #C34CAA Fuchsia

📋 copy color: '#C34CAA'

red 195 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #C34CAA

Tints of Fuchsia #C34CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.23%

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

R = 44.22%
G = 17.23%
B = 38.55%

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

#C34CAA (or 0xC34CAA) is known color: Fuchsia. HEX triplet: C3, 4C and AA. RGB value is (195,76,170). Sum of RGB (Red+Green+Blue) = 195+76+170=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CAA is #3CB355. Grayscale: #7A7A7A. Windows color (decimal): -3978070 or 11160771. OLE color: 11160771.

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

Color convert

RGB 195 76 170 -
CMYK 0 0.61 0.13 0.24
HSL 312.61º 0.5% 0.53% -
HSV(B) 312.61º 0.61% 0.76% -
XYZ 32.35 19.67 40.12 -
YUV 122.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 195 76 170 0 0.61 0.13 0.24 312.61 0.5 0.53
Hex C3 4C AA 0 3D D 18 139 32 35
Octal 303 114 252 0 75 15 30 471 62 65
Binary 11000011 1001100 10101010 0 111101 1101 11000 100111001 110010 110101

Color Harmonies of #C34CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CAA

Black with #C34CAA

Text Example


Text Example

White with #C34CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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