Html Css Color HEX #C34882 Mulberry

📋 copy color: '#C34882'

red 195 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #C34882

Tints of Mulberry #C34882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 49.12%
G = 18.14%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C34882 (or 0xC34882) is known color: Mulberry. HEX triplet: C3, 48 and 82. RGB value is (195,72,130). Sum of RGB (Red+Green+Blue) = 195+72+130=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34882 is #3CB77D. Grayscale: #737373. Windows color (decimal): -3979134 or 8538307. OLE color: 8538307.

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

Color convert

RGB 195 72 130 -
CMYK 0 0.63 0.33 0.24
HSL 331.71º 0.51% 0.52% -
HSV(B) 331.71º 0.63% 0.76% -
XYZ 28.85 17.85 23.04 -
YUV 115.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 195 72 130 0 0.63 0.33 0.24 331.71 0.51 0.52
Hex C3 48 82 0 3F 21 18 14C 33 34
Octal 303 110 202 0 77 41 30 514 63 64
Binary 11000011 1001000 10000010 0 111111 100001 11000 101001100 110011 110100

Color Harmonies of #C34882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34882

Black with #C34882

Text Example


Text Example

White with #C34882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34882; }

 p { color: rgb(195,72,130); }

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

background-color css

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

 a { background-color: rgb(195,72,130); }

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

border-color css

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

 span { border-color: rgb(195,72,130); }

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