Html Css Color HEX #C34C87 Mulberry

📋 copy color: '#C34C87'

red 195 ◦ green 76 ◦ blue 135

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

Shades of Mulberry #C34C87

Tints of Mulberry #C34C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

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

R = 48.03%
G = 18.72%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34C87 (or 0xC34C87) is known color: Mulberry. HEX triplet: C3, 4C and 87. RGB value is (195,76,135). Sum of RGB (Red+Green+Blue) = 195+76+135=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C87 is #3CB378. Grayscale: #767676. Windows color (decimal): -3978105 or 8867011. OLE color: 8867011.

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

Color convert

RGB 195 76 135 -
CMYK 0 0.61 0.31 0.24
HSL 330.25º 0.5% 0.53% -
HSV(B) 330.25º 0.61% 0.76% -
XYZ 29.46 18.52 24.94 -
YUV 118.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 195 76 135 0 0.61 0.31 0.24 330.25 0.5 0.53
Hex C3 4C 87 0 3D 1F 18 14A 32 35
Octal 303 114 207 0 75 37 30 512 62 65
Binary 11000011 1001100 10000111 0 111101 11111 11000 101001010 110010 110101

Color Harmonies of #C34C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C87

Black with #C34C87

Text Example


Text Example

White with #C34C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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