Html Css Color HEX #C34DB9 Fuchsia

📋 copy color: '#C34DB9'

red 195 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #C34DB9

Tints of Fuchsia #C34DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 42.67%
G = 16.85%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C34DB9 (or 0xC34DB9) is known color: Fuchsia. HEX triplet: C3, 4D and B9. RGB value is (195,77,185). Sum of RGB (Red+Green+Blue) = 195+77+185=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DB9 is #3CB246. Grayscale: #7C7C7C. Windows color (decimal): -3977799 or 12144067. OLE color: 12144067.

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

Color convert

RGB 195 77 185 -
CMYK 0 0.61 0.05 0.24
HSL 305.08º 0.5% 0.53% -
HSV(B) 305.08º 0.61% 0.76% -
XYZ 33.92 20.41 48.05 -
YUV 124.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 195 77 185 0 0.61 0.05 0.24 305.08 0.5 0.53
Hex C3 4D B9 0 3D 5 18 131 32 35
Octal 303 115 271 0 75 5 30 461 62 65
Binary 11000011 1001101 10111001 0 111101 101 11000 100110001 110010 110101

Color Harmonies of #C34DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DB9

Black with #C34DB9

Text Example


Text Example

White with #C34DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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