Html Css Color HEX #C34D80 Mulberry

📋 copy color: '#C34D80'

red 195 ◦ green 77 ◦ blue 128

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

Shades of Mulberry #C34D80

Tints of Mulberry #C34D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 48.75%
G = 19.25%
B = 32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34D80 (or 0xC34D80) is known color: Mulberry. HEX triplet: C3, 4D and 80. RGB value is (195,77,128). Sum of RGB (Red+Green+Blue) = 195+77+128=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D80 is #3CB27F. Grayscale: #767676. Windows color (decimal): -3977856 or 8408515. OLE color: 8408515.

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

Color convert

RGB 195 77 128 -
CMYK 0 0.61 0.34 0.24
HSL 334.07º 0.5% 0.53% -
HSV(B) 334.07º 0.61% 0.76% -
XYZ 29.06 18.47 22.46 -
YUV 118.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 195 77 128 0 0.61 0.34 0.24 334.07 0.5 0.53
Hex C3 4D 80 0 3D 22 18 14E 32 35
Octal 303 115 200 0 75 42 30 516 62 65
Binary 11000011 1001101 10000000 0 111101 100010 11000 101001110 110010 110101

Color Harmonies of #C34D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D80

Black with #C34D80

Text Example


Text Example

White with #C34D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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