Html Css Color HEX #C34DAE Fuchsia

📋 copy color: '#C34DAE'

red 195 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #C34DAE

Tints of Fuchsia #C34DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 43.72%
G = 17.26%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C34DAE (or 0xC34DAE) is known color: Fuchsia. HEX triplet: C3, 4D and AE. RGB value is (195,77,174). Sum of RGB (Red+Green+Blue) = 195+77+174=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAE is #3CB251. Grayscale: #7B7B7B. Windows color (decimal): -3977810 or 11423171. OLE color: 11423171.

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

Color convert

RGB 195 77 174 -
CMYK 0 0.61 0.11 0.24
HSL 310.68º 0.5% 0.53% -
HSV(B) 310.68º 0.61% 0.76% -
XYZ 32.8 19.97 42.17 -
YUV 123.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 195 77 174 0 0.61 0.11 0.24 310.68 0.5 0.53
Hex C3 4D AE 0 3D B 18 137 32 35
Octal 303 115 256 0 75 13 30 467 62 65
Binary 11000011 1001101 10101110 0 111101 1011 11000 100110111 110010 110101

Color Harmonies of #C34DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DAE

Black with #C34DAE

Text Example


Text Example

White with #C34DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DAE; }

 p { color: rgb(195,77,174); }

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

background-color css

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

 a { background-color: rgb(195,77,174); }

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

border-color css

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

 span { border-color: rgb(195,77,174); }

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