Html Css Color HEX #C34DBF Fuchsia

📋 copy color: '#C34DBF'

red 195 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #C34DBF

Tints of Fuchsia #C34DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 42.12%
G = 16.63%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C34DBF (or 0xC34DBF) is known color: Fuchsia. HEX triplet: C3, 4D and BF. RGB value is (195,77,191). Sum of RGB (Red+Green+Blue) = 195+77+191=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DBF is #3CB240. Grayscale: #7C7C7C. Windows color (decimal): -3977793 or 12537283. OLE color: 12537283.

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

Color convert

RGB 195 77 191 -
CMYK 0 0.61 0.02 0.24
HSL 302.03º 0.5% 0.53% -
HSV(B) 302.03º 0.61% 0.76% -
XYZ 34.56 20.67 51.46 -
YUV 125.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 195 77 191 0 0.61 0.02 0.24 302.03 0.5 0.53
Hex C3 4D BF 0 3D 2 18 12E 32 35
Octal 303 115 277 0 75 2 30 456 62 65
Binary 11000011 1001101 10111111 0 111101 10 11000 100101110 110010 110101

Color Harmonies of #C34DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DBF

Black with #C34DBF

Text Example


Text Example

White with #C34DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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