Html Css Color HEX #C34995 Mulberry

📋 copy color: '#C34995'

red 195 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #C34995

Tints of Mulberry #C34995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 46.76%
G = 17.51%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C34995 (or 0xC34995) is known color: Mulberry. HEX triplet: C3, 49 and 95. RGB value is (195,73,149). Sum of RGB (Red+Green+Blue) = 195+73+149=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C34995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34995 is #3CB66A. Grayscale: #757575. Windows color (decimal): -3978859 or 9783747. OLE color: 9783747.

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

Color convert

RGB 195 73 149 -
CMYK 0 0.63 0.24 0.24
HSL 322.62º 0.5% 0.53% -
HSV(B) 322.62º 0.63% 0.76% -
XYZ 30.31 18.54 30.41 -
YUV 118.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 195 73 149 0 0.63 0.24 0.24 322.62 0.5 0.53
Hex C3 49 95 0 3F 18 18 143 32 35
Octal 303 111 225 0 77 30 30 503 62 65
Binary 11000011 1001001 10010101 0 111111 11000 11000 101000011 110010 110101

Color Harmonies of #C34995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34995

Black with #C34995

Text Example


Text Example

White with #C34995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34995; }

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

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

background-color css

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

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

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

border-color css

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

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

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