Html Css Color HEX #C34AB2 Fuchsia

📋 copy color: '#C34AB2'

red 195 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #C34AB2

Tints of Fuchsia #C34AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 43.62%
G = 16.55%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C34AB2 (or 0xC34AB2) is known color: Fuchsia. HEX triplet: C3, 4A and B2. RGB value is (195,74,178). Sum of RGB (Red+Green+Blue) = 195+74+178=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AB2 is #3CB54D. Grayscale: #797979. Windows color (decimal): -3978574 or 11684547. OLE color: 11684547.

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

Color convert

RGB 195 74 178 -
CMYK 0 0.62 0.09 0.24
HSL 308.43º 0.5% 0.53% -
HSV(B) 308.43º 0.62% 0.76% -
XYZ 32.99 19.71 44.19 -
YUV 122.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 195 74 178 0 0.62 0.09 0.24 308.43 0.5 0.53
Hex C3 4A B2 0 3E 9 18 134 32 35
Octal 303 112 262 0 76 11 30 464 62 65
Binary 11000011 1001010 10110010 0 111110 1001 11000 100110100 110010 110101

Color Harmonies of #C34AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AB2

Black with #C34AB2

Text Example


Text Example

White with #C34AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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