Html Css Color HEX #C34AC5 Fuchsia

📋 copy color: '#C34AC5'

red 195 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #C34AC5

Tints of Fuchsia #C34AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 41.85%
G = 15.88%
B = 42.27%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C34AC5 (or 0xC34AC5) is known color: Fuchsia. HEX triplet: C3, 4A and C5. RGB value is (195,74,197). Sum of RGB (Red+Green+Blue) = 195+74+197=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #C34AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AC5 is #3CB53A. Grayscale: #7B7B7B. Windows color (decimal): -3978555 or 12929731. OLE color: 12929731.

HSL color Cylindrical-coordinate representation of color #C34AC5: hue angle of 299.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34AC5 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 74 197 -
CMYK 0.01 0.62 0 0.23
HSL 299.02º 0.51% 0.53% -
HSV(B) 299.02º 0.62% 0.77% -
XYZ 35.03 20.53 54.94 -
YUV 124.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 195 74 197 0.01 0.62 0 0.23 299.02 0.51 0.53
Hex C3 4A C5 1 3E 0 17 12B 33 35
Octal 303 112 305 1 76 0 27 453 63 65
Binary 11000011 1001010 11000101 1 111110 0 10111 100101011 110011 110101

Color Harmonies of #C34AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34AC5

Black with #C34AC5

Text Example


Text Example

White with #C34AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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