Html Css Color HEX #C34D82 Mulberry

📋 copy color: '#C34D82'

red 195 ◦ green 77 ◦ blue 130

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

Shades of Mulberry #C34D82

Tints of Mulberry #C34D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 48.51%
G = 19.15%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C34D82 (or 0xC34D82) is known color: Mulberry. HEX triplet: C3, 4D and 82. RGB value is (195,77,130). Sum of RGB (Red+Green+Blue) = 195+77+130=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D82 is #3CB27D. Grayscale: #767676. Windows color (decimal): -3977854 or 8539587. OLE color: 8539587.

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

Color convert

RGB 195 77 130 -
CMYK 0 0.61 0.33 0.24
HSL 333.05º 0.5% 0.53% -
HSV(B) 333.05º 0.61% 0.76% -
XYZ 29.19 18.52 23.16 -
YUV 118.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 195 77 130 0 0.61 0.33 0.24 333.05 0.5 0.53
Hex C3 4D 82 0 3D 21 18 14D 32 35
Octal 303 115 202 0 75 41 30 515 62 65
Binary 11000011 1001101 10000010 0 111101 100001 11000 101001101 110010 110101

Color Harmonies of #C34D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D82

Black with #C34D82

Text Example


Text Example

White with #C34D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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