Html Css Color HEX #C34BA9 Fuchsia

📋 copy color: '#C34BA9'

red 195 ◦ green 75 ◦ blue 169

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

Shades of Fuchsia #C34BA9

Tints of Fuchsia #C34BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

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

R = 44.42%
G = 17.08%
B = 38.5%

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

#C34BA9 (or 0xC34BA9) is known color: Fuchsia. HEX triplet: C3, 4B and A9. RGB value is (195,75,169). Sum of RGB (Red+Green+Blue) = 195+75+169=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BA9 is #3CB456. Grayscale: #797979. Windows color (decimal): -3978327 or 11094979. OLE color: 11094979.

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

Color convert

RGB 195 75 169 -
CMYK 0 0.62 0.13 0.24
HSL 313º 0.5% 0.53% -
HSV(B) 313º 0.62% 0.76% -
XYZ 32.18 19.5 39.6 -
YUV 121.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 195 75 169 0 0.62 0.13 0.24 313 0.5 0.53
Hex C3 4B A9 0 3E D 18 139 32 35
Octal 303 113 251 0 76 15 30 471 62 65
Binary 11000011 1001011 10101001 0 111110 1101 11000 100111001 110010 110101

Color Harmonies of #C34BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BA9

Black with #C34BA9

Text Example


Text Example

White with #C34BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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