Html Css Color HEX #C34DB3 Fuchsia

📋 copy color: '#C34DB3'

red 195 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #C34DB3

Tints of Fuchsia #C34DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 43.24%
G = 17.07%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C34DB3 (or 0xC34DB3) is known color: Fuchsia. HEX triplet: C3, 4D and B3. RGB value is (195,77,179). Sum of RGB (Red+Green+Blue) = 195+77+179=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DB3 is #3CB24C. Grayscale: #7B7B7B. Windows color (decimal): -3977805 or 11750851. OLE color: 11750851.

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

Color convert

RGB 195 77 179 -
CMYK 0 0.61 0.08 0.24
HSL 308.14º 0.5% 0.53% -
HSV(B) 308.14º 0.61% 0.76% -
XYZ 33.3 20.16 44.79 -
YUV 123.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 195 77 179 0 0.61 0.08 0.24 308.14 0.5 0.53
Hex C3 4D B3 0 3D 8 18 134 32 35
Octal 303 115 263 0 75 10 30 464 62 65
Binary 11000011 1001101 10110011 0 111101 1000 11000 100110100 110010 110101

Color Harmonies of #C34DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DB3

Black with #C34DB3

Text Example


Text Example

White with #C34DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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