Html Css Color HEX #C34391 Mulberry

📋 copy color: '#C34391'

red 195 ◦ green 67 ◦ blue 145

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

Shades of Mulberry #C34391

Tints of Mulberry #C34391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.46%

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 47.91%
G = 16.46%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C34391 (or 0xC34391) is known color: Mulberry. HEX triplet: C3, 43 and 91. RGB value is (195,67,145). Sum of RGB (Red+Green+Blue) = 195+67+145=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C34391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34391 is #3CBC6E. Grayscale: #717171. Windows color (decimal): -3980399 or 9520067. OLE color: 9520067.

HSL color Cylindrical-coordinate representation of color #C34391: hue angle of 323.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34391 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 145 -
CMYK 0 0.66 0.26 0.24
HSL 323.44º 0.52% 0.51% -
HSV(B) 323.44º 0.66% 0.76% -
XYZ 29.62 17.66 28.64 -
YUV 114.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 195 67 145 0 0.66 0.26 0.24 323.44 0.52 0.51
Hex C3 43 91 0 42 1A 18 143 34 33
Octal 303 103 221 0 102 32 30 503 64 63
Binary 11000011 1000011 10010001 0 1000010 11010 11000 101000011 110100 110011

Color Harmonies of #C34391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34391

Black with #C34391

Text Example


Text Example

White with #C34391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34391; }

 p { color: rgb(195,67,145); }

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

background-color css

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

 a { background-color: rgb(195,67,145); }

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

border-color css

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

 span { border-color: rgb(195,67,145); }

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