Html Css Color HEX #C34881 Mulberry

📋 copy color: '#C34881'

red 195 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #C34881

Tints of Mulberry #C34881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 49.24%
G = 18.18%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C34881 (or 0xC34881) is known color: Mulberry. HEX triplet: C3, 48 and 81. RGB value is (195,72,129). Sum of RGB (Red+Green+Blue) = 195+72+129=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34881 is #3CB77E. Grayscale: #737373. Windows color (decimal): -3979135 or 8472771. OLE color: 8472771.

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

Color convert

RGB 195 72 129 -
CMYK 0 0.63 0.34 0.24
HSL 332.2º 0.51% 0.52% -
HSV(B) 332.2º 0.63% 0.76% -
XYZ 28.79 17.82 22.69 -
YUV 115.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 195 72 129 0 0.63 0.34 0.24 332.2 0.51 0.52
Hex C3 48 81 0 3F 22 18 14C 33 34
Octal 303 110 201 0 77 42 30 514 63 64
Binary 11000011 1001000 10000001 0 111111 100010 11000 101001100 110011 110100

Color Harmonies of #C34881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34881

Black with #C34881

Text Example


Text Example

White with #C34881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34881; }

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

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

background-color css

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

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

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

border-color css

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

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

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