Html Css Color HEX #C34DAF Fuchsia

📋 copy color: '#C34DAF'

red 195 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #C34DAF

Tints of Fuchsia #C34DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 43.62%
G = 17.23%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C34DAF (or 0xC34DAF) is known color: Fuchsia. HEX triplet: C3, 4D and AF. RGB value is (195,77,175). Sum of RGB (Red+Green+Blue) = 195+77+175=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAF is #3CB250. Grayscale: #7B7B7B. Windows color (decimal): -3977809 or 11488707. OLE color: 11488707.

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

Color convert

RGB 195 77 175 -
CMYK 0 0.61 0.10 0.24
HSL 310.17º 0.5% 0.53% -
HSV(B) 310.17º 0.61% 0.76% -
XYZ 32.9 20.01 42.68 -
YUV 123.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 195 77 175 0 0.61 0.10 0.24 310.17 0.5 0.53
Hex C3 4D AF 0 3D A 18 136 32 35
Octal 303 115 257 0 75 12 30 466 62 65
Binary 11000011 1001101 10101111 0 111101 1010 11000 100110110 110010 110101

Color Harmonies of #C34DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DAF

Black with #C34DAF

Text Example


Text Example

White with #C34DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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