Html Css Color HEX #C34791 Mulberry

📋 copy color: '#C34791'

red 195 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #C34791

Tints of Mulberry #C34791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.27%

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

R = 47.45%
G = 17.27%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C34791 (or 0xC34791) is known color: Mulberry. HEX triplet: C3, 47 and 91. RGB value is (195,71,145). Sum of RGB (Red+Green+Blue) = 195+71+145=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C34791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34791 is #3CB86E. Grayscale: #747474. Windows color (decimal): -3979375 or 9521091. OLE color: 9521091.

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

Color convert

RGB 195 71 145 -
CMYK 0 0.64 0.26 0.24
HSL 324.19º 0.51% 0.52% -
HSV(B) 324.19º 0.64% 0.76% -
XYZ 29.87 18.15 28.72 -
YUV 116.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 195 71 145 0 0.64 0.26 0.24 324.19 0.51 0.52
Hex C3 47 91 0 40 1A 18 144 33 34
Octal 303 107 221 0 100 32 30 504 63 64
Binary 11000011 1000111 10010001 0 1000000 11010 11000 101000100 110011 110100

Color Harmonies of #C34791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34791

Black with #C34791

Text Example


Text Example

White with #C34791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34791; }

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

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

background-color css

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

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

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

border-color css

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

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

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