Html Css Color HEX #C34996 Mulberry

📋 copy color: '#C34996'

red 195 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #C34996

Tints of Mulberry #C34996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 46.65%
G = 17.46%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34996 (or 0xC34996) is known color: Mulberry. HEX triplet: C3, 49 and 96. RGB value is (195,73,150). Sum of RGB (Red+Green+Blue) = 195+73+150=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C34996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34996 is #3CB669. Grayscale: #767676. Windows color (decimal): -3978858 or 9849283. OLE color: 9849283.

HSL color Cylindrical-coordinate representation of color #C34996: hue angle of 322.13º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34996 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 150 -
CMYK 0 0.63 0.23 0.24
HSL 322.13º 0.5% 0.53% -
HSV(B) 322.13º 0.63% 0.76% -
XYZ 30.39 18.57 30.84 -
YUV 118.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 195 73 150 0 0.63 0.23 0.24 322.13 0.5 0.53
Hex C3 49 96 0 3F 17 18 142 32 35
Octal 303 111 226 0 77 27 30 502 62 65
Binary 11000011 1001001 10010110 0 111111 10111 11000 101000010 110010 110101

Color Harmonies of #C34996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34996

Black with #C34996

Text Example


Text Example

White with #C34996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34996; }

 p { color: rgb(195,73,150); }

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

background-color css

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

 a { background-color: rgb(195,73,150); }

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

border-color css

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

 span { border-color: rgb(195,73,150); }

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