Html Css Color HEX #C34DAD Fuchsia

📋 copy color: '#C34DAD'

red 195 ◦ green 77 ◦ blue 173

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

Shades of Fuchsia #C34DAD

Tints of Fuchsia #C34DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 43.82%
G = 17.3%
B = 38.88%

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

#C34DAD (or 0xC34DAD) is known color: Fuchsia. HEX triplet: C3, 4D and AD. RGB value is (195,77,173). Sum of RGB (Red+Green+Blue) = 195+77+173=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAD is #3CB252. Grayscale: #7A7A7A. Windows color (decimal): -3977811 or 11357635. OLE color: 11357635.

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

Color convert

RGB 195 77 173 -
CMYK 0 0.61 0.11 0.24
HSL 311.19º 0.5% 0.53% -
HSV(B) 311.19º 0.61% 0.76% -
XYZ 32.7 19.93 41.66 -
YUV 123.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 195 77 173 0 0.61 0.11 0.24 311.19 0.5 0.53
Hex C3 4D AD 0 3D B 18 137 32 35
Octal 303 115 255 0 75 13 30 467 62 65
Binary 11000011 1001101 10101101 0 111101 1011 11000 100110111 110010 110101

Color Harmonies of #C34DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DAD

Black with #C34DAD

Text Example


Text Example

White with #C34DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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