Html Css Color HEX #C34AA9 Fuchsia

📋 copy color: '#C34AA9'

red 195 ◦ green 74 ◦ blue 169

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

Shades of Fuchsia #C34AA9

Tints of Fuchsia #C34AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

 BLUE value IS 169 (66.41% from 255) = 38.58%

R = 44.52%
G = 16.89%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C34AA9 (or 0xC34AA9) is known color: Fuchsia. HEX triplet: C3, 4A and A9. RGB value is (195,74,169). Sum of RGB (Red+Green+Blue) = 195+74+169=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA9 is #3CB556. Grayscale: #787878. Windows color (decimal): -3978583 or 11094723. OLE color: 11094723.

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

Color convert

RGB 195 74 169 -
CMYK 0 0.62 0.13 0.24
HSL 312.89º 0.5% 0.53% -
HSV(B) 312.89º 0.62% 0.76% -
XYZ 32.12 19.36 39.58 -
YUV 121.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 195 74 169 0 0.62 0.13 0.24 312.89 0.5 0.53
Hex C3 4A A9 0 3E D 18 139 32 35
Octal 303 112 251 0 76 15 30 471 62 65
Binary 11000011 1001010 10101001 0 111110 1101 11000 100111001 110010 110101

Color Harmonies of #C34AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AA9

Black with #C34AA9

Text Example


Text Example

White with #C34AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AA9; }

 p { color: rgb(195,74,169); }

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

background-color css

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

 a { background-color: rgb(195,74,169); }

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

border-color css

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

 span { border-color: rgb(195,74,169); }

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