Html Css Color HEX #C34790 Mulberry

📋 copy color: '#C34790'

red 195 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #C34790

Tints of Mulberry #C34790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 47.56%
G = 17.32%
B = 35.12%

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

#C34790 (or 0xC34790) is known color: Mulberry. HEX triplet: C3, 47 and 90. RGB value is (195,71,144). Sum of RGB (Red+Green+Blue) = 195+71+144=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34790 is #3CB86F. Grayscale: #747474. Windows color (decimal): -3979376 or 9455555. OLE color: 9455555.

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

Color convert

RGB 195 71 144 -
CMYK 0 0.64 0.26 0.24
HSL 324.68º 0.51% 0.52% -
HSV(B) 324.68º 0.64% 0.76% -
XYZ 29.79 18.12 28.31 -
YUV 116.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 195 71 144 0 0.64 0.26 0.24 324.68 0.51 0.52
Hex C3 47 90 0 40 1A 18 145 33 34
Octal 303 107 220 0 100 32 30 505 63 64
Binary 11000011 1000111 10010000 0 1000000 11010 11000 101000101 110011 110100

Color Harmonies of #C34790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34790

Black with #C34790

Text Example


Text Example

White with #C34790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34790; }

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

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

background-color css

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

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

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

border-color css

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

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

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