Html Css Color HEX #C34387 Mulberry

📋 copy color: '#C34387'

red 195 ◦ green 67 ◦ blue 135

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

Shades of Mulberry #C34387

Tints of Mulberry #C34387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.88%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 49.12%
G = 16.88%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34387 (or 0xC34387) is known color: Mulberry. HEX triplet: C3, 43 and 87. RGB value is (195,67,135). Sum of RGB (Red+Green+Blue) = 195+67+135=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34387 is #3CBC78. Grayscale: #707070. Windows color (decimal): -3980409 or 8864707. OLE color: 8864707.

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

Color convert

RGB 195 67 135 -
CMYK 0 0.66 0.31 0.24
HSL 328.13º 0.52% 0.51% -
HSV(B) 328.13º 0.66% 0.76% -
XYZ 28.89 17.37 24.75 -
YUV 113.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 195 67 135 0 0.66 0.31 0.24 328.13 0.52 0.51
Hex C3 43 87 0 42 1F 18 148 34 33
Octal 303 103 207 0 102 37 30 510 64 63
Binary 11000011 1000011 10000111 0 1000010 11111 11000 101001000 110100 110011

Color Harmonies of #C34387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34387

Black with #C34387

Text Example


Text Example

White with #C34387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34387; }

 p { color: rgb(195,67,135); }

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

background-color css

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

 a { background-color: rgb(195,67,135); }

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

border-color css

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

 span { border-color: rgb(195,67,135); }

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