Html Css Color HEX #C34880 Mulberry

📋 copy color: '#C34880'

red 195 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #C34880

Tints of Mulberry #C34880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 49.37%
G = 18.23%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34880 (or 0xC34880) is known color: Mulberry. HEX triplet: C3, 48 and 80. RGB value is (195,72,128). Sum of RGB (Red+Green+Blue) = 195+72+128=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34880 is #3CB77F. Grayscale: #737373. Windows color (decimal): -3979136 or 8407235. OLE color: 8407235.

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

Color convert

RGB 195 72 128 -
CMYK 0 0.63 0.34 0.24
HSL 332.68º 0.51% 0.52% -
HSV(B) 332.68º 0.63% 0.76% -
XYZ 28.72 17.8 22.34 -
YUV 115.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 195 72 128 0 0.63 0.34 0.24 332.68 0.51 0.52
Hex C3 48 80 0 3F 22 18 14D 33 34
Octal 303 110 200 0 77 42 30 515 63 64
Binary 11000011 1001000 10000000 0 111111 100010 11000 101001101 110011 110100

Color Harmonies of #C34880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34880

Black with #C34880

Text Example


Text Example

White with #C34880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34880; }

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

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

background-color css

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

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

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

border-color css

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

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

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