Html Css Color HEX #C34AB0 Fuchsia

📋 copy color: '#C34AB0'

red 195 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #C34AB0

Tints of Fuchsia #C34AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.55%

R = 43.82%
G = 16.63%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C34AB0 (or 0xC34AB0) is known color: Fuchsia. HEX triplet: C3, 4A and B0. RGB value is (195,74,176). Sum of RGB (Red+Green+Blue) = 195+74+176=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AB0 is #3CB54F. Grayscale: #797979. Windows color (decimal): -3978576 or 11553475. OLE color: 11553475.

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

Color convert

RGB 195 74 176 -
CMYK 0 0.62 0.10 0.24
HSL 309.42º 0.5% 0.53% -
HSV(B) 309.42º 0.62% 0.76% -
XYZ 32.79 19.63 43.14 -
YUV 121.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 195 74 176 0 0.62 0.10 0.24 309.42 0.5 0.53
Hex C3 4A B0 0 3E A 18 135 32 35
Octal 303 112 260 0 76 12 30 465 62 65
Binary 11000011 1001010 10110000 0 111110 1010 11000 100110101 110010 110101

Color Harmonies of #C34AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AB0

Black with #C34AB0

Text Example


Text Example

White with #C34AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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