Html Css Color HEX #C34780 Mulberry

📋 copy color: '#C34780'

red 195 ◦ green 71 ◦ blue 128

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

Shades of Mulberry #C34780

Tints of Mulberry #C34780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 49.49%
G = 18.02%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34780 (or 0xC34780) is known color: Mulberry. HEX triplet: C3, 47 and 80. RGB value is (195,71,128). Sum of RGB (Red+Green+Blue) = 195+71+128=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C34780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34780 is #3CB87F. Grayscale: #727272. Windows color (decimal): -3979392 or 8406979. OLE color: 8406979.

HSL color Cylindrical-coordinate representation of color #C34780: hue angle of 332.42º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34780 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 128 -
CMYK 0 0.64 0.34 0.24
HSL 332.42º 0.51% 0.52% -
HSV(B) 332.42º 0.64% 0.76% -
XYZ 28.66 17.67 22.32 -
YUV 114.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 195 71 128 0 0.64 0.34 0.24 332.42 0.51 0.52
Hex C3 47 80 0 40 22 18 14C 33 34
Octal 303 107 200 0 100 42 30 514 63 64
Binary 11000011 1000111 10000000 0 1000000 100010 11000 101001100 110011 110100

Color Harmonies of #C34780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34780

Black with #C34780

Text Example


Text Example

White with #C34780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34780; }

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

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

background-color css

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

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

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

border-color css

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

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

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