Html Css Color HEX #C34E97 Mulberry

📋 copy color: '#C34E97'

red 195 ◦ green 78 ◦ blue 151

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

Shades of Mulberry #C34E97

Tints of Mulberry #C34E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 45.99%
G = 18.4%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C34E97 (or 0xC34E97) is known color: Mulberry. HEX triplet: C3, 4E and 97. RGB value is (195,78,151). Sum of RGB (Red+Green+Blue) = 195+78+151=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34E97 is #3CB168. Grayscale: #797979. Windows color (decimal): -3977577 or 9916099. OLE color: 9916099.

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

Color convert

RGB 195 78 151 -
CMYK 0 0.6 0.23 0.24
HSL 322.56º 0.49% 0.54% -
HSV(B) 322.56º 0.6% 0.76% -
XYZ 30.82 19.29 31.38 -
YUV 121.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 195 78 151 0 0.6 0.23 0.24 322.56 0.49 0.54
Hex C3 4E 97 0 3C 17 18 143 31 36
Octal 303 116 227 0 74 27 30 503 61 66
Binary 11000011 1001110 10010111 0 111100 10111 11000 101000011 110001 110110

Color Harmonies of #C34E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E97

Black with #C34E97

Text Example


Text Example

White with #C34E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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