Html Css Color HEX #C34E9B Mulberry

📋 copy color: '#C34E9B'

red 195 ◦ green 78 ◦ blue 155

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

Shades of Mulberry #C34E9B

Tints of Mulberry #C34E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.22%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 45.56%
G = 18.22%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C34E9B (or 0xC34E9B) is known color: Mulberry. HEX triplet: C3, 4E and 9B. RGB value is (195,78,155). Sum of RGB (Red+Green+Blue) = 195+78+155=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E9B is #3CB164. Grayscale: #797979. Windows color (decimal): -3977573 or 10178243. OLE color: 10178243.

HSL color Cylindrical-coordinate representation of color #C34E9B: hue angle of 320.51º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E9B is Cyan = 0, Magento = 0.6, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 155 -
CMYK 0 0.6 0.21 0.24
HSL 320.51º 0.49% 0.54% -
HSV(B) 320.51º 0.6% 0.76% -
XYZ 31.15 19.42 33.12 -
YUV 121.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 195 78 155 0 0.6 0.21 0.24 320.51 0.49 0.54
Hex C3 4E 9B 0 3C 15 18 141 31 36
Octal 303 116 233 0 74 25 30 501 61 66
Binary 11000011 1001110 10011011 0 111100 10101 11000 101000001 110001 110110

Color Harmonies of #C34E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E9B

Black with #C34E9B

Text Example


Text Example

White with #C34E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E9B; }

 p { color: rgb(195,78,155); }

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

background-color css

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

 a { background-color: rgb(195,78,155); }

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

border-color css

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

 span { border-color: rgb(195,78,155); }

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