Html Css Color HEX #C34987 Mulberry

📋 copy color: '#C34987'

red 195 ◦ green 73 ◦ blue 135

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

Shades of Mulberry #C34987

Tints of Mulberry #C34987

RGB

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

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

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

R = 48.39%
G = 18.11%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C34987 (or 0xC34987) is known color: Mulberry. HEX triplet: C3, 49 and 87. RGB value is (195,73,135). Sum of RGB (Red+Green+Blue) = 195+73+135=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C34987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34987 is #3CB678. Grayscale: #747474. Windows color (decimal): -3978873 or 8866243. OLE color: 8866243.

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

Color convert

RGB 195 73 135 -
CMYK 0 0.63 0.31 0.24
HSL 329.51º 0.5% 0.53% -
HSV(B) 329.51º 0.63% 0.76% -
XYZ 29.26 18.12 24.88 -
YUV 116.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 195 73 135 0 0.63 0.31 0.24 329.51 0.5 0.53
Hex C3 49 87 0 3F 1F 18 14A 32 35
Octal 303 111 207 0 77 37 30 512 62 65
Binary 11000011 1001001 10000111 0 111111 11111 11000 101001010 110010 110101

Color Harmonies of #C34987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34987

Black with #C34987

Text Example


Text Example

White with #C34987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34987; }

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

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

background-color css

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

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

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

border-color css

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

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

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