Html Css Color HEX #C34D97 Mulberry

📋 copy color: '#C34D97'

red 195 ◦ green 77 ◦ blue 151

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

Shades of Mulberry #C34D97

Tints of Mulberry #C34D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 46.1%
G = 18.2%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34D97 (or 0xC34D97) is known color: Mulberry. HEX triplet: C3, 4D and 97. RGB value is (195,77,151). Sum of RGB (Red+Green+Blue) = 195+77+151=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D97 is #3CB268. Grayscale: #787878. Windows color (decimal): -3977833 or 9915843. OLE color: 9915843.

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

Color convert

RGB 195 77 151 -
CMYK 0 0.61 0.23 0.24
HSL 322.37º 0.5% 0.53% -
HSV(B) 322.37º 0.61% 0.76% -
XYZ 30.75 19.14 31.35 -
YUV 120.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 195 77 151 0 0.61 0.23 0.24 322.37 0.5 0.53
Hex C3 4D 97 0 3D 17 18 142 32 35
Octal 303 115 227 0 75 27 30 502 62 65
Binary 11000011 1001101 10010111 0 111101 10111 11000 101000010 110010 110101

Color Harmonies of #C34D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D97

Black with #C34D97

Text Example


Text Example

White with #C34D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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