Html Css Color HEX #C34D8E Mulberry

📋 copy color: '#C34D8E'

red 195 ◦ green 77 ◦ blue 142

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

Shades of Mulberry #C34D8E

Tints of Mulberry #C34D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 47.1%
G = 18.6%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C34D8E (or 0xC34D8E) is known color: Mulberry. HEX triplet: C3, 4D and 8E. RGB value is (195,77,142). Sum of RGB (Red+Green+Blue) = 195+77+142=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34D8E is #3CB271. Grayscale: #777777. Windows color (decimal): -3977842 or 9326019. OLE color: 9326019.

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

Color convert

RGB 195 77 142 -
CMYK 0 0.61 0.27 0.24
HSL 326.95º 0.5% 0.53% -
HSV(B) 326.95º 0.61% 0.76% -
XYZ 30.04 18.86 27.65 -
YUV 119.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 195 77 142 0 0.61 0.27 0.24 326.95 0.5 0.53
Hex C3 4D 8E 0 3D 1B 18 147 32 35
Octal 303 115 216 0 75 33 30 507 62 65
Binary 11000011 1001101 10001110 0 111101 11011 11000 101000111 110010 110101

Color Harmonies of #C34D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D8E

Black with #C34D8E

Text Example


Text Example

White with #C34D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D8E; }

 p { color: rgb(195,77,142); }

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

background-color css

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

 a { background-color: rgb(195,77,142); }

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

border-color css

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

 span { border-color: rgb(195,77,142); }

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